Add onos sfc support
Change-Id: If12d493593b1c12cbc09e2373f7d4825759c8589 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
This commit is contained in:
parent
6133285926
commit
cb66a26868
@ -97,6 +97,14 @@ METADATA = {
|
||||
'default_value': 'Disable'
|
||||
}
|
||||
},
|
||||
'onos_sfc': {
|
||||
'_self': {
|
||||
'mapping_to': 'onos_sfc',
|
||||
'field': 'anytype',
|
||||
'is_required':False,
|
||||
'default_value': 'Disable'
|
||||
}
|
||||
},
|
||||
'network_cfg': {
|
||||
'_self': {
|
||||
'mapping_to': 'network_cfg'
|
||||
|
@ -30,6 +30,7 @@ enable_secgroup: $getVar('enable_secgroup', True)
|
||||
enable_fwaas: $getVar('enable_fwaas', True)
|
||||
enable_vpnaas: $getVar('enable_vpnaas', True)
|
||||
odl_l3_agent: $getVar('odl_l3_agent', 'Disable')
|
||||
onos_sfc: $getVar('onos_sfc', 'Disable')
|
||||
onos_nic: $getVar('onos_nic', 'eth2')
|
||||
ip_settings: $ip_settings
|
||||
network_cfg: $network_cfg
|
||||
|
Loading…
x
Reference in New Issue
Block a user