Disable swift on heat python3 gate (again)

The attempts at running swift with python2 on the python3 don't work so
let's get back at disabling swift. This basically reverts
I044bc0536d728965f9637a344325d2d9763e471f

Change-Id: I8cc67e136fb34c09d62f0511ffd18ff0d212d1c4
This commit is contained in:
Thomas Herve 2017-03-21 09:30:08 +01:00
parent d372fe2cd6
commit f93647ddb3
1 changed files with 2 additions and 2 deletions

View File

@ -58,13 +58,13 @@
services+=,g-api,g-reg
services+=,c-sch,c-api,c-vol,c-bak
services+=,q-svc,q-dhcp,q-meta,q-agt,q-l3
services+=,s-proxy,s-object,s-container,s-account
if [ "{special}" == "-py35" ] ; then
export DEVSTACK_GATE_USE_PYTHON3=True
export DEVSTACK_LOCAL_CONFIG+=$'\n'"disable_python3_package swift"
# Swift does not work so skip s-* for python3x for now
else
export DEVSTACK_GATE_USE_PYTHON3=False
services+=,s-proxy,s-object,s-container,s-account
fi
# enable heat services for mitaka (no devstack plugin available)