Revision d6cd74dd lib/client/gnt_cluster.py

b/lib/client/gnt_cluster.py
1550 1550
    "<new_name>",
1551 1551
    "Renames the cluster"),
1552 1552
  "redist-conf": (
1553
    RedistributeConfig, ARGS_NONE, [SUBMIT_OPT, DRY_RUN_OPT, PRIORITY_OPT],
1553
    RedistributeConfig, ARGS_NONE, SUBMIT_OPTS + [DRY_RUN_OPT, PRIORITY_OPT],
1554 1554
    "", "Forces a push of the configuration file and ssconf files"
1555 1555
    " to the nodes in the cluster"),
1556 1556
  "verify": (
......
1590 1590
  "list-tags": (
1591 1591
    ListTags, ARGS_NONE, [], "", "List the tags of the cluster"),
1592 1592
  "add-tags": (
1593
    AddTags, [ArgUnknown()], [TAG_SRC_OPT, PRIORITY_OPT, SUBMIT_OPT],
1593
    AddTags, [ArgUnknown()], [TAG_SRC_OPT, PRIORITY_OPT] + SUBMIT_OPTS,
1594 1594
    "tag...", "Add tags to the cluster"),
1595 1595
  "remove-tags": (
1596
    RemoveTags, [ArgUnknown()], [TAG_SRC_OPT, PRIORITY_OPT, SUBMIT_OPT],
1596
    RemoveTags, [ArgUnknown()], [TAG_SRC_OPT, PRIORITY_OPT] + SUBMIT_OPTS,
1597 1597
    "tag...", "Remove tags from the cluster"),
1598 1598
  "search-tags": (
1599 1599
    SearchTags, [ArgUnknown(min=1, max=1)], [PRIORITY_OPT], "",
......
1617 1617
     DRBD_HELPER_OPT, NODRBD_STORAGE_OPT, DEFAULT_IALLOCATOR_OPT,
1618 1618
     RESERVED_LVS_OPT, DRY_RUN_OPT, PRIORITY_OPT, PREALLOC_WIPE_DISKS_OPT,
1619 1619
     NODE_PARAMS_OPT, USE_EXTERNAL_MIP_SCRIPT, DISK_PARAMS_OPT, HV_STATE_OPT,
1620
     DISK_STATE_OPT, SUBMIT_OPT, ENABLED_DISK_TEMPLATES_OPT,
1621
     IPOLICY_STD_SPECS_OPT] + INSTANCE_POLICY_OPTS,
1620
     DISK_STATE_OPT] + SUBMIT_OPTS +
1621
    [ENABLED_DISK_TEMPLATES_OPT, IPOLICY_STD_SPECS_OPT] + INSTANCE_POLICY_OPTS,
1622 1622
    "[opts...]",
1623 1623
    "Alters the parameters of the cluster"),
1624 1624
  "renew-crypto": (

Also available in: Unified diff