lp:~dan-prince/nova/nova_osapi_fix_server_img_type

Created by Dan Prince and last modified
Get this branch:
bzr branch lp:~dan-prince/nova/nova_osapi_fix_server_img_type
Only Dan Prince can upload to this branch. If you are Dan Prince please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Dan Prince
Project:
OpenStack Compute (nova)
Status:
Abandoned

Recent revisions

766. By Dan Prince

Updated to return None, None.

765. By Dan Prince

Hotfix to Resolve a 'KeyError: type' exception that occurs when using the OS API with the most recent Glance.

Glance now uses image['properties']['type'] instead of image['type'].

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

757. By Ken Pepple

merges dynamic instance types blueprint (http://wiki.openstack.org/ConfigureInstanceTypesDynamically) and bundles blueprint (https://blueprints.launchpad.net/nova/+spec/flavors)

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