Comment 2 for bug 1580564

Revision history for this message
bhreddy (hanumanthareddy-b) wrote :

REQ: curl -i http://180.168.1.77:9696/v2.0/lb/members.json -X GET -H "User-Agent: python-neutronclient" -H "X-Auth-Token: 13fc36a29ad243cfaa7d23089261d1cb"
 http_log_req /usr/lib/python2.7/dist-packages/neutronclient/common/utils.py:130
2016-05-12 15:06:19.435 23434 DEBUG neutronclient.client [-] RESP:404 {'date': 'Thu, 12 May 2016 09:36:19 GMT', 'connection': 'keep-alive', 'content-type': 'text/plain; charset=UTF-8', 'content-length': '52', 'x-openstack-request-id': 'req-32f7a85e-1e7e-4b27-834d-ecb505cc8180'} 404 Not Found

The resource could not be found.
Thank you ZhiQiang Fan (aji-zqfan). After changing to regionOne, the following error is coming...

 http_log_resp /usr/lib/python2.7/dist-packages/neutronclient/common/utils.py:139
2016-05-12 15:06:19.435 23434 DEBUG neutronclient.v2_0.client [-] Error message: 404 Not Found

The resource could not be found.

    _handle_fault_response /usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py:173
2016-05-12 15:06:19.436 23434 WARNING ceilometer.neutron_client [-] 404 Not Found

The resource could not be found.

2016-05-12 15:06:19.436 23434 DEBUG ceilometer.coordination [-] Members of group: ['579438a0-dfd1-4b55-94f0-012f1ddac289'] extract_my_subset /usr/lib/python2.7/dist-packages/ceilometer/coordination.py:173
2016-05-12 15:06:19.436 23434 DEBUG ceilometer.coordination [-] My subset: [] extract_my_subset /usr/lib/python2.7/dist-packages/ceilometer/coordination.py:177
2016-05-12 15:06:19.436 23434 INFO ceilometer.agent.base [-] Skip polling pollster network.services.lb.member, no resources found
2016-05-12 15:06:19.437 23434 INFO ceilometer.agent.base [-] Polling pollster image in the context of meter_source
2016-05-12 15:06:19.437 23434 DEBUG ceilometer.coordination [-] Members of group: ['579438a0-dfd1-4b55-94f0-012f1ddac289'] extract_my_subset /usr/lib/python2.7/dist-packages/ceilometer/coordination.py:173
2016-05-12 15:06:19.437 23434 DEBUG ceilometer.coordination [-] My subset: [u'http://180.168.1.77:9292'] extract_my_subset /usr/lib/python2.7/dist-packages/ceilometer/coordination.py:177
2016-05-12 15:06:19.438 23434 DEBUG glanceclient.common.http [-] curl -i -X GET -H 'Accept-Encoding: gzip, deflate' -H 'Accept: */*' -H 'User-Agent: python-glanceclient' -H 'Connection: keep-alive' -H 'X-Auth-Token: {SHA1}2db563a222903ccfe99bbf4c9f4e40637e1bfd67' -H 'Content-Type: application/octet-stream' http://180.168.1.77:9292/v1/images/detail?is_public=None&limit=20 log_curl_request /usr/lib/python2.7/dist-packages/glanceclient/common/http.py:122
2016-05-12 15:06:19.525 23434 DEBUG glanceclient.common.http [-]
HTTP/1.1 200 OK
date: Thu, 12 May 2016 09:36:19 GMT
connection: keep-alive
content-type: application/json; charset=UTF-8
content-length: 464
x-openstack-request-id: req-e259dee4-c24c-483c-b4ad-347040ce4cca

{"images": [{"status": "active", "deleted_at": null, "name": "Cirros", "deleted": false, "container_format": "bare", "created_at": "2016-05-10T08:46:43.000000", "disk_format": "qcow2", "updated_at": "2016-05-10T08:46:46.000000", "min_disk": 0, "protected": false, "id": "34e7b452-5e0f-494d-94bc-78a14bb92246", "min_ram": 0, "checksum": null, "owner": "28ab2ea204f04b0e92f694f037d11a79", "is_public": true, "virtual_size": null, "properties": {}, "size": 9761280}]}
 log_http_response /usr/lib/python2.7/dist-packages/glanceclient/common/http.py:135
2016-05-12 15:06:19.526 23434 DEBUG oslo_messaging._drivers.amqp [-] UNIQUE_ID is 65615653a0584762b5633a4eca42b8ca. _add_unique_id /usr/lib/python2.7/dist-packages/oslo_messaging/_drivers/amqp.py:252
2016-05-12 15:06:19.529 23434 INFO ceilometer.agent.base [-] Polling pollster network.services.lb.outgoing.bytes in the context of meter_source
2016-05-12 15:06:19.530 23434 INFO ceilometer.agent.base [-] Skip polling pollster network.services.lb.outgoing.bytes, no resources found
2016-05-12 15:06:19.530 23434 INFO ceilometer.agent.base [-] Polling pollster switch.port.receive.packets in the context of meter_source
2016-05-12 15:06:19.530 23434 INFO ceilometer.agent.base [-] Skip polling pollster switch.port.receive.packets, no resources found
2016-05-12 15:06:19.531 23434 INFO ceilometer.agent.base [-] Polling pollster image.size in the context of meter_source
2016-05-12 15:06:19.531 23434 DEBUG oslo_messaging._drivers.amqp [-] UNIQUE_ID is 1f4afd7e97ef45d59606e1f3b7ecd964. _add_unique_id /usr/lib/python2.7/dist-packages/oslo_messaging/_drivers/amqp.py:252
2016-05-12 15:06:19.534 23434 INFO ceilometer.agent.base [-] Polling pollster storage.objects.containers in the context of meter_source
2016-05-12 15:06:19.534 23434 INFO ceilometer.agent.base [-] Polling pollster hardware.memory.total in the context of meter_source
2016-05-12 15:06:19.595 23434 ERROR ceilometer.agent.base [-] Unable to discover resources: utcnow() takes no arguments (1 given)
2016-05-12 15:06:19.595 23434 TRACE ceilometer.agent.base Traceback (most recent call last):
2016-05-12 15:06:19.595 23434 TRACE ceilometer.agent.base File "/usr/lib/python2.7/dist-packages/ceilometer/agent/base.py", line 346, in discover
2016-05-12 15:06:19.595 23434 TRACE ceilometer.agent.base discovered = discoverer.discover(self, param)
2016-05-12 15:06:19.595 23434 TRACE ceilometer.agent.base File "/usr/lib/python2.7/dist-packages/ceilometer/hardware/discovery.py", line 66, in discover
2016-05-12 15:06:19.595 23434 TRACE ceilometer.agent.base self.last_run = timeutils.utcnow(True).isoformat()
2016-05-12 15:06:19.595 23434 TRACE ceilometer.agent.base TypeError: utcnow() takes no arguments (1 given)
2016-05-12 15:06:19.595 23434 TRACE ceilometer.agent.base
2016-05-12 15:06:19.596 23434 INFO ceilometer.agent.base [-] Skip polling pollster hardware.memory.total, no resources found