lp://qastaging/~justin-fathomdb/nova/strongly-typed-image-model

Created by justinsb and last modified
Get this branch:
bzr branch lp://qastaging/~justin-fathomdb/nova/strongly-typed-image-model
Only justinsb can upload to this branch. If you are justinsb please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
justinsb
Project:
OpenStack Compute (nova)
Status:
Abandoned

Recent revisions

767. By justinsb

Basic PoC of using a class for Image model, to try to stop the bug parade caused by using dictionaries. PyLint also is able to warn us about errors, and Eclipse PyDev can auto-complete.

766. By Trey Morris

refactored up nova/virt/xenapi/vmops _get_vm_opaque_ref()
no longer inspects the param to check to see if it is an opaque ref
works better for unittests

765. By Masanori Itoh

This fix is an updated version of Todd's lp720157. Adds SignatureVersion checking for Amazon EC2 API requests, and resolves bug #720157.

764. By Kevin L. Mitchell

Inhibit inclusion of stack traces in the logs UNLESS --verbose has been specified. This should help keep the logs compact, helping admins find the messages they're interested in (e.g., "Can't connect to MySQL server on '127.0.0.1' (111)") without having to sort through the stack traces, while still allowing developers to see those traces at will.

763. By Kevin L. Mitchell

Addresses bugs 704985 and 705453 by:

1) Adding new nova-api flag --paste_config, the value of which is used in place of the hard-coded "nova-api.conf"

2) Defaulting the new --paste_config to "api-paste.ini"

762. By Matt Dietz

Implementation for XenServer migrations. There are several places for optimization but I based the current implementation on the chance scheduler just to be safe. Beyond that, a few features are missing, such as ensuring the IP address is transferred along with the migrated instance. This will be added in a subsequent patch. Finally, everything is implemented through the Openstack API resize hooks, but actual resizing of the instance RAM and hard drive space is not yet implemented.

761. By Todd Willey

Fix renaming of instance fields using update_instance api method.

760. By Rick Harris

Use %s for instance-delete logging in case instance_id comes through as a string.

759. By Masanori Itoh

This fix changes a tag contained in the DescribeKeyPairs response from <keypairsSet> to <keySet> so that Amazon EC2 access libraries which does more strict syntax checking can work with Nova.

758. By Thierry Carrez

Fix regression in the way libvirt_conn gets its instance_types

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp://qastaging/~hudson-openstack/nova/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers