Add site id parameter to cisco vts ml2 template

Closes-Bug: 1774153
Change-Id: I80ca2449d4cabb20f0d9869a13896c53f380ed20
Signed-off-by: Wojciech Dec <wdec@cisco.com>
This commit is contained in:
Wojciech Dec 2018-05-28 16:34:14 +02:00
parent 1c9b288079
commit e52d7a552c
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.