diff options
author | Dan Prince <dprince@redhat.com> | 2017-06-26 10:24:39 -0400 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2017-06-29 14:55:17 -0400 |
commit | 096e913306584baaf0fd2e7bb4951ecb23f370ac (patch) | |
tree | 8671008eedcd792b35277dc77c4c09a729de5474 /releasenotes/notes | |
parent | 669f0dfe04f36837f5350bdb387f85e5d49521c0 (diff) |
Zaqar: support configurable backends
This patch updates the Zaqar profile so that we have
support for configuring alternate versions of the messaging
and management backends.
In Pike instack-undercloud started using the swift/sqlalchemy
backends and the intent here is to update the new containers
undercloud to use a similar default (thus letting us drop Mongodb).
Change-Id: Ie6a56b9163950cee2c0341afa0c0ddce665f3704
Diffstat (limited to 'releasenotes/notes')
-rw-r--r-- | releasenotes/notes/zaqar_undercloud_backends-66c268161cf7840e.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/zaqar_undercloud_backends-66c268161cf7840e.yaml b/releasenotes/notes/zaqar_undercloud_backends-66c268161cf7840e.yaml new file mode 100644 index 0000000..d1a463b --- /dev/null +++ b/releasenotes/notes/zaqar_undercloud_backends-66c268161cf7840e.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + Support configurable backends Zaqar backends. + Updates the Zaqar profile so that we have support for configuring + alternate versions of the messaging and management backends. |