puppet-oslo/manifests
iberezovskiy 5b4a439df1 Fix values for rabbit_hosts
When rabbit_hosts parameter isn't set (service_default is used)
we are forming its value in that way: "$rabbit_host:$rabbit_port".
But when host or port or both aren't set (they are also service_default)
we can get rabbit_hosts set to "$rabbit_host:<SERVICE DEFAULT>"
or "<SERVICE DEFAULT>:$rabbit_port" or "<SERVICE DEFAULT>:<SERVICE DEFAULT>".
This patch fixes the issue. rabbit_hosts parameter will be set only if it's passed.

Change-Id: I9aed2b8a8718e0b0cfca3e25ef93fcff2ad8444a
2016-03-24 14:54:04 +03:00
..
messaging Add define oslo::messaging::amqp 2016-02-19 10:53:50 +08:00
cache.pp Change defualt value and fix some mistakes 2016-01-22 15:09:09 +08:00
concurrency.pp Change default value to $::os_service_default 2016-01-22 19:34:25 +08:00
db.pp Add define oslo::db. 2016-01-22 19:38:30 +08:00
init.pp Initial commit 2016-01-18 12:09:44 +08:00
log.pp Add some logging related parameters. 2016-01-22 18:31:35 +08:00
messaging_rabbit.pp Fix values for rabbit_hosts 2016-03-24 14:54:04 +03:00
params.pp Initial commit 2016-01-18 12:09:44 +08:00
policy.pp Fix multiple bugs in puppet-oslo 2016-01-26 01:34:40 +08:00
versionedobjects.pp Change default value to $::os_service_default 2016-01-22 19:34:25 +08:00