Created
January 30, 2019 19:49
-
-
Save ianballou/8d47b92a1757d373e787b3d1a5e16667 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2019-01-30 19:26:55.311 7 ERROR neutron File "/usr/lib/python2.7/site-packages/networking_cisco/ml2_drivers/nexus/mech_cisco_nexus.py", line 405, in initialize | |
2019-01-30 19:26:55.311 7 ERROR neutron self._initialize_host_port_mappings() | |
2019-01-30 19:26:55.311 7 ERROR neutron File "/usr/lib/python2.7/site-packages/networking_cisco/ml2_drivers/nexus/mech_cisco_nexus.py", line 395, in _initialize_host_port_mappings | |
2019-01-30 19:26:55.311 7 ERROR neutron for switch_ip, attrs in CONF.ml2_cisco.nexus_switches.items(): | |
2019-01-30 19:26:55.311 7 ERROR neutron File "/usr/lib/python2.7/site-packages/oslo_config/cfg.py", line 3123, in __getattr__ | |
2019-01-30 19:26:55.311 7 ERROR neutron return self._conf._get(name, self._group) | |
2019-01-30 19:26:55.311 7 ERROR neutron File "/usr/lib/python2.7/site-packages/oslo_config/cfg.py", line 2621, in _get | |
2019-01-30 19:26:55.311 7 ERROR neutron value, loc = self._do_get(name, group, namespace) | |
2019-01-30 19:26:55.311 7 ERROR neutron File "/usr/lib/python2.7/site-packages/oslo_config/cfg.py", line 2676, in _do_get | |
2019-01-30 19:26:55.311 7 ERROR neutron and alt_loc.location == Locations.command_line): | |
2019-01-30 19:26:55.311 7 ERROR neutron AttributeError: 'NoneType' object has no attribute 'location' | |
2019-01-30 19:26:55.311 7 ERROR neutron |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment