Browse code

Add missing config option os_auth_url

Without this option will appear as an error:
Skip interval_task because Keystone error:
Authorization Failed: Unable to establish connection to
http://localhost:5000/v2.0/tokens

Closes-Bug: #1325383

Change-Id: I42fe92596d9d475f2c5b2a6aa6b49d2b7b821c54

Longgeek authored on 2014/06/02 00:44:21
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 identity_uri $KEYSTONE_AUTH_URI
168 169
     iniset $CEILOMETER_CONF keystone_authtoken admin_user ceilometer