diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-01-19 06:27:36 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-01-19 06:27:36 +0000 |
commit | ecb482f85c737374031934230dfe9a610860fb6d (patch) | |
tree | 0785c24815ca33b2da9da1d87cb0fd331a7498fc | |
parent | 227364a82f600b3ee25f73e38f42f4e83600541b (diff) | |
parent | 312f357b5a0a6ea9598f2b061e433b801e7e9af5 (diff) |
Merge "Fix comment in freeipa_setup.sh script"
-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 |