Revision 9c8c69bc lib/opcodes.py

b/lib/opcodes.py
954 954
     " ``%s`` or ``%s``" % (constants.DDM_ADD, constants.DDM_REMOVE)),
955 955
    ("use_external_mip_script", None, ht.TMaybeBool,
956 956
     "Whether to use an external master IP address setup script"),
957
    # FIXME: remove once enabled disk templates are fully implemented.
958
    ("enabled_storage_types", None,
959
     ht.TMaybe(ht.TAnd(ht.TListOf(ht.TElemOf(constants.VALID_STORAGE_TYPES)),
960
                       ht.TTrue)),
961
     "List of enabled storage types"),
962 957
    ("enabled_disk_templates", None,
963 958
     ht.TMaybe(ht.TAnd(ht.TListOf(ht.TElemOf(constants.DISK_TEMPLATES)),
964 959
                       ht.TTrue)),

Also available in: Unified diff