From f456eb57d0b37c03b14587e4122c208d2e7954d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20Jens=C3=A5s?= Date: Tue, 3 Nov 2020 04:17:31 +0100 Subject: [PATCH] Drop duplicate paramter NeutronPublicInterface The NeutronPublicInterface parameter is defined twice. Once should be sufficent. Change-Id: I308c1a11a85db90ddeaafa687bd1572a498ca642 --- overcloud.j2.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/overcloud.j2.yaml b/overcloud.j2.yaml index 25c5f5c14d..7ab9d4f5bb 100644 --- a/overcloud.j2.yaml +++ b/overcloud.j2.yaml @@ -121,10 +121,6 @@ parameters: default: [] description: A list of DNS search domains to be added (in order) to resolv.conf. type: comma_delimited_list - NeutronPublicInterface: - default: nic1 - description: Which interface to add to the NeutronPhysicalBridge. - type: string ControlFixedIPs: default: [] description: >