openstack api allows deletion of in-use security group
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| OpenStack Compute (nova) |
Medium
|
Russell Bryant |
Bug Description
ec2 now
(or soon will) prevent users from deleting "in-use" security groups: https:/
There is no equivalent protection in the openstack api.
Steps to reproduce:
> nova boot --security_
> nova secgroup-delete foo
Expected:
Error "in-use"
Actual:
Deletion of secgroup
Changed in nova: | |
assignee: | nobody → Russell Bryant (russellb) |
status: | New → In Progress |
Changed in nova: | |
importance: | Undecided → Medium |
Reviewed: https:/
Committed: http://
Submitter: Jenkins
Branch: master
commit f006c920e0dc3d3
Author: Russell Bryant <email address hidden>
Date: Thu Feb 23 14:00:42 2012 -0500
Don't delete security group in use from OS API.
Fix bug 938853.
This patch adds a check to the OpenStack API so that a security group
still in use can not be deleted. This same check just recently went in
for the EC2 API.
Change-Id: I75dc47c5f5d227
Changed in nova: | |
status: | In Progress → Fix Committed |
Changed in nova: | |
milestone: | none → essex-4 |
Changed in nova: | |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | essex-4 → 2012.1 |
Fix proposed to branch: master /review. openstack. org/4457
Review: https:/