Place exports for dsvm-integration job into a separate file
This will allow us to modify devstack environment of a dsvm-integration job independently of infra repository, once https://review.openstack.org/#/c/269578/ is merged. This is a preparation to integration testing of Heat-enabled panel in Horizon, since Heat is disabled in Devstack by default. Change-Id: Id9ab8e846c33921e1c55e459056345c8d14204fd
This commit is contained in:
6
tools/gate/integration/devstack_exports.sh
Normal file
6
tools/gate/integration/devstack_exports.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_TIMEOUT=90
|
||||
export DEVSTACK_GATE_TEMPEST=0
|
||||
export DEVSTACK_GATE_EXERCISES=0
|
||||
export DEVSTACK_GATE_INSTALL_TESTONLY=1
|
||||
export DEVSTACK_GATE_NEUTRON=1
|
Reference in New Issue
Block a user