lp://staging/~soren/nova/eventlet-subprocess

Created by Soren Hansen and last modified
Get this branch:
bzr branch lp://staging/~soren/nova/eventlet-subprocess
Only Soren Hansen can upload to this branch. If you are Soren Hansen please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Soren Hansen
Project:
OpenStack Compute (nova)
Status:
Merged

Recent revisions

671. By Soren Hansen

Use eventlet.green.subprocess instead of standard subprocess

Eventlet's monkey patching causes the os.wait call in the standard
subprocess module to be non-blocking. This means that if it happens
to call self.wait on a Popen object that hasn't completely terminated
it'll be left as a zombie and its fd's are also leaked.

670. By Salvatore Orlando

Made kernel and ram disk be deleted in xen api upon instance termination

669. By Devin Carlen

Modified S3ImageService to return the format defined in BaseService to allow EC2 API's DescribeImages to work against Glance.

668. By Vish Ishaya

Fixes a typo in the auth checking for DescribeAvailabilityZones.

667. By Vish Ishaya

Fixes describe_security_groups by forcing it to return a list instead of a generator.

666. By Ricardo Carrillo Cruz

Hi guys

This branch fixes lp708329.

Have a look at cloud.py/describe_security_groups , it was just a matter of sorting by project, then by group name before returning the groups.

Regards

665. By Vish Ishaya

This fixes a lazy-load issue in describe-instances, which causes a crash. The solution is to specifically load the network table when retrieving an instance.

664. By Soren Hansen

Create a new AMQP connection by default.

663. By Rick Harris

Define sql_idle_timeout flag to be an integer.

This fixes bug706405 where MySQL Gone Away Errors were being generated.

662. By Soren Hansen

Add forwarding rules for floating IPs to the OUTPUT chain on the network node in addition to the PREROUTING chain.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp://staging/~hudson-openstack/nova/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers