Fix default args in nsxadmin
Commit I0c75f0a616d8016a840611edab1e3b3edb53c4ad removed the selected -r / -o by mistake Change-Id: I2b017e3642f07908086a46baf9fe1c6cc8544fb1
This commit is contained in:
parent
b2a4862324
commit
419b3b56c1
@ -62,7 +62,6 @@ def _init_cfg():
|
||||
config_args = sys.argv[1:]
|
||||
if '--config-file' not in config_args:
|
||||
# Add default config files
|
||||
config_args = []
|
||||
for file in default_config_files:
|
||||
config_args.extend(['--config-file', file])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user