Revision 62b76f38 snf-cyclades-app/synnefo/logic/management/commands/flavor-list.py

b/snf-cyclades-app/synnefo/logic/management/commands/flavor-list.py
52 52
        "ram": ("ram", "Size(MB) of RAM"),
53 53
        "disk": ("disk", "Size(GB) of disk"),
54 54
        "template": ("disk_template", "Disk template"),
55
        "allow_create": ("allow_create", "Whether servers can be created from"
56
                                         " this flavor"),
55 57
        "vms": (get_vms, "Number of active servers using this flavor")
56 58
    }
57 59

  
58
    fields = ["id", "name", "cpu", "ram", "disk", "template", "vms"]
60
    fields = ["id", "name", "cpu", "ram", "disk", "template", "allow_create",
61
              "vms"]

Also available in: Unified diff