unable to add allow all ingress traffic security group rule
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
High
|
Aaron Rosen | ||
Grizzly |
Fix Released
|
High
|
Aaron Rosen | ||
Havana |
Fix Released
|
High
|
Aaron Rosen |
Bug Description
The following rule is unable to be installed:
$ neutron security-
409-{u'
The reason for this is when the db query is done it passes this in as a filter:
{'tenant_id': [u'577a2f0c78fb
and the remote_group_id is wild carded thus it matches this rule:
[ {'direction': u'ingress',
'ethertype': u'IPv4',
'id': u'8d5c3429-
'port_range_max': None,
'port_range_min': None,
'protocol': None,
'remote_
'remote_
'security_
'tenant_id': u'577a2f0c78fb4
tags: |
added: havana-backport-potential removed: folsom-backport-potential |
tags: | added: grizzly-backport-potential |
Changed in neutron: | |
milestone: | none → icehouse-2 |
status: | Fix Committed → Fix Released |
tags: | removed: grizzly-backport-potential havana-backport-potential in-stable-grizzly in-stable-havana |
Changed in neutron: | |
milestone: | icehouse-2 → 2014.1 |
Fix proposed to branch: master /review. openstack. org/57670
Review: https:/