]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
SecurityGroupRuleExists should point out rule id inseand of group id
authorWei Wang <wangwei@unitedstack.com>
Tue, 12 Aug 2014 14:59:18 +0000 (22:59 +0800)
committerWei Wang <wangwei@unitedstack.com>
Tue, 12 Aug 2014 16:17:25 +0000 (00:17 +0800)
commit8fd377514026347e712bfa74faa351b580408e4e
treee69c64bd803f885c0fafd5801489bc524c88971c
parent71fe4a68114c1e73f9bddfa311f27077ec108b19
SecurityGroupRuleExists should point out rule id inseand of group id

When we get a SecurityGroupRuleExists, we want to get the rule id
instaed of group id, and this is what the fucntion
_check_for_duplicate_rules() does.

Change-Id: I9b526d9829582cb26bfda98bcaf1704fe8681cbe
Closes-bug:  #1354343
neutron/extensions/securitygroup.py