aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/compute-role.yaml
diff options
context:
space:
mode:
authorDan Sneddon <dsneddon@redhat.com>2017-03-01 13:51:08 -0800
committerDan Sneddon <dsneddon@redhat.com>2017-06-23 20:32:37 +0000
commit479edff423a3cdcd28beb76aed818071b18b2bf1 (patch)
tree0b8ef6e236c5452e7bc1c764106f1c1e1ed8f6e7 /puppet/compute-role.yaml
parentd95394a01c47c46e8ffc3da5e9e4054ffffdc2ee (diff)
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
Diffstat (limited to 'puppet/compute-role.yaml')
-rw-r--r--puppet/compute-role.yaml2
1 files changed, 1 insertions, 1 deletions
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