Explicitly enable tempest service

Add tempest as enabled_service explicitly, as the job disabled those in
ENABLED_SERVICE and this was making the tempest jobs not being able to
run.

Change-Id: I469887ce84263d4ee9269949bc1270b09cbea4fd
Signed-off-by: Daniel Mellado <dmellado@redhat.com>
This commit is contained in:
Daniel Mellado 2017-06-27 13:04:59 +02:00
parent 8e4926604d
commit 7e9acf0dd0
No known key found for this signature in database
GPG Key ID: C905561547B09777

View File

@ -136,6 +136,8 @@
enable_service kubelet
# Kuryr watcher
enable_service kuryr-kubernetes
# Enable Tempest
enable_service tempest
# Enable Tempest plugin
TEMPEST_PLUGINS='/opt/stack/new/kuryr-tempest-plugin'
- shell: |