]> git.proxmox.com Git - pve-manager.git/commitdiff
pveceph: add 'giant' to possible release names
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 20 Jan 2015 11:46:44 +0000 (12:46 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 20 Jan 2015 11:46:44 +0000 (12:46 +0100)
bin/pveceph

index 5472c07efb4f8ff1297e60187cbb4c4dcf16e128..2444f7e6d4578713459ab248c25856d4cffd0a61 100755 (executable)
@@ -86,7 +86,7 @@ __PACKAGE__->register_method ({
        properties => {
            version => {
                type => 'string',
-               enum => ['dumpling', 'emperor', 'firefly'],
+               enum => ['dumpling', 'emperor', 'firefly', 'giant'],
                optional => 1,
            }
        },