Fix typos in networking document
The FLOATING_RANGE variable should specify the network address of the used prefix for clarity. Change-Id: I547bd42d8bdc5f0f2001d47f2d5b43729773b1bc Closes-Bug: 1870204
This commit is contained in:
parent
0d6234b4b1
commit
c3b58f5335
@ -40,7 +40,7 @@ updates. Tempest tests will work in this environment.
|
|||||||
Locally Accessible Guests
|
Locally Accessible Guests
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
If you want to make you guests accessible from other machines on your
|
If you want to make your guests accessible from other machines on your
|
||||||
network, we have to connect ``br-ex`` to a physical interface.
|
network, we have to connect ``br-ex`` to a physical interface.
|
||||||
|
|
||||||
Dedicated Guest Interface
|
Dedicated Guest Interface
|
||||||
@ -81,7 +81,7 @@ of addresses, and have them all exactly correct.
|
|||||||
[[local|localrc]]
|
[[local|localrc]]
|
||||||
PUBLIC_INTERFACE=eth0
|
PUBLIC_INTERFACE=eth0
|
||||||
HOST_IP=10.42.0.52
|
HOST_IP=10.42.0.52
|
||||||
FLOATING_RANGE=10.42.0.52/24
|
FLOATING_RANGE=10.42.0.0/24
|
||||||
PUBLIC_NETWORK_GATEWAY=10.42.0.1
|
PUBLIC_NETWORK_GATEWAY=10.42.0.1
|
||||||
Q_FLOATING_ALLOCATION_POOL=start=10.42.0.250,end=10.42.0.254
|
Q_FLOATING_ALLOCATION_POOL=start=10.42.0.250,end=10.42.0.254
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user