tripleo-heat-templates/releasenotes/notes/nova_templated_cells_transport_url-275f0b707d9227ab.yaml
Martin Schuppert 20b677d70a Use templating for nova cell transport-url
Nova now allows use of templated urls in the database and mq
connections which will allow static configuration elements to be
applied to the urls read from the database per-node. This should
be a simpler and less obscure method of configuring things like
the per-node bind_address necessary for director's HA arrangement.

This patch addresses the templated transport_url urls as part 2.

Nova support added here:
https://review.openstack.org/#/c/578163/

Change-Id: I889dcf632b3306ce7e56ac5394884c7c72481833
Related-Bug: 1808134
2019-01-07 14:20:02 +00:00

11 lines
493 B
YAML

---
features:
- |
Nova now allows use of templated urls in the database and mq
connections which will allow static configuration elements to be
applied to the urls read from the database per-node. This should
be a simpler and less obscure method of configuring things like
the per-node bind_address necessary for director's HA arrangement.
This patch addresses the templated transport urls as part 2.
Nova support added here - https://review.openstack.org/578163