Update network_cidr config option doc

It was changed by this commit I1393d65ffb20b1396ff068def237418958ed3289
and it wasn't updated at the time.

Change-Id: I3d31c5d2d51721b20737e99eff019a723b5515b4
This commit is contained in:
Juan Antonio Osorio Robles 2016-12-02 09:29:18 +02:00
parent d7a9d95187
commit 450f756b93
1 changed files with 2 additions and 7 deletions

View File

@ -71,13 +71,8 @@
#local_mtu = 1500
# Network CIDR for the Neutron-managed network for Overcloud
# instances. This should be the subnet used for PXE booting. The
# current default for this value is 192.168.24.0/24. If an
# overcloud has already been deployed with the 192.168.24.0/24 CIDR and
# therefore the CIDR cannot be changed, you must set this option to
# 192.168.24.0/24 explicitly to avoid it changing in future releases, and
# all other network options related to the CIDR (e.g. local_ip) must
# also be set to maintain a valid configuration. (string value)
# instances. This should be the subnet used for PXE booting. (string
# value)
#network_cidr = 192.168.24.0/24
# Network that will be masqueraded for external access, if required.