From bdc0fa8ab13ec5c75f1c793ca33f5a773fac1abc Mon Sep 17 00:00:00 2001 From: John Kasperski Date: Mon, 23 Nov 2015 11:56:33 -0600 Subject: [PATCH] Neutron: Clean up documentation typo Remove duplicate SERVICE_HOST and MYSQL_HOST settings in the examples. Change-Id: I0e102b671f03ccb183d30ec6a762d00ebcf1e4b5 --- doc/source/guides/neutron.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/source/guides/neutron.rst b/doc/source/guides/neutron.rst index 996c7d1f59..9dcb654a27 100644 --- a/doc/source/guides/neutron.rst +++ b/doc/source/guides/neutron.rst @@ -354,8 +354,6 @@ controller node. HOST_IP=10.0.0.2 SERVICE_HOST=10.0.0.2 MYSQL_HOST=10.0.0.2 - SERVICE_HOST=10.0.0.2 - MYSQL_HOST=10.0.0.2 RABBIT_HOST=10.0.0.2 GLANCE_HOSTPORT=10.0.0.2:9292 PUBLIC_INTERFACE=eth1 @@ -397,7 +395,7 @@ would be a public IP address range that you or your organization has allocated to you, so that you could access your instances from the public internet. -The following is the DevStack configuration on +The following is the DevStack configuration on compute node 1. :: @@ -405,8 +403,6 @@ compute node 1. HOST_IP=10.0.0.3 SERVICE_HOST=10.0.0.2 MYSQL_HOST=10.0.0.2 - SERVICE_HOST=10.0.0.2 - MYSQL_HOST=10.0.0.2 RABBIT_HOST=10.0.0.2 GLANCE_HOSTPORT=10.0.0.2:9292 ADMIN_PASSWORD=secrete