lp:~ewanmellor/nova/lp835952

Created by Ewan Mellor and last modified
Get this branch:
bzr branch lp:~ewanmellor/nova/lp835952
Only Ewan Mellor can upload to this branch. If you are Ewan Mellor please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ewan Mellor
Project:
OpenStack Compute (nova)
Status:
Merged

Recent revisions

1500. 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.

1499. By Mark McLoughlin

Just a couple of small changes I needed to get the migrations working with SQLAlchemy 0.7.x on Fedora 16

1498. By Vladimir Popovski

check log file's mode prior to calling chmod

1497. By Vish Ishaya

The fix for run_iscsiadm in rev 1489 changed the call to use a tuple because values were being passed as tuples. Unfortunately a few calls to the method were still passing strings.

1496. By Soren Hansen

Add a set of generic tests for the virt drivers.
Update a bit of documentation to match reality.

1495. By Ken Pepple

added unit tests to instance_types for rainy day paths

1494. By Vladimir Popovski

Added:
- volume metadata
- volume types
- volume types extra_specs

Volume create API receives volume types & metadata.

Work in progress on Openstack APIs for volume types & extra_specs.

1493. By Brian Waldon

Servers with metadata will now boot on xenserver with flat_injected==False

1492. By Hisaharu Ishii

Once a network is associated with project, I can’t delete this network with ‘nova-manage network delete’.
As you know, I can delete network by scrubbing the project with ‘nova-manage project scrub’.
However it is too much.
The cause of this problem is there is no modify command of network attribute.

This branch adds 'nova-manage network modify' command.
In this branch, we only support project and host value modifications.
Another attributes are in future work.

1491. By Dan Prince

Update paste config so that EC2 admin API defaults to noauth.

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