Add oslo notification topics configuration option

This patch adds a configuration option for oslo notification topics.
Charm Helpers can accept this option to fill the configuration
template appropriately.

Change-Id: Ia76a5c6524d6682efba9eaa2fb2d2e80dad458aa
Signed-off-by: Stamatis Katsaounis <skatsaounis@admin.grnet.gr>
This commit is contained in:
Stamatis Katsaounis 2019-12-14 20:53:17 +02:00
parent b2a81ec799
commit 7050d048a6

View File

@ -360,3 +360,9 @@ options:
override YAML files in the service's policy.d directory. The resource
file should be a ZIP file containing at least one yaml file with a .yaml
or .yml extension. If False then remove the overrides.
notification-topics:
type: string
default:
description: |
A comma-separated list of oslo notification topics. If left empty, the
default topic 'cinder' is going to be used.