From 7e0836283525f914e07d0939eca9df811133988f Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Thu, 28 Apr 2016 11:17:57 -0500 Subject: Wire missing RabbitClientPort into Glance API role Change-Id: I0ebb5a1e504dd3ffef8ec15c721cf9a9bce6f05b --- puppet/services/glance-api.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'puppet') diff --git a/puppet/services/glance-api.yaml b/puppet/services/glance-api.yaml index a1ab1a20..3e8784b7 100644 --- a/puppet/services/glance-api.yaml +++ b/puppet/services/glance-api.yaml @@ -47,6 +47,10 @@ parameters: default: guest description: The username for RabbitMQ type: string + RabbitClientPort: + default: 5672 + description: Set rabbit subscriber port, change this if using SSL + type: number RabbitClientUseSSL: default: false description: > @@ -87,6 +91,7 @@ outputs: glance_backend: {get_param: GlanceBackend} glance::db::mysql::password: {get_param: GlancePassword} glance::notify::rabbitmq::rabbit_userid: {get_param: RabbitUserName} + 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} step_config: | -- cgit 1.2.3-korg