RETIRED, Fuel CCP - Rabbitmq deployment
Go to file
kbespalov 3c81a92b06 Fix macros template naming
The k8s 1.5 does not support the _ in names of keys
of ConfigMaps, so the 'oslo_messaging' is invalid.

But in the same moment we cant use the "-" as
separator because the file name is used due
to importing in jinja2 like:

  import 'oslo-messaging.j2' as oslo-messaging

the "oslo-messaging" is invalid jinja variable.

So, currently the only way is didn't use any
separator: "oslomessaging".

Change-Id: I5594db296d745fe57b13ea3d2cd38be1e74d4d10
2017-01-10 16:38:56 +03:00
docker/rabbitmq Allow custom repositories for RabbitMQ container 2016-12-06 19:14:30 +01:00
exports Fix macros template naming 2017-01-10 16:38:56 +03:00
service Merge "Messaging multi-backend support" 2016-12-27 13:24:39 +00:00
tools Yaml linter execution and config improved 2016-09-16 19:56:16 -07:00
.gitignore Initial rabbitmq service. Standalone. 2016-05-13 11:02:22 +00:00
.gitreview Fix to pass linters tests 2016-07-06 17:57:44 +02:00
LICENSE Cluster rabbits with autocluster plugin 2016-11-09 15:25:13 +03:00
tox.ini Add venv with posargs 2016-10-07 13:53:49 +02:00