diff options
Diffstat (limited to 'ci')
-rw-r--r-- | ci/scripts/freeipa_setup.sh | 4 |
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 |