Revision c270ee07 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
    ("enabled_storage_types", None,
958
     ht.TMaybe(ht.TAnd(ht.TListOf(ht.TElemOf(constants.VALID_STORAGE_TYPES)),
959
                       ht.TTrue)),
960
     "List of enabled storage types"),
957 961
    ]
958 962
  OP_RESULT = ht.TNone
959 963

  

Also available in: Unified diff