Minimize service installation for neutron func job

The neutron functional job only needs devstack to install
its dependencies, and there is no need to install other
services.

This change depends on the following openstack-infra/devstack-gate
changes:

https://review.openstack.org/#/c/116892/
https://review.openstack.org/#/c/117279/

Change-Id: I54a10daa9bd54936b1ee09f344e60cf88ea76f4c
This commit is contained in:
Maru Newby 2014-08-23 05:42:21 +00:00
parent 57e898fa26
commit aad5776fc7

View File

@ -14,6 +14,8 @@
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_NO_SERVICES=1
export DEVSTACK_GATE_UNSTACK=1
export DEVSTACK_GATE_TIMEOUT=120
export DEVSTACK_GATE_TEMPEST=0
export DEVSTACK_GATE_EXERCISES=0