Re: [openstack-dev] [neutron]The duplicate name of security group

2014-03-10 Thread Xurong Yang
More detail: It's allowed to create duplicate sg with the same name. so exception happens when creating instance with the duplicate sg name. code following: security_groups = kwargs.get('security_groups', []) security_group_ids = [] # TODO(arosen) Should

[openstack-dev] [neutron]The duplicate name of security group

2014-03-07 Thread 黎林果
Hi stackers, The duplicate name of sg may cause some problems, do you think so? https://bugs.launchpad.net/neutron/+bug/1289195 Thanks! Lee Li ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org