yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #36395
[Bug 1200734] Re: Boto fails to boot instances with a security group
** Changed in: nova
Status: Confirmed => Won't Fix
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1200734
Title:
Boto fails to boot instances with a security group
Status in ec2-api:
Incomplete
Status in OpenStack Compute (nova):
Won't Fix
Bug description:
Some of our users are having an issue when booting instances on
OpenStack with using Boto. It seems Boto is having an issue with Nova
when it assigns a security group at booting instances.
Here's a simple example to make the issue happens.
image = conn.get_image("ami-XXXXXX")
for a in range (20):
image.run(instance_type="m1.small", key_name="mykey1", security_groups=["secgroup1"])
Several instances fail to boot with error status.
But the follows is fine.
image = conn.get_image("ami-XXXXXX")
for a in range (20):
image.run(instance_type="m1.small", key_name="mykey1")
Here's the version info.
Nova: 2012.1.3+stable-20130423-e52e6912-0ubuntu1.1
Boto: 2.9.7
Thanks and best regards,
Koji
To manage notifications about this bug go to:
https://bugs.launchpad.net/ec2-api/+bug/1200734/+subscriptions