Comment 1 for bug 1805573

Revision history for this message
Xav Paice (xavpaice) wrote :

Utterly ugly and fast patch at cs:~xavpaice/neutron-api :

diff --git a/hooks/neutron_api_context.py b/hooks/neutron_api_context.py
index 33558fe..536f88e 100644
--- a/hooks/neutron_api_context.py
+++ b/hooks/neutron_api_context.py
@@ -542,6 +542,11 @@ class NeutronCCContext(context.NeutronContext):
                           'LoadBalancerPluginv2'),
                          ('neutron_dynamic_routing.'
                           'services.bgp.bgp_plugin.BgpPlugin')],
+ 'queens': ['router', 'firewall', 'metering', 'segments',
+ ('neutron_lbaas.services.loadbalancer.plugin.'
+ 'LoadBalancerPluginv2'),
+ ('neutron_dynamic_routing.'
+ 'services.bgp.bgp_plugin.BgpPlugin')],
                 'rocky': ['router', 'firewall', 'metering', 'segments',
                           ('neutron_dynamic_routing.'
                            'services.bgp.bgp_plugin.BgpPlugin')],

I'm not even submitting that as a change as it needs tests and so on.