openstack-ansible/releasenotes/notes/container_address_deprecated_by_management-2e9de51fe362e690.yaml
Dmitriy Rabotyagov 86d1bdff55 Rename container_address to management_address
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
2023-05-22 09:57:17 +02:00

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``.