update docs to use nova_metadata_host

nova_metadata_ip is deprecated in favor of nova_metadata_host. This
patch updates our docs to use the latter matching our intent on removing
the former.

Change-Id: I6a8e76acc2f01541f92123e46987b0f2f0fbf1cd
Closes-Bug: #1669955
changes/15/499815/2
Boden R 6 years ago committed by Miguel Lavalle
parent 43ca22c979
commit e7c75d180b

@ -191,7 +191,7 @@ Compute nodes
.. code-block:: ini
[DEFAULT]
nova_metadata_ip = controller
nova_metadata_host = controller
metadata_proxy_shared_secret = METADATA_SECRET
The value of ``METADATA_SECRET`` must match the value of the same option

@ -200,7 +200,7 @@ Compute nodes
.. code-block:: ini
[DEFAULT]
nova_metadata_ip = controller
nova_metadata_host = controller
metadata_proxy_shared_secret = METADATA_SECRET
The value of ``METADATA_SECRET`` must match the value of the same option

@ -223,7 +223,7 @@ such as credentials to instances.
[DEFAULT]
# ...
nova_metadata_ip = controller
nova_metadata_host = controller
metadata_proxy_shared_secret = METADATA_SECRET
.. end

@ -223,7 +223,7 @@ such as credentials to instances.
[DEFAULT]
# ...
nova_metadata_ip = controller
nova_metadata_host = controller
metadata_proxy_shared_secret = METADATA_SECRET
.. end

@ -220,7 +220,7 @@ such as credentials to instances.
[DEFAULT]
# ...
nova_metadata_ip = controller
nova_metadata_host = controller
metadata_proxy_shared_secret = METADATA_SECRET
.. end

Loading…
Cancel
Save