Added missed exports to sahara-cli job

Added some missed devstack params to sahara-cli jobs

Change-Id: I7aeb694a78ae7bc6ebb7d8167396b2194caceb63
This commit is contained in:
Evgeny Sikachev 2016-07-06 17:35:34 +03:00
parent 5d8bb88057
commit 5a134db5ae
1 changed files with 4 additions and 0 deletions

View File

@ -139,6 +139,10 @@
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export KEEP_LOCALRC=1
export DEVSTACK_GATE_TEMPEST=0
export DEVSTACK_GATE_EXERCISES=0
export DEVSTACK_GATE_INSTALL_TESTONLY=1
export DEVSTACK_LOCAL_CONFIG="enable_plugin sahara git://git.openstack.org/openstack/sahara"
export PROJECTS="openstack/sahara-tests openstack/python-saharaclient $PROJECTS"
if [ "$ZUUL_PROJECT" = "openstack/python-saharaclient" ]; then