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: Ia6c2471c7b4f3e924941222133edbb90151757a5changes/13/436813/3
parent
e6557fc0d7
commit
366dd7cc37
@ -0,0 +1,6 @@
|
||||
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.
|
Loading…
Reference in new issue