366dd7cc37
nova_metadata_ip option name is a bit confusing as it accepts an ip but also a dns name (which is required when https protocol is used). This change deprecates nova_metadata_ip option in favor of nova_metadata_host option and updates option help to highlight that we can use an ip or a dns name. DocImpact Closes-Bug: #1585699 Change-Id: Ia6c2471c7b4f3e924941222133edbb90151757a5
7 lines
266 B
YAML
7 lines
266 B
YAML
deprecations:
|
|
- |
|
|
The ``nova_metadata_ip`` option is deprecated and will be removed in
|
|
Queens. It is deprecated in favor of the new ``nova_metadata_host`` option
|
|
because it reflects better that the option accepts an IP address and also
|
|
a DNS name.
|