Revision 6bc3ed14 lib/client/gnt_instance.py

b/lib/client/gnt_instance.py
1539 1539
    [TO_GROUP_OPT, IALLOCATOR_OPT, EARLY_RELEASE_OPT],
1540 1540
    "[-I <iallocator>] [--to <group>]", "Change group of instance"),
1541 1541
  "list-tags": (
1542
    ListTags, ARGS_ONE_INSTANCE, [PRIORITY_OPT],
1542
    ListTags, ARGS_ONE_INSTANCE, [],
1543 1543
    "<instance_name>", "List the tags of the given instance"),
1544 1544
  "add-tags": (
1545 1545
    AddTags, [ArgInstance(min=1, max=1), ArgUnknown()],
1546
    [TAG_SRC_OPT, PRIORITY_OPT],
1546
    [TAG_SRC_OPT, PRIORITY_OPT, SUBMIT_OPT],
1547 1547
    "<instance_name> tag...", "Add tags to the given instance"),
1548 1548
  "remove-tags": (
1549 1549
    RemoveTags, [ArgInstance(min=1, max=1), ArgUnknown()],
1550
    [TAG_SRC_OPT, PRIORITY_OPT],
1550
    [TAG_SRC_OPT, PRIORITY_OPT, SUBMIT_OPT],
1551 1551
    "<instance_name> tag...", "Remove tags from given instance"),
1552 1552
  }
1553 1553

  

Also available in: Unified diff