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
This commit is contained in:
Boden R 2017-08-31 15:36:52 -06:00 committed by Miguel Lavalle
parent 43ca22c979
commit e7c75d180b
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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