Revision ef9fa5b9 lib/client/gnt_instance.py

b/lib/client/gnt_instance.py
64 64
  ]
65 65

  
66 66

  
67
_ENV_OVERRIDE = frozenset(["list"])
68

  
69

  
67 70
def _ExpandMultiNames(mode, names, client=None):
68 71
  """Expand the given names using the passed mode.
69 72

  
......
1552 1555

  
1553 1556
def Main():
1554 1557
  return GenericMain(commands, aliases=aliases,
1555
                     override={"tag_type": constants.TAG_INSTANCE})
1558
                     override={"tag_type": constants.TAG_INSTANCE},
1559
                     env_override=_ENV_OVERRIDE)

Also available in: Unified diff