From: Giulio Fidente Date: Thu, 28 Apr 2016 16:17:57 +0000 (-0500) Subject: Wire missing RabbitClientPort into Glance API role X-Git-Tag: opnfv-6.0.0~2014^2~1 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=7e0836283525f914e07d0939eca9df811133988f;p=apex-tripleo-heat-templates.git Wire missing RabbitClientPort into Glance API role Change-Id: I0ebb5a1e504dd3ffef8ec15c721cf9a9bce6f05b --- 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: |