reason should be shown when failing to delete a security group
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
Triaged
|
Low
|
Vishal Manchanda |
Bug Description
If you are trying to delete a security group that is assigned to an instance that is running, the security group cannot be deleted. The Dashboard only gives a generic message that the group cannot be deleted without mentioning why.
Instead of letting the user search for the reason, a specific message would be much better:
"Security Group <xyz> is still assigned to instances <abc>. You need to do <cde> before you can delete the group."
--
[amotoki]
The current consensus looks like adding a message like "Security group is still in use" on the UI. This can be done by checking the exception from openstack_
Changed in horizon: | |
status: | New → Confirmed |
importance: | Undecided → Low |
milestone: | none → next |
Changed in horizon: | |
assignee: | nobody → Verónica Musso (veronica-a-musso) |
Changed in horizon: | |
assignee: | nobody → Adriano (dritec) |
Changed in horizon: | |
assignee: | Adriano (dritec) → nobody |
Changed in horizon: | |
assignee: | nobody → Jyothi Saroja (saroja-daggu) |
Changed in horizon: | |
assignee: | Jyothi Saroja (saroja-daggu) → nobody |
assignee: | nobody → Jyothi Saroja (saroja-daggu) |
summary: |
- Usability: Deleting a Security Group + reason should be shown when failing to delete a security group |
description: | updated |
Changed in horizon: | |
assignee: | Jyothi Saroja (saroja-daggu) → nobody |
status: | Confirmed → Triaged |
tags: | added: neutron |
Changed in horizon: | |
assignee: | nobody → Vishal Manchanda (vishalmanchanda) |
Hi
Security group can be modified on the fly when the instance is running. You can either remove an old security group or add a new security group. That's pretty much possible. /review. openstack. org/#/c/ 32679(or else you need to wait for 2013.1.3 patch release) which can solve the problem. I believe horizon got nothing much to do here.
if you are running grizzly you might wanna take this patch https:/