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:
parent
1c9b288079
commit
e52d7a552c
@ -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