]> git.proxmox.com Git - pve-container.git/blobdiff - src/PVE/LXC/Config.pm
depreacate pve-lxc-snapshot-name in favor of identical pve-snapshot-name
[pve-container.git] / src / PVE / LXC / Config.pm
index 866d7874124432780e838f882fdc71418256f7a2..07ae3bfb6bfeb3b327f765c64f510033448b90d0 100644 (file)
@@ -267,12 +267,6 @@ PVE::JSONSchema::register_standard_option('pve-ct-rootfs', {
     optional => 1,
 });
 
-PVE::JSONSchema::register_standard_option('pve-lxc-snapshot-name', {
-    description => "The name of the snapshot.",
-    type => 'string', format => 'pve-configid',
-    maxLength => 40,
-});
-
 my $features_desc = {
     mount => {
        optional => 1,