[openstack-dev] [neutron] How to catch security group updates in ML2 mechanism driver?

2015-06-29 Thread Neil Jerram
Hi there, For my team's networking backend, we want to catch security group updates in our ML2 mechanism driver code. Currently we're doing this by monkey patching the AgentNotifierApi: # This section monkeypatches the AgentNotifierApi.security_groups_rule_updated # method to ensure

Re: [openstack-dev] [neutron] How to catch security group updates in ML2 mechanism driver?

2015-06-29 Thread Gal Sagie
Yes, look at this patch: https://review.openstack.org/#/c/174588/ On Mon, Jun 29, 2015 at 3:42 PM, Neil Jerram neil.jer...@metaswitch.com wrote: Hi there, For my team's networking backend, we want to catch security group updates in our ML2 mechanism driver code. Currently we're doing this

Re: [openstack-dev] [neutron] How to catch security group updates in ML2 mechanism driver?

2015-06-29 Thread Neil Jerram
Cool, thank you! On 29/06/15 14:08, Gal Sagie wrote: Yes, look at this patch: https://review.openstack.org/#/c/174588/ On Mon, Jun 29, 2015 at 3:42 PM, Neil Jerram neil.jer...@metaswitch.com mailto:neil.jer...@metaswitch.com wrote: Hi there, For my team's networking backend, we want