lp://staging/~xtoddx/nova/lp705314

Created by Todd Willey and last modified
Get this branch:
bzr branch lp://staging/~xtoddx/nova/lp705314
Only Todd Willey can upload to this branch. If you are Todd Willey please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Todd Willey
Project:
OpenStack Compute (nova)
Status:
Merged

Recent revisions

595. By Todd Willey

Use ttx's patch to be explict about paths, as urlmap doesn't work as I expected.

594. By Jay Pipes

Finds and fixes remaining strings for i18n. Fixes bug #705186

593. By Soren Hansen

Pass a PluginManager to nose.config.Config(). This lets us use plugins like coverage, xcoverage, etc.

592. By Anthony Young

Added changes to make errors and recovery for volumes more graceful:

* If an error occurs while creating our exporting a volume, volume['status'] is set to 'error,' rather than leaving it in 'creating.' Similarly, if an error occurs while deleting, volume['status'] is set to 'error_deleting'
* Gracefully handle condition where iscsi export has already been removed, or has never successfully been created, in ISCSIDriver.remove_export
* In ISCSIDriver.ensure_export, gracefully handle situation where an iscsi_target is nil. This occurs when there is an error creating a volume that prevents the target from being assigned.
* Add nova-manage volume commands: delete and reattach
** delete can be used to delete volumes that are in error state, since users can only delete volumes flagged as 'available'
** reattach can be used after host reboot to reattach volumes

Note that I didn't implement rollback as the original bug suggested, but this code accomplishes the same objectives IMO by making it more clear when errors occur and providing tools for dealing with certain common error conditions.

591. By Soren Hansen

Exclude vcsversion.py from pep8 check. It's not compliant, but out of our control.

590. By Soren Hansen

Include paste config in tarball.

589. By Jay Pipes

Fixes for bugs:

* Bug #704422: nova-direct-api: AttributeError: 'module' object has no attribute 'ComputeAPI'
* Bug #704424: bin/stack: AttributeError: port
* Bug #704447: bin/stack: urllib2.HTTPError when issuing reflection request

588. By Soren Hansen

Return non-zero if either unit tests or pep8 fails.

587. By Soren Hansen

Eagerly load fixed_ip.network in instance_get_by_id.

586. By Kost

Add paste and paste.deploy installation to nova.sh, needed for api server.

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