[Openstack-security] [Bug 1289195] Re: The duplicate security group name cause don't know witch security group use in instance

OpenStack Infra 1289195 at bugs.launchpad.net
Mon Mar 10 07:56:55 UTC 2014


Fix proposed to branch: master
Review: https://review.openstack.org/79270

** Changed in: neutron
       Status: New => In Progress

-- 
You received this bug notification because you are a member of OpenStack
Security Group, which is subscribed to OpenStack.
https://bugs.launchpad.net/bugs/1289195

Title:
  The duplicate security group name cause don't know witch security
  group use in instance

Status in OpenStack Neutron (virtual network service):
  In Progress

Bug description:
  When create a security group, the duplicate name is allowed.
  In create a instance, which security group to use is designed by sg name, this may cause the user don't know witch sg is used and it may be not the user wanted. So the duplicate name of sg should be not allowed.

  In create instance, it's use set to filter the duplicate sg like:
  sg_names = list(set(sg_names))

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1289195/+subscriptions




More information about the Openstack-security mailing list