86d1bdff55
This patch aims to reduce confusion caused by a variable `container_address` that's applicable for bare metal hosts. With that it renames `is_container_address` to `is_management_address` to be aligned with the purpose of the variable, as `container` part raised confusion. Change-Id: I314224f3376cf91e05680b11d225fdaf81ec32ab
12 lines
482 B
YAML
12 lines
482 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
Key ``is_container_address`` that is used for definition of the
|
|
`provider_networks` has been renamed to ``is_management_address``,
|
|
to avoid confusion for bare metal deployments. Backwards compatability was
|
|
kept.
|
|
- |
|
|
Variable ``container_address`` has been deprecated in favor of
|
|
``management_address``. Variable ``management_address`` is available since
|
|
Victoria release and was defaulted to the value of ``container_address``.
|