Use generic keystone uri in devstack config
Otherwise the threshold evaluator cannot load the ceilometerclient, we get instead: Could not load 'threshold': Unable to determine the Keystone version to authenticate with using the given auth_url. Change-Id: Ib0f8324b3999df08f422172c20c0212ba0699447
This commit is contained in:
parent
c0ea892e87
commit
a36b8ea4d9
@ -188,7 +188,7 @@ function configure_aodh {
|
|||||||
iniset $AODH_CONF service_credentials os_password $SERVICE_PASSWORD
|
iniset $AODH_CONF service_credentials os_password $SERVICE_PASSWORD
|
||||||
iniset $AODH_CONF service_credentials os_tenant_name $SERVICE_TENANT_NAME
|
iniset $AODH_CONF service_credentials os_tenant_name $SERVICE_TENANT_NAME
|
||||||
iniset $AODH_CONF service_credentials os_region_name $REGION_NAME
|
iniset $AODH_CONF service_credentials os_region_name $REGION_NAME
|
||||||
iniset $AODH_CONF service_credentials os_auth_url $KEYSTONE_SERVICE_URI/v2.0
|
iniset $AODH_CONF service_credentials os_auth_url $KEYSTONE_SERVICE_URI
|
||||||
|
|
||||||
# TODO(chdent): Until
|
# TODO(chdent): Until
|
||||||
# https://bugs.launchpad.net/keystonemiddleware/+bug/1482078
|
# https://bugs.launchpad.net/keystonemiddleware/+bug/1482078
|
||||||
|
Loading…
Reference in New Issue
Block a user