summaryrefslogtreecommitdiffstats
path: root/lib/post-install-functions.sh
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2016-11-30 13:57:50 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-11-30 13:57:50 +0000
commita977ce7a518ee2a31262f95c30713cef9c944be7 (patch)
tree7b5991b21a03b68cd4b001121971bb788c31ae0d /lib/post-install-functions.sh
parentd903ea48e7965de5751571202afd477dd953c257 (diff)
parent52e4c1928f514856e3f9d4d6ff391ac5e4a270ca (diff)
Merge "Renames 'usable_ip_range' to 'overcloud_ip_range'"
Diffstat (limited to 'lib/post-install-functions.sh')
-rwxr-xr-xlib/post-install-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/post-install-functions.sh b/lib/post-install-functions.sh
index d396f8bf..1055994e 100755
--- a/lib/post-install-functions.sh
+++ b/lib/post-install-functions.sh
@@ -39,7 +39,7 @@ EOI
else
echo -e "${blue}INFO: OVS Bridge ${NET_MAP[$network]} missing IP, will configure${reset}"
# use last IP of allocation pool
- eval "ip_range=\${${network}_usable_ip_range}"
+ eval "ip_range=\${${network}_overcloud_ip_range}"
ovs_ip=${ip_range##*,}
eval "net_cidr=\${${network}_cidr}"
if [[ $ovs_ip =~ ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+$ ]]; then