Add devstack plugin execution to the Keystone v3 functional gate

The devstack plugin will live in the Keystone tree and will set
up the environment for our functional tests.

Only adding to the v3 gate for now, since that one is non-voting.

Depends-On: I820ae355ae8f3183fee2b8207e3c17e8bd10dc17

Change-Id: Ibccd2a080a6adc729a83d072de615f95a749efb3
This commit is contained in:
Kristi Nikolla 2016-10-28 11:51:24 +02:00
parent fa4d67d471
commit 47e1797925

View File

@ -55,6 +55,7 @@
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1
export DEVSTACK_GATE_TEMPEST_REGEX='keystone'
export DEVSTACK_LOCAL_CONFIG="ENABLE_IDENTITY_V2=False"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin keystone git://git.openstack.org/openstack/keystone"
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh