Revision 92cf62e3 lib/client/gnt_instance.py

b/lib/client/gnt_instance.py
877 877
  op = opcodes.OpInstanceMove(instance_name=instance_name,
878 878
                              target_node=opts.node,
879 879
                              shutdown_timeout=opts.shutdown_timeout,
880
                              ignore_consistency=opts.ignore_consistency)
880
                              ignore_consistency=opts.ignore_consistency,
881
                              ignore_ipolicy=opts.ignore_ipolicy)
881 882
  SubmitOrSend(op, opts, cl=cl)
882 883
  return 0
883 884

  
......
1454 1455
  "move": (
1455 1456
    MoveInstance, ARGS_ONE_INSTANCE,
1456 1457
    [FORCE_OPT, SUBMIT_OPT, SINGLE_NODE_OPT, SHUTDOWN_TIMEOUT_OPT,
1457
     DRY_RUN_OPT, PRIORITY_OPT, IGNORE_CONSIST_OPT],
1458
     DRY_RUN_OPT, PRIORITY_OPT, IGNORE_CONSIST_OPT, IGNORE_IPOLICY_OPT],
1458 1459
    "[-f] <instance>", "Move instance to an arbitrary node"
1459 1460
    " (only for instances of type file and lv)"),
1460 1461
  "info": (

Also available in: Unified diff