Fix comment in freeipa_setup.sh script

It wrongly pointed that one can use an IP, and this is not correct. For
this case, it needs to be a CIDR. This is because we are not using DHCP
to set this address in CI, so the CIDR is required, else it will use /32
which will not route.

Change-Id: Iea070d49aeb2324564bae59082481b5485d1d360
This commit is contained in:
Juan Antonio Osorio Robles 2017-01-19 01:02:13 +02:00
parent 78215fae79
commit 312f357b5a
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@
# - AdminPassword
# - UndercloudFQDN
# - HostsSecret
# - ProvisioningCIDR: If set, it adds the given CIDR or IP to the
# provisioning interface (which is hardcoded to eth1)
# - ProvisioningCIDR: If set, it adds the given CIDR to the provisioning
# interface (which is hardcoded to eth1)
#
set -eux