From 34aad90040da4094a4288f6cbdf1acddb5f4628c Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Fri, 25 Aug 2017 01:21:16 -0400 Subject: Fixes issues with baremetal Change-Id: I60470611a70261d57ccbfd0e499f4336c7a12fe1 Signed-off-by: Tim Rozet --- apex/deploy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apex/deploy.py') diff --git a/apex/deploy.py b/apex/deploy.py index 76708e96..ceef160a 100644 --- a/apex/deploy.py +++ b/apex/deploy.py @@ -291,8 +291,8 @@ def main(): if uc_external: jump_networks.append('external') for network in jump_networks: - iface = net_settings['network'][network]['installer_vm'][ - 'members'](0) + iface = net_settings['networks'][network]['installer_vm'][ + 'members'][0] bridge = "br-{}".format(network) jumphost.attach_interface_to_ovs(bridge, iface, network) # Dump all settings out to temp bash files to be sourced -- cgit 1.2.3-korg