lp:~asomya/+junk/openstack-esxi-dv-support

Created by Arvind Somya and last modified
Get this branch:
bzr branch lp:~asomya/+junk/openstack-esxi-dv-support
Only Arvind Somya can upload to this branch. If you are Arvind Somya please log in for upload directions.

Related bugs

Related blueprints

Branch information

Owner:
Arvind Somya
Status:
Development

Recent revisions

1074. By Arvind Somya <email address hidden>

- Adding support for the implicit gettext translator for later python versions.

1073. By Arvind Somya <email address hidden>

Adding support for distributed virtual switches in openstack.

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.

1067. By Dan Prince

Update the compute manager so that it breaks out of a loop if set_admin_password is not implemented by the driver. This avoids excessively logging NotImplementedError exceptions.

1066. By Max Lvov

1 Set default paths for nova.conf and api-paste.ini to /etc/nova/
2 Changed countryName policy because https://bugs.launchpad.net/nova/+bug/724317 still affected.

1065. By Vish Ishaya

Fixes an issue with conversion of images that was introduced by exception refactoring. This makes the exceptions when trying to locate an ec2 id clearer and also adds some tests for the conversion methods.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers