Signed-off-by: Dietmar Maurer <[email protected]>
---
 src/PVE/API2/LXC.pm | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/src/PVE/API2/LXC.pm b/src/PVE/API2/LXC.pm
index ec3a449..e59eb10 100644
--- a/src/PVE/API2/LXC.pm
+++ b/src/PVE/API2/LXC.pm
@@ -1126,12 +1126,6 @@ __PACKAGE__->register_method({
        properties => {
            node => get_standard_option('pve-node'),
            vmid => get_standard_option('pve-vmid', { completion => 
\&PVE::LXC::complete_ctid_stopped }),
-           experimental => {
-               type => 'boolean',
-               description => "The template feature is experimental, set this 
" .
-                   "flag if you know what you are doing.",
-               default => 0,
-           },
        },
     },
     returns => { type => 'null'},
@@ -1237,12 +1231,6 @@ __PACKAGE__->register_method({
                    "you clone a normal CT. For CT templates, we try to create 
a linked clone by default.",
                default => 0,
            },
-           experimental => {
-               type => 'boolean',
-               description => "The clone feature is experimental, set this " .
-                   "flag if you know what you are doing.",
-               default => 0,
-           },
 #          target => get_standard_option('pve-node', {
 #              description => "Target node. Only allowed if the original VM is 
on shared storage.",
 #              optional => 1,
-- 
2.11.0

_______________________________________________
pve-devel mailing list
[email protected]
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to