lp:~vishvananda/nova/lp720393

Created by Vish Ishaya and last modified
Get this branch:
bzr branch lp:~vishvananda/nova/lp720393
Only Vish Ishaya can upload to this branch. If you are Vish Ishaya please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Vish Ishaya
Project:
OpenStack Compute (nova)
Status:
Merged

Recent revisions

688. By Vish Ishaya

remove leftover periodic tasks

687. By Vish Ishaya

move periodic tasks to base class based on class variable as per review

686. By Vish Ishaya

add periodic disassociate from VlanManager to FlatDHCPManager.

685. By Brian Schott

-from migrate.versioning import exceptions as versioning_exceptions
+
+try:
+ from migrate.versioning import exceptions as versioning_exceptions
+except ImportError:
+ try:
+ # python-migration changed location of exceptions after 1.6.3
+ # See LP Bug #717467
+ from migrate import exceptions as versioning_exceptions
+ except ImportError:
+ sys.exit(_("python-migrate is not installed. Exiting."))

684. By Soren Hansen

Use RotatingFileHandler instead of FileHandler.

683. By Soren Hansen

Use a threadpool for handling requests coming in through RPC.

682. By Anthony Young

Fix for bug #716847

If a volume has not yet been assigned to a host, then have "nova-manage volume delete" delete from database and skip the rpc.

681. By Soren Hansen

Add back --logdir=DIR option. If set, a logfile named after the binary (e.g. nova-api.log) will be kept in DIR.

680. By Vasiliy Shlykov

This branch should resolve nova bug #718675 (https://bugs.launchpad.net/nova/+bug/718675).

Also added dropping of tables in case of failures so `nova-manage sync db` will can restart next time.

679. By Trey Morris

this bug bit me hard today. pv can be None, which does not translate to %d and this error gets clobbered by causing errors in the business in charge of capturing output and reporting errors.

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