File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,14 @@ parameters:
123
123
plugged into ml2_type_vlan section of plugin.ini if it is not blank
124
124
example value datacentre:1000:2000
125
125
type : comma_delimited_list
126
+ NeutronPhysicalDevMappings :
127
+ description : >
128
+ List of <physical_network>:<physical device>
129
+ All physical networks listed in network_vlan_ranges
130
+ on the server should have mappings to appropriate
131
+ interfaces on each agent.
132
+ type : comma_delimited_list
133
+ default : " "
126
134
resources :
127
135
NeutronBase :
128
136
type : /usr/share/openstack-tripleo-heat-templates/puppet/services/neutron-base.yaml
@@ -191,5 +199,6 @@ outputs:
191
199
template : RANGES
192
200
params :
193
201
RANGES : {get_param: NeutronNetworkVLANRanges}
202
+ ciscoaci::aim_config::physical_device_mappings : {get_param: NeutronPhysicalDevMappings}
194
203
step_config : |
195
204
include tripleo::profile::base::ciscoaci
You can’t perform that action at this time.
0 commit comments