lxc added to read_pool

Signed-off-by: Alen Grizonic <a.grizonic@proxmox.com>
This commit is contained in:
Alen Grizonic 2015-07-14 12:23:38 +02:00 committed by Dietmar Maurer
parent 2f69c0baca
commit 7ab76d3070

View File

@ -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 },