aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>2017-01-19 01:02:13 +0200
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>2017-01-19 01:02:13 +0200
commit312f357b5a0a6ea9598f2b061e433b801e7e9af5 (patch)
treeed6d0f007fb9572cc326270280161a1ef6633c80
parent78215fae79fa7152012c116287cda9f9b2afa125 (diff)
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
-rw-r--r--ci/scripts/freeipa_setup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/scripts/freeipa_setup.sh b/ci/scripts/freeipa_setup.sh
index c072c744..a36493a1 100644
--- a/ci/scripts/freeipa_setup.sh
+++ b/ci/scripts/freeipa_setup.sh
@@ -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