From c3b58f5335fb3545bf49b5d542ef9ed702de43c8 Mon Sep 17 00:00:00 2001 From: Jens Harbott Date: Mon, 8 Jun 2020 11:58:29 +0200 Subject: [PATCH] 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 --- doc/source/networking.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/networking.rst b/doc/source/networking.rst index 74010cd01a..e65c7ef195 100644 --- a/doc/source/networking.rst +++ b/doc/source/networking.rst @@ -40,7 +40,7 @@ updates. Tempest tests will work in this environment. 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. Dedicated Guest Interface @@ -81,7 +81,7 @@ of addresses, and have them all exactly correct. [[local|localrc]] PUBLIC_INTERFACE=eth0 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 Q_FLOATING_ALLOCATION_POOL=start=10.42.0.250,end=10.42.0.254