[pve-devel] r6507 - pve-manager/pve2/lib/PVE/API2
svn-commits at proxmox.com
svn-commits at proxmox.com
Fri Aug 19 11:18:40 CEST 2011
Author: dietmar
Date: 2011-08-19 11:18:40 +0200 (Fri, 19 Aug 2011)
New Revision: 6507
Modified:
pve-manager/pve2/lib/PVE/API2/Cluster.pm
Log:
set protected (else we cant write)
Modified: pve-manager/pve2/lib/PVE/API2/Cluster.pm
===================================================================
--- pve-manager/pve2/lib/PVE/API2/Cluster.pm 2011-08-19 08:39:44 UTC (rev 6506)
+++ pve-manager/pve2/lib/PVE/API2/Cluster.pm 2011-08-19 09:18:40 UTC (rev 6507)
@@ -300,6 +300,7 @@
path => '/',
privs => [ 'Sys.Modify' ],
},
+ protected => 1,
parameters => {
additionalProperties => 0,
properties => $dc_properties,
More information about the pve-devel
mailing list