Merge "Update network_cidr config option doc"

This commit is contained in:
Jenkins 2016-12-05 08:13:55 +00:00 committed by Gerrit Code Review
commit 41a6c74e43
1 changed files with 2 additions and 7 deletions

View File

@ -74,13 +74,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.