lp:~davewalker/nova/832507_with_emlog

Created by Dave Walker and last modified
Get this branch:
bzr branch lp:~davewalker/nova/832507_with_emlog
Only Dave Walker can upload to this branch. If you are Dave Walker please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Dave Walker
Project:
OpenStack Compute (nova)
Status:
Development

Recent revisions

1509. By Dave Walker

Optional flag added to support non-standard kernel module emlog, allowing console.log to be stored as a ring buffer. Not ideal solution. However, does provide an option to stop users killing the the compute host

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.

1502. By Vladimir Popovski

Virtual Storage Array (VSA) feature.
- new Virtual Storage Array (VSA) objects / OS API extensions / APIs / CLIs
- new schedulers for selecting nodes with particular volume capabilities
- new special volume driver
- report volume capabilities
- some fixes for volume types

1501. By Trey Morris

changes a few double quotes to be single, as the rest in the vicinity are

1500. By Dan Prince

Update compute API and manager so that the image_ref is set before spawning the rebuilt instance. Fixes issue where rebuild didn't actually change the image_id.

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