remove keystone extensions from openstackclient functional job

the extensions are enabled by default now, so we no longer need
to specify them in the functional job.

Change-Id: Iec52acddf8ffee7edd70ef7aa7cf3922b0df17e3
This commit is contained in:
Steve Martinelli 2015-08-11 11:23:49 -07:00
parent 8aa8588b04
commit a109f61f79
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@
export DEVSTACK_GATE_TEMPEST=0
export DEVSTACK_GATE_EXERCISES=0
export DEVSTACK_GATE_INSTALL_TESTONLY=1
export KEYSTONE_EXTENSIONS=oauth1,federation
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE