Created
March 28, 2016 19:42
-
-
Save tonytan4ever/7460ff6b7ed99715b612 to your computer and use it in GitHub Desktop.
Neutron Local Error.
This file contains hidden or 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
2016-03-28 14:41:59.341 16011 INFO quark.plugin_modules.networks [req-7c2c2a6c-3bbf-4001-b46c-dfd98a340f6e - - - - -] get_networks for tenant None with filters {}, fields [] | |
2016-03-28 14:41:59.566 16011 ERROR neutron.api.v2.resource [req-7c2c2a6c-3bbf-4001-b46c-dfd98a340f6e - - - - -] index failed | |
2016-03-28 14:41:59.566 16011 ERROR neutron.api.v2.resource Traceback (most recent call last): | |
2016-03-28 14:41:59.566 16011 ERROR neutron.api.v2.resource File "/Users/c13141/projects/Rackspace/neutron/neutron/api/v2/resource.py", line 84, in resource | |
2016-03-28 14:41:59.566 16011 ERROR neutron.api.v2.resource result = method(request=request, **args) | |
2016-03-28 14:41:59.566 16011 ERROR neutron.api.v2.resource File "/Users/c13141/bin/neutron-quark/lib/python2.7/site-packages/oslo_db/api.py", line 148, in wrapper | |
2016-03-28 14:41:59.566 16011 ERROR neutron.api.v2.resource ectxt.value = e.inner_exc | |
2016-03-28 14:41:59.566 16011 ERROR neutron.api.v2.resource File "/Users/c13141/bin/neutron-quark/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__ | |
2016-03-28 14:41:59.566 16011 ERROR neutron.api.v2.resource self.force_reraise() | |
2016-03-28 14:41:59.566 16011 ERROR neutron.api.v2.resource File "/Users/c13141/bin/neutron-quark/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise | |
2016-03-28 14:41:59.566 16011 ERROR neutron.api.v2.resource six.reraise(self.type_, self.value, self.tb) | |
2016-03-28 14:41:59.566 16011 ERROR neutron.api.v2.resource File "/Users/c13141/bin/neutron-quark/lib/python2.7/site-packages/oslo_db/api.py", line 138, in wrapper | |
2016-03-28 14:41:59.566 16011 ERROR neutron.api.v2.resource return f(*args, **kwargs) | |
2016-03-28 14:41:59.566 16011 ERROR neutron.api.v2.resource File "/Users/c13141/projects/Rackspace/neutron/neutron/api/v2/base.py", line 341, in index | |
2016-03-28 14:41:59.566 16011 ERROR neutron.api.v2.resource return self._items(request, True, parent_id) | |
2016-03-28 14:41:59.566 16011 ERROR neutron.api.v2.resource File "/Users/c13141/projects/Rackspace/neutron/neutron/api/v2/base.py", line 267, in _items | |
2016-03-28 14:41:59.566 16011 ERROR neutron.api.v2.resource obj_list = obj_getter(request.context, **kwargs) | |
2016-03-28 14:41:59.566 16011 ERROR neutron.api.v2.resource File "/Users/c13141/projects/Rackspace/quark/quark/plugin.py", line 115, in _wrapped | |
2016-03-28 14:41:59.566 16011 ERROR neutron.api.v2.resource res = func(self, context, *args, **kwargs) | |
2016-03-28 14:41:59.566 16011 ERROR neutron.api.v2.resource File "/Users/c13141/projects/Rackspace/quark/quark/plugin.py", line 376, in get_networks | |
2016-03-28 14:41:59.566 16011 ERROR neutron.api.v2.resource page_reverse, filters, fields) | |
2016-03-28 14:41:59.566 16011 ERROR neutron.api.v2.resource File "/Users/c13141/projects/Rackspace/quark/quark/plugin_modules/networks.py", line 222, in get_networks | |
2016-03-28 14:41:59.566 16011 ERROR neutron.api.v2.resource nets = [v._make_network_dict(net, fields=fields) for net in nets] | |
2016-03-28 14:41:59.566 16011 ERROR neutron.api.v2.resource File "/Users/c13141/projects/Rackspace/quark/quark/plugin_views.py", line 79, in _make_network_dict | |
2016-03-28 14:41:59.566 16011 ERROR neutron.api.v2.resource res["subnets"] = STRATEGY.subnet_ids_for_network(network["id"]) | |
2016-03-28 14:41:59.566 16011 ERROR neutron.api.v2.resource File "/Users/c13141/projects/Rackspace/quark/quark/network_strategy.py", line 93, in subnet_ids_for_network | |
2016-03-28 14:41:59.566 16011 ERROR neutron.api.v2.resource subnets = self.strategy.get(net_id)["subnets"] | |
2016-03-28 14:41:59.566 16011 ERROR neutron.api.v2.resource KeyError: 'subnets' | |
2016-03-28 14:41:59.566 16011 ERROR neutron.api.v2.resource |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment