lp:~soren/nova/locale-friendly-tests

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

Recent revisions

784. By Soren Hansen

Call FLAGS.GetHelp() instead of str(FLAGS). Otherwise, non-ascii characters (like in translated strings) will cause tests to fail.

783. By Soren Hansen

Fix a few things that were either missed in the execvp conversion or stuff that was merged after it, but wasn't updated accordingly.

782. By Sandy Walsh

Introduces the ZoneManager to the Scheduler which polls the child zones and caches their availability and capabilities.

781. By Vish Ishaya

Modifies S3ImageService to wrap LocalImageService or GlanceImageService. It now pulls the parts out of s3, decrypts them locally, and sends them to the underlying service. It includes various fixes for image/glance.py, image/local.py and the tests.

I also uncovered a bug in glance so for the glance backend to work properly, it requires the patch to glance here lp:~vishvananda/glance/fix-update or Glance's Cactus trunk r80.

780. By Vish Ishaya

Fixes nova.sh to run properly the first time. We have to get the zip file after nova-api is running.

779. By Vish Ishaya

Fixes a race condition where multiple greenthreads were attempting to resize a file at the same time. Adds tests to verify that the image caching call will run concurrently for different files, but will block other greenthreads trying to cache the same file.

778. By Erica Windisch

Fixes doc build after execvp patch.

777. By Brian Waldon

- Content-Type and Accept headers handled properly
- Content-Type added to responses
- Query extensions no long cause computeFaults
- adding wsgi.Request object
- removing request-specific code from wsgi.Serializer

776. By Erica Windisch

Fixes bug 726359. Passes unit tests.

Changes parameters of utils.execute to utils.execute(*cmd, **kwargs). The kwargs themselves have not changed, other than changing check_exit_code to default to 0. The exit code of the process is now checked against this variable, unless None.

775. By Ricardo Carrillo Cruz

Hi guys

This branch fixes lp722982 (ability to delete networks with nova-manage) and lp715427 (nova-manage does not check if a network exists before creating it) .

Regards

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