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 09:55:43 +01:00
parent 4ed768d549
commit f2d147804d
1 changed files with 2 additions and 2 deletions

View File

@ -197,8 +197,8 @@ function configure_aodh {
# The alarm evaluator needs these options to call gnocchi/ceilometer APIs
iniset $AODH_CONF service_credentials auth_type password
iniset $AODH_CONF service_credentials username aodh
iniset $AODH_CONF service_credentials user_domain_name default
iniset $AODH_CONF service_credentials project_domain_name default
iniset $AODH_CONF service_credentials user_domain_id default
iniset $AODH_CONF service_credentials project_domain_id default
iniset $AODH_CONF service_credentials password $SERVICE_PASSWORD
iniset $AODH_CONF service_credentials project_name $SERVICE_TENANT_NAME
iniset $AODH_CONF service_credentials region_name $REGION_NAME