Merge "update docs to use nova_metadata_host"

This commit is contained in:
Jenkins 2017-09-03 06:47:48 +00:00 committed by Gerrit Code Review
commit abdec27573
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