Duplicate security group name cause fail to start instance
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Confirmed
|
Low
|
Unassigned |
Bug Description
When create a security group, the duplicate name is allowed.
In create a instance, duplicate sg name will cause exception and the instance will be started fail. So the duplicate name of sg should be not allowed.
In nova.network.
for security_group in security_groups:
name_match = None
uuid_match = None
for user_security_group in user_security_
if user_security_
if name_match:
if user_security_
Changed in neutron: | |
assignee: | nobody → Lee Li (lilinguo) |
information type: | Private Security → Public |
description: | updated |
description: | updated |
summary: |
- The duplicate security group name cause don't know witch security group - use in instance + Duplicate security group name cause fail to start instance |
no longer affects: | neutron |
tags: |
added: network removed: duplicate group name security |
Changed in nova: | |
importance: | Undecided → Low |
tags: | added: neutron |
Changed in nova: | |
status: | Triaged → Confirmed |
Changed in nova: | |
assignee: | Xurong Yang (idopra) → Radomir Dopieralski (thesheep) |
status: | Confirmed → In Progress |
Changed in nova: | |
assignee: | Radomir Dopieralski (thesheep) → nobody |
status: | In Progress → Confirmed |
Changed in nova: | |
assignee: | nobody → Abhilash Goyal (abhilash-goyal) |
Changed in nova: | |
assignee: | nobody → Ravali Gudipati (ravali.gudipati) |
Changed in nova: | |
assignee: | Ravali Gudipati (ravali.gudipati) → nobody |
Fix proposed to branch: master /review. openstack. org/79270
Review: https:/