devstack: Fix Keystone v3 configuration typo

When Keystone v3 is enabled, 'default' is the id, not the name,
of the domain created by devstack.

Change-Id: I244db7023cb3215dc6fe26d783c6338c8391a0f4
This commit is contained in:
Mehdi Abaakouk 2016-02-10 10:12:25 +01:00
parent 57a16b4571
commit b7d2c8eb43
1 changed files with 2 additions and 2 deletions

View File

@ -317,8 +317,8 @@ function configure_ceilometer {
# The compute and central agents need these credentials in order to
# call out to other services' public APIs.
iniset $CEILOMETER_CONF service_credentials auth_type password
iniset $CEILOMETER_CONF service_credentials user_domain_name default
iniset $CEILOMETER_CONF service_credentials project_domain_name default
iniset $CEILOMETER_CONF service_credentials user_domain_id default
iniset $CEILOMETER_CONF service_credentials project_domain_id default
iniset $CEILOMETER_CONF service_credentials project_name $SERVICE_TENANT_NAME
iniset $CEILOMETER_CONF service_credentials username ceilometer
iniset $CEILOMETER_CONF service_credentials password $SERVICE_PASSWORD