diff options
author | Pradeep Kilambi <pkilambi@redhat.com> | 2016-10-10 08:45:08 -0400 |
---|---|---|
committer | Pradeep Kilambi <pkilambi@redhat.com> | 2016-10-10 08:46:46 -0400 |
commit | 6d9f97f35950fcb41657124bc110919733423d9b (patch) | |
tree | ec51eacd4d129ae3cd7f260323e0be03074363e7 /puppet | |
parent | f9c48f6d62a8af4aba698f1cc7361329609a2c6f (diff) |
Set the notification driver for glance
Need to set the right default notification driver for glance so
telemetry receives them accordingly. Without this tempest tests
fail.
Closes-bug: #1631939
Change-Id: I1cee5467d077eea6142076925646f7d0cdae96c7
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/glance-api.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/services/glance-api.yaml b/puppet/services/glance-api.yaml index 80ba9aef..b47d98a7 100644 --- a/puppet/services/glance-api.yaml +++ b/puppet/services/glance-api.yaml @@ -134,6 +134,7 @@ outputs: glance::notify::rabbitmq::rabbit_port: {get_param: RabbitClientPort} glance::notify::rabbitmq::rabbit_password: {get_param: RabbitPassword} glance::notify::rabbitmq::rabbit_use_ssl: {get_param: RabbitClientUseSSL} + glance::notify::rabbitmq::notification_driver: messagingv2 glance::registry::db::database_db_max_retries: -1 glance::registry::db::database_max_retries: -1 tripleo.glance_api.firewall_rules: |