Gary Kotton 87827f9608 Admin util: use correct config options
TrivialFix

stack@controller:/opt/stack/logs$ nsxadmin
Traceback (most recent call last):
  File "/usr/local/bin/nsxadmin", line 10, in <module>
    sys.exit(main())
  File "/opt/stack/vmware-nsx/vmware_nsx/shell/nsxadmin.py", line 102, in main
    _init_cfg()
  File "/opt/stack/vmware-nsx/vmware_nsx/shell/nsxadmin.py", line 58, in _init_cfg
    cfg.CONF.unregister_opts(neutron_config.core_cli_opts)
AttributeError: 'module' object has no attribute 'core_cli_opts'
stack@controller:/opt/stack/logs$

Change-Id: Ia620751195e66cc0fd30c8cc6a6d1fe64dc915d3
2016-08-05 00:50:28 -07:00
..