Neutron: Clean up documentation typo
Remove duplicate SERVICE_HOST and MYSQL_HOST settings in the examples. Change-Id: I0e102b671f03ccb183d30ec6a762d00ebcf1e4b5
This commit is contained in:
parent
8c5a331cf9
commit
bdc0fa8ab1
@ -354,8 +354,6 @@ controller node.
|
|||||||
HOST_IP=10.0.0.2
|
HOST_IP=10.0.0.2
|
||||||
SERVICE_HOST=10.0.0.2
|
SERVICE_HOST=10.0.0.2
|
||||||
MYSQL_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
|
RABBIT_HOST=10.0.0.2
|
||||||
GLANCE_HOSTPORT=10.0.0.2:9292
|
GLANCE_HOSTPORT=10.0.0.2:9292
|
||||||
PUBLIC_INTERFACE=eth1
|
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
|
allocated to you, so that you could access your instances from the
|
||||||
public internet.
|
public internet.
|
||||||
|
|
||||||
The following is the DevStack configuration on
|
The following is the DevStack configuration on
|
||||||
compute node 1.
|
compute node 1.
|
||||||
|
|
||||||
::
|
::
|
||||||
@ -405,8 +403,6 @@ compute node 1.
|
|||||||
HOST_IP=10.0.0.3
|
HOST_IP=10.0.0.3
|
||||||
SERVICE_HOST=10.0.0.2
|
SERVICE_HOST=10.0.0.2
|
||||||
MYSQL_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
|
RABBIT_HOST=10.0.0.2
|
||||||
GLANCE_HOSTPORT=10.0.0.2:9292
|
GLANCE_HOSTPORT=10.0.0.2:9292
|
||||||
ADMIN_PASSWORD=secrete
|
ADMIN_PASSWORD=secrete
|
||||||
|
Loading…
Reference in New Issue
Block a user