Last active
December 31, 2015 18:09
-
-
Save amuessig/8024647 to your computer and use it in GitHub Desktop.
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
2013-12-18 16:27:26.059 DEBUG neutronclient.client [-] RESP:{'date': 'Wed, 18 Dec 2013 15:27:26 GMT', 'status': '200', 'content-length': '533', 'content-type': 'application/json; charset=UTF-8', 'content-location': 'http://172.16.34.11:9696//v2.0/ports.json?network_id=4478be17-03ef-4ee3-8173-af86c2f3ea7a&fixed_ips=ip_address%3D10.0.0.4'} {"ports": [{"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "4478be17-03ef-4ee3-8173-af86c2f3ea7a", "tenant_id": "38971e59194041449076a6a89015baae", "extra_dhcp_opts": [], "binding:vif_type": "ovs", "device_owner": "compute:nova", "binding:capabilities": {"port_filter": false}, "mac_address": "fa:16:3e:e7:1c:95", "fixed_ips": [{"subnet_id": "0f0b0099-dfa7-4a5b-96ac-57ec747ba6d5", "ip_address": "10.0.0.4"}], "id": "8cd25279-746f-4161-ab31-cdbe383d83e2", "device_id": "f38a4762-68e1-482d-bfde-6e8cf356c083"}]} | |
from (pid=10323) http_log_resp /opt/stack/python-neutronclient/neutronclient/common/utils.py:179 | |
2013-12-18 16:27:26.063 ERROR neutron.agent.metadata.agent [-] Unexpected error. | |
2013-12-18 16:27:26.063 TRACE neutron.agent.metadata.agent Traceback (most recent call last): | |
2013-12-18 16:27:26.063 TRACE neutron.agent.metadata.agent File "/opt/stack/neutron/neutron/agent/metadata/agent.py", line 96, in __call__ | |
2013-12-18 16:27:26.063 TRACE neutron.agent.metadata.agent return self._proxy_request(instance_id, req) | |
2013-12-18 16:27:26.063 TRACE neutron.agent.metadata.agent File "/opt/stack/neutron/neutron/agent/metadata/agent.py", line 171, in _proxy_request | |
2013-12-18 16:27:26.063 TRACE neutron.agent.metadata.agent raise Exception(_('Unexpected response code: %s') % resp.status) | |
2013-12-18 16:27:26.063 TRACE neutron.agent.metadata.agent Exception: Unexpected response code: 400 | |
2013-12-18 16:27:26.063 TRACE neutron.agent.metadata.agent | |
2013-12-18 16:27:26.063 INFO eventlet.wsgi.server [-] 10.0.0.4,<local> - - [18/Dec/2013 16:27:26] "GET /2009-04-04/meta-data/instance-id HTTP/1.1" 500 229 0.198480 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment