collectd-openstack-plugins/releasenotes/notes/bug-1656063-00b08d0cb6e3def8.yaml
Emma Foley 2c7862cef3 Use KEYSTONE_SERVICE_URI instead of KEYSTONE_AUTH_URI
- KEYSTONE_AUTH_URI is the admin url
- Use KEYSTONE_SERVICE_URI to access keystone as a service user.

Closes-Bug: #1656063

Change-Id: I957e166931b3dea050d0cee3365250a92ae3a57f
2017-01-12 18:31:14 +00:00

10 lines
446 B
YAML

---
fixes:
- |
Fixes 'bug 1656063 https://bugs.launchpad.net/collectd-ceilometer-plugin/+bug/1656063'.
OS_AUTH_URL now uses KEYSTONE_AUTH_URI instead of KEYSTONE_SERVICE_URI.
Previously, the URL needed to be changed after deployment because the admin
url was being used for Keystone, instead of the public url used for
obtainining auth tokens. There's no longer a need to adjust the
configuration file after deployment.