lp:~smoser/nova/trunk.lp851145

Created by Scott Moser and last modified
Get this branch:
bzr branch lp:~smoser/nova/trunk.lp851145
Only Scott Moser can upload to this branch. If you are Scott Moser please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Scott Moser
Project:
OpenStack Compute (nova)
Status:
Merged

Recent revisions

1579. By Scott Moser

create disk.local the same way ephemerals are created (LP: #851145)

If the user did not specify '--block-device-mapping /dev/vdb=ephemeral0', then
then the first non-root device would end up being created differently then
if they had. It would not have a filesystem on it.

This makes 'local_gb' in the libvirt connection created the same way that
it would be if it were named ephemeral0.

1578. By Vish Ishaya

Removes the on-disk internal libvirt snapshot after it has been uploaded to glance.

1577. By Trey Morris

updates Exception.NoMoreFixedIps to subclass NovaException instead of Error.

1576. By Scott Moser

if no public-key is given (--key), do not show public-keys in metadata service

1575. By Josh Durgin

This makes the OS api extension for booting from volumes work.
The _get_view_builder method was replaced in the parent class, but the BootFromVolume controller was not updated to use the new method.

1574. By Scott Moser

Adding flavor extra data extension.

1573. By Brian Waldon

Removing toprettyxml from OSAPI xml serialization in favor of toxml.

1572. By Johannes Erdfelt

The 1.1 API specifies that two vendor content types are allowed in addition to the standard JSON and XML content types.

This branch adds support for application/vnd.openstack.compute+json and application/vnd.openstack.compute+xml.

1571. By Vish Ishaya

Fix issue where floating ips don't get recreated when a network host reboots.

1570. By Dan Prince

Fixes an issue where 'invalid literal for int' would occur when listing images after making a v1.1 server snapshot (with a UUID).

v1.1 image id's are now treated as strings (not integer ID's). The v1.0 API still tries to treat image id's as integers but doesn't fail miserably if they are uuid's either.

This should pave the way for image ID's as uuids and more closely matches the v1.1 spec with regards to images and the server refs they contain.

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