From 7ab76d30701730b9b47a013118c1f522af547d9a Mon Sep 17 00:00:00 2001 From: Alen Grizonic Date: Tue, 14 Jul 2015 12:23:38 +0200 Subject: [PATCH] lxc added to read_pool Signed-off-by: Alen Grizonic --- PVE/API2/Pool.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/API2/Pool.pm b/PVE/API2/Pool.pm index 68ed33782..567c7e8d4 100644 --- a/PVE/API2/Pool.pm +++ b/PVE/API2/Pool.pm @@ -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 },