Merge "Fall back to non-containerized cinder-volume to unblock CI"

This commit is contained in:
Jenkins
2017-06-16 15:08:36 +00:00
committed by Gerrit Code Review

View File

@@ -54,7 +54,8 @@ resource_registry:
OS::TripleO::Services::CinderApi: ../docker/services/cinder-api.yaml
OS::TripleO::Services::CinderScheduler: ../docker/services/cinder-scheduler.yaml
OS::TripleO::Services::CinderBackup: ../docker/services/cinder-backup.yaml
OS::TripleO::Services::CinderVolume: ../docker/services/cinder-volume.yaml
# FIXME: Had to remove this to unblock containers CI. Should be put back when fixed.
# OS::TripleO::Services::CinderVolume: ../docker/services/cinder-volume.yaml
OS::TripleO::PostDeploySteps: ../docker/post.yaml
OS::TripleO::PostUpgradeSteps: ../docker/post-upgrade.yaml