Revision ec4341d7

b/qa/qa_instance.py
1050 1050
    # some other templates in order to test if the disabling the only enabled
1051 1051
    # disk template prohibits creating instances of that template.
1052 1052
    other_disk_templates = list(
1053
                            set([constants.DT_DISKLESS, constants.DT_BLOCK]) -
1054
                            set(enabled_disk_templates))
1053
                             set([constants.DT_DISKLESS, constants.DT_BLOCK]) -
1054
                             set(enabled_disk_templates))
1055 1055
    AssertCommand(["gnt-cluster", "modify",
1056 1056
                   "--enabled-disk-template=%s" %
1057 1057
                     ",".join(other_disk_templates)],

Also available in: Unified diff