lp:~soren/nova/sqlite-locking

Created by Soren Hansen and last modified
Get this branch:
bzr branch lp:~soren/nova/sqlite-locking
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

662. By Soren Hansen

Only use NullPool when using sqlite.

661. By Soren Hansen

Try using NullPool instead of SingletonPool

660. By Soren Hansen

Try setting isolation_level=immediate

659. By Bilal Akhtar

This branch fixes bug #708347: RunInstances: Invalid instance type gives improper error message

658. By Vish Ishaya

Fixes the ordering of init_host commands so that iptables chains are created before they are used.

This fixes an issue that arises if nova-network is started with flushed iptables after floating ips have been assigned.

657. By Soren Hansen

Pass timestamps to the db layer in fixed_ip_disassociate_all_by_timeout rather than converting to strings ahead of time, otherwise comparison between timestamps would often fail.

656. By SuperStack <email address hidden>

Added support for 'SAN' style volumes. A SAN's big difference is that the iSCSI target won't normally run on the same host as the volume service.

655. By Vish Ishaya

Automates the setup for FlatDHCP regardless of whether the interface has an ip address.

FlatDHCP only has worked until now if the underlying interface that you bridge into has no ip address. This branch will do the necessary setup to allow it to work by:

* Creating a bridge with the private address for dhcp
* Moving any existing ips from the interface onto the bridge
* Adding the interface to the bridge
* Recreating the default route if it was deleted by moving the interface

It will additionally add a route to compute hosts for bridges that it adds to the compute hosts. This seems to be necessary in some cases where the default route uses a different interface.

654. By Christian Berendt

fixes #713766 and probably #710959, please test the patch before committing it.

653. By Anne Gentle

Updates to the multinode install doc based on Wayne's findings. Merged with trunk so should easily merge in.

Branch metadata

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

Subscribers