From: Dan Radez Date: Tue, 29 Nov 2016 13:59:22 +0000 (-0500) Subject: Fix for baremetal deploy with new network settings format X-Git-Tag: danube.1.0~123^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=0fdd203bbf0dcb8f2b2b5bc87fb0bf4db61d29cf;p=apex.git Fix for baremetal deploy with new network settings format Change-Id: I2336436a827c0f9b066c17921729123aee877282 Signed-off-by: Dan Radez --- diff --git a/lib/configure-deps-functions.sh b/lib/configure-deps-functions.sh index 1d238f87..b9799969 100755 --- a/lib/configure-deps-functions.sh +++ b/lib/configure-deps-functions.sh @@ -75,7 +75,7 @@ EOF if [[ "$network" != "admin" && "$network" != "external" ]]; then continue fi - this_interface=$(eval echo \${${network}_bridged_interface}) + this_interface=$(eval echo \${${network}_installer_vm_members}) # check if this a bridged interface for this network if [[ ! -z "$this_interface" || "$this_interface" != "none" ]]; then if ! attach_interface_to_ovs ${NET_MAP[$network]} ${this_interface} ${network}; then