Stop minimizing service install for neutron func

Installing only neutron results in errors during provisioning
due to Keystone being required.  More testing is required before
service installation can be minimized via config, and maybe it
would be better to skip right to ensuring devstack can install
only dependencies.

Change-Id: I95f7468e53c942091e1f5fe4afd76994da2d386f
This commit is contained in:
Maru Newby 2014-09-02 17:22:00 +02:00
parent 7ac3a640ab
commit 87667918f1

View File

@ -14,7 +14,6 @@
- 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