yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #33710
[Bug 1200734] Re: Boto fails to boot instances with a security group
** Also affects: ec2-api
Importance: Undecided
Status: New
--
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:
New
Status in OpenStack Compute (Nova):
Confirmed
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