[networking] RFC 5737: config-auto-allocation

Replaces non-compliant subnets in:

config-auto-allocation.rst

Change-Id: I84f43f4ef02b83b1835b0bf13e73f6784241fe60
Partial-Bug: #1656378
This commit is contained in:
caoyuan 2017-03-03 01:09:49 +08:00
parent cb81805a64
commit eb8ef66faa
1 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ topology creation. To perform this task, proceed with the following steps:
.. code-block:: console
$ openstack subnet pool create --share --default \
--pool-prefix 10.0.0.0/24 --default-prefix-length 26 \
--pool-prefix 192.0.2.0/24 --default-prefix-length 26 \
shared-default
+-------------------+--------------------------------------+
@ -87,7 +87,7 @@ topology creation. To perform this task, proceed with the following steps:
| max_prefixlen | 32 |
| min_prefixlen | 8 |
| name | shared-default |
| prefixes | 10.0.0.0/24 |
| prefixes | 192.0.2.0/24 |
| project_id | 86acdbd1d72745fd8e8320edd7543400 |
| revision_number | 1 |
| shared | True |