security groups remote_group fails with CIDR in address pairs
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Security Advisory |
Won't Fix
|
Undecided
|
Unassigned | ||
neutron |
Fix Released
|
High
|
Kevin Benton | ||
Juno |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Add a CIDR to allowed address pairs of a host. RPC calls from the agents will run into this issue now when retrieving the security group members' IPs. I haven't confirmed because I came across this working on other code, but I think this may stop all members of the security groups referencing that group from getting their rules over the RPC channel.
File "neutron/
return self.plugin.
File "neutron/
return self._get_
File "neutron/
ethertype = 'IPv%d' % netaddr.
File "/home/
% self.__
ValueError: IPAddress() does not support netmasks or subnet prefixes! See documentation for details.
Changed in neutron: | |
status: | New → In Progress |
Changed in neutron: | |
milestone: | none → kilo-1 |
importance: | Undecided → High |
Changed in neutron: | |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
milestone: | kilo-1 → 2015.1.0 |
Fix is here. https:/ /review. openstack. org/#/c/ 129253/