lp://staging/~devcamcar/nova/remove_adminclient_dependencies
- Get this branch:
- bzr branch lp://staging/~devcamcar/nova/remove_adminclient_dependencies
Branch merges
- Vish Ishaya (community): Approve
- Eric Day (community): Approve
-
Diff: 26 lines (+2/-5)1 file modifiednova/adminclient.py (+2/-5)
Related bugs
Bug #695866: Admin client should be packaged separately | Medium | Fix Released |
Related blueprints
Branch information
Recent revisions
- 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.677sLaunchpad 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.
- 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.
- 500. By Soren Hansen
-
Address bug #695157 by using a blank request class and setting an empty request path.
This fixes the test suite in environments with webob >= 1.0 (e.g. Ubuntu Natty).
(Thanks for Greg Holt for the suggestion)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~hudson-openstack/nova/trunk