tripleo-heat-templates/environments/services/zaqar-swift-backend.yaml
Michele Baldessari 242bef164a Add a zaqar-swift-backend environment file
The main purpose of this file is to enable the zaqar service
but, unlike the environments/services/zaqar.yaml file it explicitely
disables the redis service as this is meant to be used with
swift/sqlalchemy.

The main use case here being the containerized undercloud

Change-Id: Ic11b4790a1a2c2336cd432784f19922e76e028ad
Partial-Bug: #1795027
2018-09-28 22:51:02 +02:00

5 lines
199 B
YAML

# Env file to enable zaqar without makins use of Redis as a backend
resource_registry:
OS::TripleO::Services::Zaqar: ../../docker/services/zaqar.yaml
OS::TripleO::Services::Redis: OS::Heat::None