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:
Boris Bobrov 2016-12-01 20:07:29 +03:00
parent 15ff7c1eca
commit 1e253099e0
1 changed files with 1 additions and 0 deletions

View File

@ -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,