From eb8ef66faa56ba08e8b309e9ed0662b3a0f48d3d Mon Sep 17 00:00:00 2001 From: caoyuan Date: Fri, 3 Mar 2017 01:09:49 +0800 Subject: [PATCH] [networking] RFC 5737: config-auto-allocation Replaces non-compliant subnets in: config-auto-allocation.rst Change-Id: I84f43f4ef02b83b1835b0bf13e73f6784241fe60 Partial-Bug: #1656378 --- doc/networking-guide/source/config-auto-allocation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/networking-guide/source/config-auto-allocation.rst b/doc/networking-guide/source/config-auto-allocation.rst index 6dee68f4fb..2c93779459 100644 --- a/doc/networking-guide/source/config-auto-allocation.rst +++ b/doc/networking-guide/source/config-auto-allocation.rst @@ -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 |