Skip to content

Commit c3b58f5

Browse files
committed
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
1 parent 0d6234b commit c3b58f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/networking.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ updates. Tempest tests will work in this environment.
4040
Locally Accessible Guests
4141
=========================
4242

43-
If you want to make you guests accessible from other machines on your
43+
If you want to make your guests accessible from other machines on your
4444
network, we have to connect ``br-ex`` to a physical interface.
4545

4646
Dedicated Guest Interface
@@ -81,7 +81,7 @@ of addresses, and have them all exactly correct.
8181
[[local|localrc]]
8282
PUBLIC_INTERFACE=eth0
8383
HOST_IP=10.42.0.52
84-
FLOATING_RANGE=10.42.0.52/24
84+
FLOATING_RANGE=10.42.0.0/24
8585
PUBLIC_NETWORK_GATEWAY=10.42.0.1
8686
Q_FLOATING_ALLOCATION_POOL=start=10.42.0.250,end=10.42.0.254
8787

0 commit comments

Comments
 (0)