From 312f357b5a0a6ea9598f2b061e433b801e7e9af5 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Thu, 19 Jan 2017 01:02:13 +0200 Subject: 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 --- ci/scripts/freeipa_setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci/scripts') 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 -- cgit 1.2.3-korg