yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #55202
[Bug 1488793] Re: CertManager couldn't connect to barbican
Looks like the issue is solved but this was not marked as such.
** Changed in: neutron
Status: Incomplete => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1488793
Title:
CertManager couldn't connect to barbican
Status in neutron:
Fix Released
Bug description:
Barbican client requires endpoint for barbican service, but currently it isn't set.
So cert manager couldn't connect to correct endpoint.
Below is error message.
Traceback (most recent call last):
File ".tox/test-cert.py", line 19, in <module>
certificate_secret.store()
File "/Users/yuanying/Projects/OpenStack/magnum/.tox/venv/lib/python2.7/site-packages/barbicanclient/secrets.py", line 43, in wrapper
return func(self, *args)
File "/Users/yuanying/Projects/OpenStack/magnum/.tox/venv/lib/python2.7/site-packages/barbicanclient/secrets.py", line 320, in store
response = self._api.post(self._entity, json=secret_dict)
File "/Users/yuanying/Projects/OpenStack/magnum/.tox/venv/lib/python2.7/site-packages/barbicanclient/client.py", line 77, in post
return super(_HTTPClient, self).post(path, *args, **kwargs).json()
File "/Users/yuanying/Projects/OpenStack/magnum/.tox/venv/lib/python2.7/site-packages/keystoneclient/adapter.py", line 176, in post
return self.request(url, 'POST', **kwargs)
File "/Users/yuanying/Projects/OpenStack/magnum/.tox/venv/lib/python2.7/site-packages/barbicanclient/client.py", line 64, in request
self._check_status_code(resp)
File "/Users/yuanying/Projects/OpenStack/magnum/.tox/venv/lib/python2.7/site-packages/barbicanclient/client.py", line 100, in _check_status_code
self._get_error_message(resp)
File "/Users/yuanying/Projects/OpenStack/magnum/.tox/venv/lib/python2.7/site-packages/barbicanclient/client.py", line 110, in _get_error_message
message = response_data['title']
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1488793/+subscriptions
References