]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix topic for provider security group update
authorKevin Benton <blak111@gmail.com>
Tue, 13 Jan 2015 16:05:19 +0000 (08:05 -0800)
committerKevin Benton <blak111@gmail.com>
Tue, 13 Jan 2015 16:09:58 +0000 (08:09 -0800)
commita7b54d3c60ff6dd63273b573bcc5c572faab22a8
treed45ebce1c33465a8970113c3387f64702def466c
parent2c94b10d741f3a9d96b548cc051850467468c8de
Fix topic for provider security group update

Commit 8098b6bd20bb12520e438ef9125dc7b96664f712 accidentally changed
the topic for the provider security group update to a regular member
update. This resulted in the L2 agent not asking for the latest
security group rules after a DHCP port was created. If a regular
compute port was brought online and wired up by the L2 agent
before the DHCP port was created, the VM would never get its allow
rule to communicate with the DHCP server.

Co-bug-squasher: Armando

Closes-Bug: #1403291
Change-Id: I382f2e1390c9a3ff558e152eeb76f0f827266cb4
neutron/agent/securitygroups_rpc.py
neutron/tests/unit/test_security_groups_rpc.py