aboutsummaryrefslogtreecommitdiffstats
path: root/environments/undercloud.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2017-06-26 10:48:15 -0400
committerSteve Baker <sbaker@redhat.com>2017-07-23 22:29:02 +0000
commit5b773256875b4a48582963f0c72091333d4a7ca6 (patch)
tree2d5e2d72862936bc046b39e9e32a45bcb911a159 /environments/undercloud.yaml
parent0fbc2ff4878912cfcbea959a76b08330e80d8dc4 (diff)
Drop MongoDB from the undercloud
This patch drops MongoDB from the undercloud and swaps in a 'swift' and 'sqlalchemy' versions for the Zaqar backends. Change-Id: Ic6600f284dfbf4360b42598d3651b4c0f8046d1c
Diffstat (limited to 'environments/undercloud.yaml')
-rw-r--r--environments/undercloud.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/environments/undercloud.yaml b/environments/undercloud.yaml
index 559d81df..4bc16f8c 100644
--- a/environments/undercloud.yaml
+++ b/environments/undercloud.yaml
@@ -20,3 +20,5 @@ parameter_defaults:
HeatMaxJsonBodySize: 2097152
IronicInspectorInterface: br-ctlplane
IronicInspectorIpRange: '192.168.24.100,192.168.24.200'
+ ZaqarMessageStore: 'swift'
+ ZaqarManagementStore: 'sqlalchemy'