diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-11-01 12:44:23 +0000 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-11-13 14:22:10 +0000 |
commit | c0adfdfabad5927b0fb5aeaa39b369479dcfc299 (patch) | |
tree | e56c7b3e53638f3d88e7e86f9d5fb2f04178977b /puppet/services | |
parent | 994922a8ba996fe68d047df0e1486fa805dbea31 (diff) |
Keystone: Enable notification topics to be configured
This enables the configuration of notification topics via the
KeystoneNotificationTopics parameter.
Change-Id: I224e730e41e1bcb703e5deebfab3ca74f08faa02
Related-Bug: #1729293
(cherry picked from commit 3de75ccea06a160f8afb21f9da461109a08f7cbc)
Diffstat (limited to 'puppet/services')
-rw-r--r-- | puppet/services/keystone.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/puppet/services/keystone.yaml b/puppet/services/keystone.yaml index 6301314a..630cc78e 100644 --- a/puppet/services/keystone.yaml +++ b/puppet/services/keystone.yaml @@ -28,6 +28,10 @@ parameters: type: string constraints: - allowed_values: [ 'basic', 'cadf' ] + KeystoneNotificationTopics: + description: Keystone notification topics to enable + default: [] + type: comma_delimited_list KeystoneRegion: type: string default: 'regionOne' @@ -296,6 +300,7 @@ outputs: keystone::rabbit_port: {get_param: RabbitClientPort} keystone::notification_driver: {get_param: NotificationDriver} keystone::notification_format: {get_param: KeystoneNotificationFormat} + tripleo::profile::base::keystone::extra_notification_topics: {get_param: KeystoneNotificationTopics} keystone::roles::admin::email: {get_param: AdminEmail} keystone::roles::admin::password: {get_param: AdminPassword} keystone::endpoint::public_url: {get_param: [EndpointMap, KeystonePublic, uri_no_suffix]} |