Add onos sfc support

Change-Id: If12d493593b1c12cbc09e2373f7d4825759c8589
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
This commit is contained in:
Yifei Xue 2016-07-20 01:16:59 +08:00
parent 6133285926
commit cb66a26868
2 changed files with 9 additions and 0 deletions

View File

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

View File

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