Browse code

ceilometer.conf configuration option missing os_auth_url

ceilometer-agent-centrol error connection keystone: \
Skip interval_task because Keystone error: \
Authorization Failed: Unable to establish connection to
http://localhost:5000/v2.0/tokens

Fixed bug #1320951

Change-Id: Iae722595cb51e11e604d373779d74a8968ea3324

Longgeek authored on 2014/05/20 18:00:04
Showing 1 changed files
... ...
@@ -163,6 +163,7 @@ function configure_ceilometer {
163 163
     iniset $CEILOMETER_CONF service_credentials os_username ceilometer
164 164
     iniset $CEILOMETER_CONF service_credentials os_password $SERVICE_PASSWORD
165 165
     iniset $CEILOMETER_CONF service_credentials os_tenant_name $SERVICE_TENANT_NAME
166
+    iniset $CEILOMETER_CONF service_credentials os_auth_url $OS_AUTH_URL
166 167
 
167 168
     iniset $CEILOMETER_CONF keystone_authtoken auth_host $KEYSTONE_AUTH_HOST
168 169
     iniset $CEILOMETER_CONF keystone_authtoken auth_port $KEYSTONE_AUTH_PORT