Merge "Add site id parameter to cisco vts ml2 template"

This commit is contained in:
Zuul 2018-06-01 04:14:50 +00:00 committed by Gerrit Code Review
commit 5a2ac547b6
2 changed files with 10 additions and 0 deletions

View File

@ -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}

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Add VTSSideId parameter to Cisco VTS ML2 template.