Revision ef9fa5b9 lib/client/gnt_node.py

b/lib/client/gnt_node.py
106 106
                              constants.OOB_POWER_CYCLE])
107 107

  
108 108

  
109
_ENV_OVERRIDE = frozenset(["list"])
110

  
111

  
109 112
NONODE_SETUP_OPT = cli_option("--no-node-setup", default=True,
110 113
                              action="store_false", dest="node_setup",
111 114
                              help=("Do not make initial SSH setup on remote"
......
963 966

  
964 967

  
965 968
def Main():
966
  return GenericMain(commands, override={"tag_type": constants.TAG_NODE})
969
  return GenericMain(commands, override={"tag_type": constants.TAG_NODE},
970
                     env_override=_ENV_OVERRIDE)

Also available in: Unified diff