Devstack ceilometer agent central AuthorizationFailure [closed]
Hello everyone,
I've just pulled the latest version of Devstack, installed ceilometer but when I start the services, the central agent does not manage to connect via Keystone.
2013-12-04 12:12:01.383 5367 INFO requests.packages.urllib3.connectionpool [-] Starting new HTTP connection (1): localhost
2013-12-04 12:12:01.385 5367 ERROR ceilometer.openstack.common.loopingcall [-] in fixed duration looping call
2013-12-04 12:12:01.385 5367 TRACE ceilometer.openstack.common.loopingcall Traceback (most recent call last):
2013-12-04 12:12:01.385 5367 TRACE ceilometer.openstack.common.loopingcall File "/opt/stack/ceilometer/ceilometer/openstack/common/loopingcall.py", line 78, in _inner
2013-12-04 12:12:01.385 5367 TRACE ceilometer.openstack.common.loopingcall self.f(*self.args, **self.kw)
2013-12-04 12:12:01.385 5367 TRACE ceilometer.openstack.common.loopingcall File "/opt/stack/ceilometer/ceilometer/central/manager.py", line 76, in interval_task
2013-12-04 12:12:01.385 5367 TRACE ceilometer.openstack.common.loopingcall region_name=cfg.CONF.service_credentials.os_region_name)
2013-12-04 12:12:01.385 5367 TRACE ceilometer.openstack.common.loopingcall File "/opt/stack/python-keystoneclient/keystoneclient/v2_0/client.py", line 139, in __init__
2013-12-04 12:12:01.385 5367 TRACE ceilometer.openstack.common.loopingcall self.authenticate()
2013-12-04 12:12:01.385 5367 TRACE ceilometer.openstack.common.loopingcall File "/opt/stack/python-keystoneclient/keystoneclient/httpclient.py", line 468, in authenticate
2013-12-04 12:12:01.385 5367 TRACE ceilometer.openstack.common.loopingcall resp, body = self.get_raw_token_from_identity_service(**kwargs)
2013-12-04 12:12:01.385 5367 TRACE ceilometer.openstack.common.loopingcall File "/opt/stack/python-keystoneclient/keystoneclient/v2_0/client.py", line 168, in get_raw_token_from_identity_service
2013-12-04 12:12:01.385 5367 TRACE ceilometer.openstack.common.loopingcall "%s" % e)
2013-12-04 12:12:01.385 5367 TRACE ceilometer.openstack.common.loopingcall AuthorizationFailure: Authorization Failed: Unable to establish connection to http://localhost:5000/v2.0/tokens
I have checked the ceilometer.conf file, the admin_tenant_name, the admin_user and the admin_password are correct. Do you have an idea about the reason of this isssue?
Thanks beforehand. Best regards, Romain.