Fix Keystone v3 integration for Mitaka+

The ceilometer.conf was using its defining its own keystone-authtoken
section which lacks Keystone v3 support rather than using the shared
template fragment from charmhelpers.

Change-Id: I180785aa6b1b89eab7d2d2814206e43b3aa90ff7
Closes-Bug: #1624173
This commit is contained in:
Liam Young 2016-09-21 07:12:29 +00:00
parent 928dd4c34a
commit bdfd5fc9fd
1 changed files with 1 additions and 8 deletions

View File

@ -32,13 +32,6 @@ event_time_to_live = {{ event_time_to_live }}
[publisher]
telemetry_secret = {{ metering_secret }}
[keystone_authtoken]
auth_type = password
auth_uri = {{ service_protocol }}://{{ service_host }}:{{ service_port }}/
auth_url = {{ auth_protocol }}://{{ auth_host }}:{{ auth_port }}/
project_name = {{ admin_tenant_name }}
username = {{ admin_user }}
password = {{ admin_password }}
signing_dir = {{ signing_dir }}
{% include "section-keystone-authtoken-mitaka" %}
{% include "section-rabbitmq-oslo" %}