diff options
author | Dan Radez <dradez@redhat.com> | 2016-11-30 13:57:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-30 13:57:50 +0000 |
commit | a977ce7a518ee2a31262f95c30713cef9c944be7 (patch) | |
tree | 7b5991b21a03b68cd4b001121971bb788c31ae0d /lib/post-install-functions.sh | |
parent | d903ea48e7965de5751571202afd477dd953c257 (diff) | |
parent | 52e4c1928f514856e3f9d4d6ff391ac5e4a270ca (diff) |
Merge "Renames 'usable_ip_range' to 'overcloud_ip_range'"
Diffstat (limited to 'lib/post-install-functions.sh')
-rwxr-xr-x | lib/post-install-functions.sh | 2 |
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 |