Browse code

(doc) Fixed references to FIXED_RANGE_V6

In the 'Private Network Addressing' section of the doc,
there are references to FIXED_RANGE when referring to V6
networks. These have been changed to FIXED_RANGE_V6.

Also fixed a few typos and grammatical errors when
giving the doc a quick read-through looking for more
references to FIXED_RANGE.

Change-Id: Iaa530c476ce2b36a3f616945ddd2e24fa599a16c

Peter Stachowski authored on 2016/11/22 05:36:31
Showing 1 changed files
... ...
@@ -4,7 +4,7 @@
4 4
 
5 5
 An important part of the DevStack experience is networking that works
6 6
 by default for created guests. This might not be optimal for your
7
-particular testing environment, so this document tries it's best to
7
+particular testing environment, so this document tries its best to
8 8
 explain what's going on.
9 9
 
10 10
 Defaults
... ...
@@ -17,9 +17,9 @@ If you don't specify any configuration you will get the following:
17 17
 * a floating ip range of 172.24.4.0/24 with the gateway of 172.24.4.1
18 18
 * the demo project configured with fixed ips on a subnet allocated from
19 19
   the 10.0.0.0/22 range
20
-* a ``br-ex`` interface controlled by neutron for all it's networking
20
+* a ``br-ex`` interface controlled by neutron for all its networking
21 21
   (this is not connected to any physical interfaces).
22
-* DNS resolution for guests based on the resolv.conf for you host
22
+* DNS resolution for guests based on the resolv.conf for your host
23 23
 * an ip masq rule that allows created guests to route out
24 24
 
25 25
 This creates an environment which is isolated to the single
... ...
@@ -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 other machines on your
43
+If you want to make you 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
... ...
@@ -109,8 +109,8 @@ not subnetpools are in use.
109 109
 For IPv4, ``FIXED_RANGE`` and ``SUBNETPOOL_PREFIX_V4`` will just default to
110 110
 the value of ``IPV4_ADDRS_SAFE_TO_USE`` directly.
111 111
 
112
-For IPv6, ``FIXED_RANGE`` will default to the first /64 of the value of
112
+For IPv6, ``FIXED_RANGE_V6`` will default to the first /64 of the value of
113 113
 ``IPV6_ADDRS_SAFE_TO_USE``. If ``IPV6_ADDRS_SAFE_TO_USE`` is /64 or smaller,
114
-``FIXED_RANGE`` will just use the value of that directly.
114
+``FIXED_RANGE_V6`` will just use the value of that directly.
115 115
 ``SUBNETPOOL_PREFIX_V6`` will just default to the value of
116 116
 ``IPV6_ADDRS_SAFE_TO_USE`` directly.