heat/releasenotes/notes/ip-version-n-attribute-deprecation-bea1c6e4ca3678f1.yaml
huangtianhua fc57076d3c Deprecate 'accessIPv4'/'accessIPv6' attributes
Nova now return these two attributes with empty value,
deprecated them.

Change-Id: Id176d8cbc332cb02ff4f1523993ee5b232e0aa15
2020-02-19 19:42:45 +00:00

8 lines
249 B
YAML

---
deprecations:
- |
The ``accessIPv4`` and ``accessIPv6`` attributes of the
``OS::Nova::Server`` resource are now deprecated, since Nova returns empty
values for them. Use the ``addresses`` attribute instead to get IP
addresses.