Booting a VM using VPC CLI with SG throws error

Bug #1407072 reported by Vedamurthy Joshi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
New
High
Rudra Rugge

Bug Description

2.0 22 Ubuntu 14.04 Multi-node Icehouse setup

I had a SG named sg1 in admin project.

Below, the VPC had just one SG named sg1. But booting a VM with that SG fails saying that there are more than one SG with name sg1.

Same error was seen during VPC regression run as well.
Existance of an SG in a different project should not affect lauching a VM within a VPC

http://10.204.216.50/Docs/logs/2.0-22_2014_12_31_10_35_14/logs/vpcsanitytests2.log
Testcase : scripts.vpc.test_vpc.VpcSanityTests2.test_sg_tcp_udp

root@nodeg30:~# euca-run-instances ami-00000004 -s subnet-c1ec9c34 -k VpcSanityTests2key1 -g sg1
NoUniqueMatch: Multiple security_group matches found for name 'sg1', use an ID to be more specific.
root@nodeg30:~#
root@nodeg30:~# euca-describe-security-groups

GroupId VpcId Name Description
------- ----- ---- -----------
None default

                Direction Proto Start End Remote
                --------- ----- ----- --- ------
                Ingress any 0 65535 [None]

GroupId VpcId Name Description
------- ----- ---- -----------
None sg1 sanity_test_group

                Direction Proto Start End Remote
                --------- ----- ----- --- ------
                Ingress tcp 0 65535 [10.2.5.0/24]
                Ingress icmp 0 65535 [10.2.5.0/24]

root@nodeg30:~# euca-describe-subnets
Subnet-id Vpc-id CidrBlock
--------- ------ ---------
subnet-c1ec9c34 vpc-dc153f5c 10.2.5.0/25
root@nodeg30:~#

Tags: regression vpc
tags: added: regression
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.