Merge "Add site id parameter to cisco vts ml2 template"
This commit is contained in:
commit
5a2ac547b6
puppet/services
releasenotes/notes
@ -18,6 +18,10 @@ parameters:
|
||||
description: VMM ID used on VTS
|
||||
type: string
|
||||
default: ''
|
||||
VTSSiteId:
|
||||
description: VTS Site Id of the controller
|
||||
type: string
|
||||
default: ''
|
||||
VTSPort:
|
||||
description: Port of the VTS Server
|
||||
type: number
|
||||
@ -79,6 +83,7 @@ outputs:
|
||||
- get_attr: [NeutronMl2Base, role_data, config_settings]
|
||||
- vts::vts_ip: {get_param: VTSServer}
|
||||
vts::vts_port: {get_param: VTSPort}
|
||||
vts::vts_siteid: {get_param: VTSSiteId}
|
||||
neutron::plugins::ml2::cisco::vts::vts_username: {get_param: VTSUsername}
|
||||
neutron::plugins::ml2::cisco::vts::vts_password: {get_param: VTSPassword}
|
||||
neutron::plugins::ml2::cisco::vts::vts_vmmid: {get_param: VTSVMMID}
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Add VTSSideId parameter to Cisco VTS ML2 template.
|
||||
|
Loading…
x
Reference in New Issue
Block a user