lxc added to read_pool
Signed-off-by: Alen Grizonic <a.grizonic@proxmox.com>
This commit is contained in:
parent
2f69c0baca
commit
7ab76d3070
@ -222,7 +222,7 @@ __PACKAGE__->register_method ({
|
||||
type => "object",
|
||||
additionalProperties => 1,
|
||||
properties => {
|
||||
type => { type => 'string', enum => ['qemu', 'openvz', 'storage'] },
|
||||
type => { type => 'string', enum => ['qemu', 'lxc', 'openvz', 'storage'] },
|
||||
id => { type => 'string' },
|
||||
node => { type => 'string' },
|
||||
vmid => { type => 'integer', optional => 1 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user