vavavr00m / boto

Automatically exported from code.google.com/p/boto
1 stars 0 forks source link

VPC 2.0: The parameter groupName cannot be used with the parameter subnet #526

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Create a VPC (VPC Model 2.0 with SG's and Subnet routing)
2. Try to run a instance with SG's and subnet definitions with boto 2.0 rc1

What is the expected output? What do you see instead?

Instance should start with multiple SG's and within the named subnet. 

What version of the product are you using? On what operating system?

Generic issue. 

Please provide any additional information below.

AWS Thread with Logs: 
   https://forums.aws.amazon.com/thread.jspa?messageID=254569

Original issue reported on code.google.com by elconas...@googlemail.com on 14 Jun 2011 at 11:07

GoogleCodeExporter commented 9 years ago
Seems to be duplicate of #521

Original comment by elconas...@googlemail.com on 14 Jun 2011 at 11:09

GoogleCodeExporter commented 9 years ago
Fixed with Patch: 
  https://github.com/boto/boto/commit/43e2eba812c10687a61b84cd8184747ac30bf67f

ec2_conn.run_instances(
    ....
   security_group_ids=["sg-12345678"],
    ....
)

Original comment by elconas...@googlemail.com on 15 Jun 2011 at 8:43

GoogleCodeExporter commented 9 years ago
Marking as fixed.

Original comment by Mitch.Ga...@gmail.com on 15 Jun 2011 at 11:06

GoogleCodeExporter commented 9 years ago
Still not working here. !!

Original comment by hornsby....@gmail.com on 22 Sep 2011 at 4:45