security group quota headroom reduction under-counted for multi-rule addition via EC2 API
Bug #1005931 reported by
Eoghan Glynn
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Undecided
|
Eoghan Glynn |
Bug Description
When a multiple rules are added to a security group in one fell swoop via the EC2 API, the quota headroom is only reduced by 1.
Changed in nova: | |
status: | New → In Progress |
assignee: | nobody → Eoghan Glynn (eglynn) |
Changed in nova: | |
milestone: | none → folsom-2 |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | folsom-2 → 2012.2 |
To post a comment you must log in.
Reviewed: https:/ /review. openstack. org/7842 github. com/openstack/ nova/commit/ 123b28cd1a4ffa1 e972e29963cb0e6 be46b0d7c2
Committed: http://
Submitter: Jenkins
Branch: master
commit 123b28cd1a4ffa1 e972e29963cb0e6 be46b0d7c2
Author: Eoghan Glynn <email address hidden>
Date: Tue May 22 13:35:06 2012 +0100
Dedupe native and EC2 security group APIs.
Reduce the code duplication in the native openstack and EC2 APIs
related to security groups, by factoring commonality into a new
internal SecurityGroupAPI.
Also fixes bug lp 1005931
Change-Id: Ifb92bf5d0f07d5 713818a3eee6175 ef03e8c0b7c