Browse code

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

Jens Harbott authored on 2020/06/08 18:58:29
Showing 1 changed files
... ...
@@ -40,7 +40,7 @@ updates. Tempest tests will work in this environment.
40 40
 Locally Accessible Guests
41 41
 =========================
42 42
 
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
44 44
 network, we have to connect ``br-ex`` to a physical interface.
45 45
 
46 46
 Dedicated Guest Interface
... ...
@@ -81,7 +81,7 @@ of addresses, and have them all exactly correct.
81 81
    [[local|localrc]]
82 82
    PUBLIC_INTERFACE=eth0
83 83
    HOST_IP=10.42.0.52
84
-   FLOATING_RANGE=10.42.0.52/24
84
+   FLOATING_RANGE=10.42.0.0/24
85 85
    PUBLIC_NETWORK_GATEWAY=10.42.0.1
86 86
    Q_FLOATING_ALLOCATION_POOL=start=10.42.0.250,end=10.42.0.254
87 87