]> git.proxmox.com Git - pve-container.git/commitdiff
add 'fedora' to ostype schema enum
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 1 Dec 2015 09:56:04 +0000 (10:56 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 1 Dec 2015 10:23:43 +0000 (11:23 +0100)
src/PVE/LXC.pm

index f388b60ec57abf19fcdeed1b1ce700ea203210ea..ad630b8103c44c6fa10b04040daa374123c26cd1 100644 (file)
@@ -98,7 +98,7 @@ my $confdesc = {
     ostype => {
        optional => 1,
        type => 'string',
-       enum => ['debian', 'ubuntu', 'centos', 'archlinux'],
+       enum => ['debian', 'ubuntu', 'centos', 'fedora', 'archlinux'],
        description => "OS type. Corresponds to lxc setup scripts in /usr/share/lxc/config/<ostype>.common.conf.",
     },
     console => {