From 0fbc2ff4878912cfcbea959a76b08330e80d8dc4 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Mon, 26 Jun 2017 10:40:46 -0400 Subject: Support configurable Zaqar backends This patch adds parameters to configure alternative version of the Zaqar messaging and management backends. The intent is to make use of these settings in the containers undercloud to use swift/mysql backends as a default thus avoiding the dependency on MongoDB. Change-Id: Ifd6a561737184c9322192ffc9a412c77d6eac3e9 Depends-On: Ie6a56b9163950cee2c0341afa0c0ddce665f3704 Depends-On: I3598e39c0a3cdf80b96e728d9aa8a7e6505e0690 --- releasenotes/notes/zaqar_backends-ccf8adfd24a17bf5.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes/notes/zaqar_backends-ccf8adfd24a17bf5.yaml (limited to 'releasenotes/notes') diff --git a/releasenotes/notes/zaqar_backends-ccf8adfd24a17bf5.yaml b/releasenotes/notes/zaqar_backends-ccf8adfd24a17bf5.yaml new file mode 100644 index 00000000..a72da829 --- /dev/null +++ b/releasenotes/notes/zaqar_backends-ccf8adfd24a17bf5.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + Add Heat parameters which allow the end user to configure custom + management and messaging backends for MySQL and Swift. -- cgit 1.2.3-korg