** 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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to