Do not set os_aut_url for ceilometer
When install ceilometer with devstack, if do not set environment variable OS_AUTH_URL, then devstack will set os_aut_url as empty in /etc/ceilometer/ceilometer.conf, this will cause both ceilometer-agent-central and ceilometer-agent-compute cannot start. Fix bug 1205776 Change-Id: I32c77c92dc2e9d03c86e703f170e0216dd829a61
This commit is contained in:
parent
bc84cdf487
commit
73bd1233a7
@ -81,7 +81,6 @@ function configure_ceilometer() {
|
||||
iniset $CEILOMETER_CONF DEFAULT os_username ceilometer
|
||||
iniset $CEILOMETER_CONF DEFAULT os_password $SERVICE_PASSWORD
|
||||
iniset $CEILOMETER_CONF DEFAULT os_tenant_name $SERVICE_TENANT_NAME
|
||||
iniset $CEILOMETER_CONF DEFAULT os_auth_url $OS_AUTH_URL
|
||||
|
||||
iniset $CEILOMETER_CONF keystone_authtoken auth_protocol http
|
||||
iniset $CEILOMETER_CONF keystone_authtoken admin_user ceilometer
|
||||
|
Loading…
Reference in New Issue
Block a user