Commit Graph

2 Commits

Author SHA1 Message Date
kbespalov 6660baeb8e Revert name of config template
The naming issue with k8s configmaps keys
already fixed: https://review.openstack.org/#/c/418946/

So, we can revert the file name back to oslo_messaging

Change-Id: I5224f93a605594a41b527ab0f549bd39545931f5
2017-01-13 13:28:14 +03:00
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