From e7c75d180ba050f76ac414f249b38b5b22c1b42a Mon Sep 17 00:00:00 2001 From: Boden R Date: Thu, 31 Aug 2017 15:36:52 -0600 Subject: [PATCH] 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 --- doc/source/admin/deploy-lb-provider.rst | 2 +- doc/source/admin/deploy-ovs-provider.rst | 2 +- doc/source/install/controller-install-obs.rst | 2 +- doc/source/install/controller-install-rdo.rst | 2 +- doc/source/install/controller-install-ubuntu.rst | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/admin/deploy-lb-provider.rst b/doc/source/admin/deploy-lb-provider.rst index ec4f60da5b3..440c090a8b9 100644 --- a/doc/source/admin/deploy-lb-provider.rst +++ b/doc/source/admin/deploy-lb-provider.rst @@ -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 diff --git a/doc/source/admin/deploy-ovs-provider.rst b/doc/source/admin/deploy-ovs-provider.rst index 9fa4cc78dff..06148986717 100644 --- a/doc/source/admin/deploy-ovs-provider.rst +++ b/doc/source/admin/deploy-ovs-provider.rst @@ -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 diff --git a/doc/source/install/controller-install-obs.rst b/doc/source/install/controller-install-obs.rst index d9f6823e081..5dc1c2837ba 100644 --- a/doc/source/install/controller-install-obs.rst +++ b/doc/source/install/controller-install-obs.rst @@ -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 diff --git a/doc/source/install/controller-install-rdo.rst b/doc/source/install/controller-install-rdo.rst index bfc0368d4d0..8b8bc1b1ab8 100644 --- a/doc/source/install/controller-install-rdo.rst +++ b/doc/source/install/controller-install-rdo.rst @@ -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 diff --git a/doc/source/install/controller-install-ubuntu.rst b/doc/source/install/controller-install-ubuntu.rst index 74493c0814a..84dc4007ce1 100644 --- a/doc/source/install/controller-install-ubuntu.rst +++ b/doc/source/install/controller-install-ubuntu.rst @@ -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