From 2ffc62209bf14b7eb1c8191a8ef65e6b037c9604 Mon Sep 17 00:00:00 2001 From: James Slagle Date: Thu, 27 Jul 2017 09:49:58 -0400 Subject: [PATCH] Don't hardcode eth1 for undercloud nic config eth1 will be the default as NeutronPublicInterface defaults to nic2, which will be mapped to the second interface, which will be eth1 (all by default). So, there's no reason to hardcode to eth1 in the nic config template directly, it can just use the special "interface_name" string which will be replaced by the chosen nic at deployment time. Change-Id: I97d1bb31cd8e24ed12ce916774aa83a6d11d410b --- net-config-undercloud.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-config-undercloud.yaml b/net-config-undercloud.yaml index 881fbfd7b5..9847ed6f37 100644 --- a/net-config-undercloud.yaml +++ b/net-config-undercloud.yaml @@ -66,7 +66,7 @@ resources: - get_param: ControlPlaneSubnetCidr members: - type: interface - name: eth1 + name: interface_name # force the MAC address of the bridge to this interface primary: true outputs: