train: Add train FWaaS v2 definition

FWaaS v1 was removed in Stein and configuration was switched to the
v2 service provider. Use the v2 service provider for Train as well.

Change-Id: Ib0124c9f1093ca10d231b21f5a04ff50b2a74ae4
This commit is contained in:
Corey Bryant 2019-08-23 09:08:15 -04:00
parent fdb611d9c1
commit de05bd8b48

View File

@ -586,6 +586,9 @@ class NeutronCCContext(context.NeutronContext):
'stein': ['router', 'firewall_v2', 'metering', 'segments',
('neutron_dynamic_routing.'
'services.bgp.bgp_plugin.BgpPlugin')],
'train': ['router', 'firewall_v2', 'metering', 'segments',
('neutron_dynamic_routing.'
'services.bgp.bgp_plugin.BgpPlugin')],
}
if cmp_release >= 'rocky':
if ctxt.get('load_balancer_name', None):