Add IDENTITY_API_VERSION to local config for rally
Rally gates got broken when devstack switched to v3 by default. It seems that the option controlling the version of identity api didn't work. Add the option to the generated localrc. Change-Id: If22bbd5ff9c5d81a010c4f190ceefa629b55cffa
This commit is contained in:
@@ -75,6 +75,7 @@
|
||||
|
||||
DEVSTACK_LOCAL_CONFIG="enable_plugin rally git://git.openstack.org/openstack/rally"
|
||||
DEVSTACK_LOCAL_CONFIG+=$'\n'"CINDER_ENABLE_V1_API=True"
|
||||
DEVSTACK_LOCAL_CONFIG+=$'\n'"IDENTITY_API_VERSION=$IDENTITY_API_VERSION"
|
||||
|
||||
ENABLED_SERVICES=key,horizon,
|
||||
ENABLED_SERVICES+=cinder,c-api,c-vol,c-sch,c-bak,
|
||||
|
||||
Reference in New Issue
Block a user