lp:~soren/nova/ppa-references

Created by Soren Hansen and last modified
Get this branch:
bzr branch lp:~soren/nova/ppa-references
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:
Merged

Recent revisions

510. By Soren Hansen

Remove references to nova-core/ppa and openstack/ppa PPA's.

509. By Eric Day

Ignore CA/crl.pem

508. By Matt Dietz

Auth Tokens assumed the user_id was an int, not a string.

507. By Josh Kearney

Make InstanceActions and live diagnostics available through the Admin API.

506. By termie

Cleans up the output of run_tests.sh to look closer to Trial.

Example output:

VolumeTestCase
    test_concurrent_volumes_get_different_targets ok
    test_create_delete_volume ok
    test_multi_node ok
    test_run_attach_detach_volume ok
    test_too_big_volume ok
    test_too_many_volumes ok
XenAPIVMTestCase
    test_list_instances_0 ok
    test_spawn ok
XenAPIVolumeTestCase
    test_attach_volume ok
    test_attach_volume_raise_exception ok
    test_create_iscsi_storage ok
    test_parse_volume_info_raise_exception ok

----------------------------------------------------------------------
Ran 232 tests in 82.677s

Launchpad is removing a bunch of spaces from the output, but the 'ok' parts are all lined up in the 65th column

505. By Rick Harris

This patch is beginning of XenServer snapshots in nova. It adds:

1. A snapshot() method to the compute API
2. Snapshot to the compute drivers(), stubs for libvirt and fake, and an implementation for xenapi_conn.
3. A `glance` XenServer plugin (modeled after the current `objectstore` plugin).

To test functionally you will need to be running both the Glance API and the Glance Registry.

In order to use the cloudservers tool-chain (cloudservers command-line utility, openstack-api, etc), you will need create a project called 'openstack' or override FLAGS.default_project.

You can verify that snapshots work by using the cloudservers command-line utility to run:
    cloudservers image-create <instance-id> <my snapshot name>

The utility itself will generate an exception since we're not returning the appropriate metadata yet (that will be a future commit); however, you can confirm that the snapshot worked by checking the compute-service logs, and verifying the snapshot resides in the glance fs-store directory.

504. By Todd Willey

fix lp:695182, scheduler tests needed to DECLARE flag to run standalone.

503. By Ryan Lucio

This branch fixes an issue where VM creation fails because of a missing flag definition for 'injected_network_template'. See Bug #695467 for more info.

502. By Matt Dietz

Changes and error fixes to help ensure basic parity with the Rackspace API. Some features are still missing, such as shared ip groups, and will be added in a later patch set.

501. By Ewan Mellor

Bug #694880: nova-compute now depends upon Cheetah even when not using libvirt

Only import Cheetah when needed, as we do already with libvirt and libxml2. This ensures that users of other virt backends don't need Cheetah to run nova-compute.

Resubmitted with pep8 violations fixed.

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