8d85e61c36
Change-Id: I0f522b848c586506d9556b6821d03f9c0c302cd8
11 lines
489 B
YAML
11 lines
489 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 DB urls as part 1.
|
|
Nova support added here - https://review.opendev.org/#/c/578163/
|