lp:~ewanmellor/nova/unittests_2_6_lp834772

Created by Ewan Mellor and last modified
Get this branch:
bzr branch lp:~ewanmellor/nova/unittests_2_6_lp834772
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:
Development

Recent revisions

1500. By Ewan Mellor

Bug #834772: Unit tests fail on Python 2.6

On Python 2.6 (and below) load the unittest2 module, and alias it to unittest.
This brings in the assertIn function (among others) which is now used by
some unit tests, but isn't available on Python 2.6.

install_venv.py has been updated to add unittest2 as a dependency on
Python 2.6 and below, using a separate pip-requires-2.6 file that extends
the default one.

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