Activity log for bug #1200734

Date Who What changed Old value New value Message
2013-07-12 19:05:29 Koji bug added bug
2013-07-12 19:06:19 Koji description Some of our users are having issue on their software. I digged it and found out that Boto is having an issue when it assign 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 Some of our users are having issue on their software which uses Boto, and I digged it and found out that Boto is having an issue when it assign 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
2013-07-12 19:09:30 Koji description Some of our users are having issue on their software which uses Boto, and I digged it and found out that Boto is having an issue when it assign 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 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
2013-07-14 19:54:42 Matt Riedemann tags ec2 network
2014-02-06 20:41:37 Chuck Short nova: status New Triaged
2015-02-11 21:53:11 Davanum Srinivas (DIMS) nova: importance Undecided Low
2015-03-30 11:55:54 Sean Dague nova: status Triaged Confirmed
2015-06-12 20:42:14 Davanum Srinivas (DIMS) bug task added ec2-api
2015-06-21 06:18:10 Andrey Pavlov ec2-api: status New Incomplete
2015-08-02 23:07:34 Davanum Srinivas (DIMS) nova: status Confirmed Won't Fix