From 479edff423a3cdcd28beb76aed818071b18b2bf1 Mon Sep 17 00:00:00 2001 From: Dan Sneddon Date: Wed, 1 Mar 2017 13:51:08 -0800 Subject: Replace hardcoded 'br-ex' with NeutronPhysicalBridge parameter. This change uses the NeutronPhysicalBridge parameter on all roles, rather than hard-coding the "br-ex" name. Previously, there were different parameters for controller and compute roles, but since we use a unified bridge name with OVS, this is unnecessary. Change-Id: I6d9189404fae67bcc33ddc2ba3ce1b0385dd989d Closes-bug: 1669130 --- puppet/compute-role.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'puppet/compute-role.yaml') diff --git a/puppet/compute-role.yaml b/puppet/compute-role.yaml index 8a3c487a..3dcd7afb 100644 --- a/puppet/compute-role.yaml +++ b/puppet/compute-role.yaml @@ -37,7 +37,7 @@ parameters: type: string NeutronPublicInterface: default: nic1 - description: A port to add to the NeutronPhysicalBridge. + description: Which interface to add to the NeutronPhysicalBridge. type: string NodeIndex: type: number -- cgit 1.2.3-korg