Fix for baremetal deploy with new network settings format 51/25151/1
authorDan Radez <dradez@redhat.com>
Tue, 29 Nov 2016 13:59:22 +0000 (08:59 -0500)
committerDan Radez <dradez@redhat.com>
Tue, 29 Nov 2016 13:59:22 +0000 (08:59 -0500)
Change-Id: I2336436a827c0f9b066c17921729123aee877282
Signed-off-by: Dan Radez <dradez@redhat.com>
lib/configure-deps-functions.sh

index 1d238f8..b979996 100755 (executable)
@@ -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