Fix Tempest CIs

Latest changes in DevStack and Tempest broke our Tempest CIs. This
commit will fix those.

* Disables Swift and Cinder on gates (introduced by changes in
  DevStack).

Co-Authored-By: Michał Dulko <mdulko@redhat.com>
Closes-Bug: 1755567
Change-Id: I3000d755fc7152f8576231c90102f24bcea33283
This commit is contained in:
Daniel Mellado 2018-03-13 23:36:44 +01:00 committed by Michał Dulko
parent 096346fb40
commit 7c49430161
1 changed files with 10 additions and 0 deletions

View File

@ -67,7 +67,17 @@
KURYR_K8S_API_PORT: 8080
TEMPEST_PLUGINS: '/opt/stack/kuryr-tempest-plugin'
devstack_services:
# TODO(dmellado):Temporary workaround until proper fix
base: false
s-account: false
s-container: false
s-object: false
s-proxy: false
c-api: false
c-bak: false
c-sch: false
c-vol: false
cinder: false
tempest: true
neutron: true
q-agt: true