Set shade to use v2.0 in legacy functional tests

In the -legacy functional tests, besides enabling keystone v2.0, shade
needs to be told to use v2.0

Change-Id: I3aee7a396199532c7e43da057cf8ea5e1e82ced1
This commit is contained in:
Samuel de Medeiros Queiroz 2017-06-12 13:50:51 -04:00
parent 7ebd5519d9
commit 462df5c3de
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@
# redefines the /tmp/dg-local.conf location in the local_conf:
# macro.
sed -i -e 's/ENABLE_IDENTITY_V2=False/ENABLE_IDENTITY_V2=True/' /tmp/dg-local.conf
export SHADE_USE_KEYSTONE_V2=1
else
export DEVSTACK_GATE_NEUTRON=1
fi