lp:~jshepher/nova/lp781429

Created by Justin Shepherd and last modified
Get this branch:
bzr branch lp:~jshepher/nova/lp781429
Only Justin Shepherd can upload to this branch. If you are Justin Shepherd please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Justin Shepherd
Project:
OpenStack Compute (nova)
Status:
Merged

Recent revisions

1077. By Justin Shepherd

adding --fixes lp:781429

1076. By Justin Shepherd

Added opt-out system for excluding files/dirs from pep8 (using GLOBIGNORE).

1075. By Justin Shepherd

Fixed all pep8 errors in tools/install_venv.py. All tests pass.

1074. By Justin Shepherd

Removed tools/clean_vlans and tools/nova-debug from pep8 tests as they are shell scripts

1073. By Justin Shepherd

Added lines to include tools/* (except ajaxterm) in pep8 tests

1072. By John Tran

Adds proper error handling for images that can't be found and a test for deregister image.

1071. By William Wolf

I'm assuming that openstack doesnt work with python < 2.6 here (which I read somewhere on the wiki). This patch will check to make sure python >= 2.6 is installed, and also allow it to work with python 2.7 (and greater in the future).

In order for nova to work with python 2.7, it needs Cheetah 2.4.4, which also works fine in python 2.6 (all tests passed with Cheetah 2.4.4 and python 2.6 for me).

1070. By Chris Behrens

XenAPI was not implemented to allow for multiple simultaneous XenAPI requests. A single XenAPIConnection (and thus XenAPISession) is used for all queries. XenAPISession's wait_for_task method would set a self.loop = for looping calls to _poll_task until task completion. Subsequent (parallel) calls to wait_for_task for another query would overwrite this. XenAPISession._poll_task was pulled into the XenAPISession.wait_for_task method to avoid having to store self.loop.

1069. By Josh Kearney

Make set_admin_password non-blocking to API.

1068. By Sandy Walsh

Lost a flag pulling from another branch. Whoops.

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