lp:~rackspace-titan/nova/changes-since-lp837405

Created by Brian Waldon and last modified
Get this branch:
bzr branch lp:~rackspace-titan/nova/changes-since-lp837405
Members of Titan can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Titan
Project:
OpenStack Compute (nova)
Status:
Merged

Recent revisions

1512. By Brian Waldon

merging trunk

1511. By Brian Waldon

changing default sort to created_at

1510. By Brian Waldon

adding an assert

1509. By Brian Waldon

supporting changes-since

1508. By Dan Prince

Update the EC2 ToToken middleware to use eventlet.green.httplib instead of httplib2. Fixes issues where the JSON request body wasn't getting sent to Keystone.

1507. By Ewan Mellor

In the XenAPI simulator, set VM.domid, when creating the instance initially,
and when starting the VM.

This shows up in the logs for Bug #831599, but this fix doesn't actually
fix the hang.

1506. By Chris Behrens

Fixes lp:813864 by removing the broken assert. The assert was a check for isinstance of 'int' that should have been 'long'. But it doesn't appear this assert really belongs, anyway.

1505. By Chris Behrens

Adds assertIn and assertNotIn support to TestCase for compatibility with python 2.6
This is a very minimal addition which doesn't require unittest2.

1504. By Ewan Mellor

Bug #835952: pep8 failures do not cause the tests to fail

Add set -eu to run_tests.sh. This will cause it to fail whenever anything
goes wrong, which is exactly what we want in a test script.

To do this, I had to remove the use of the "let" keyword, which has a bizarre
exit status in bash.

I also removed the "|| exit" after run_tests, which means that this script
will now exit with status 1, not status 0, if run_tests fails.

1503. By Ewan Mellor

Bug #835964: pep8 violations in IPv6 code

Fix pep8 violations.

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