lp:~openstack-gd/nova/floating_api_autoallocation

Created by Eldar Nugaev and last modified
Get this branch:
bzr branch lp:~openstack-gd/nova/floating_api_autoallocation
Members of openstack-gd can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
openstack-gd
Project:
OpenStack Compute (nova)
Status:
Development

Recent revisions

968. By Eldar Nugaev

OpenStack API floating API autoallocation

967. By Kei Masumoto

This branch fixes https://bugs.launchpad.net/nova/+bug/751242.

According to the above URL, the solution is 'migrating' instances never be terminated.
To do this, nova.compute.api.delete() should be modified.

966. By Dan Prince

Ignore errors when deleting the default route in the ensure_bridge function.

965. By Thierry Carrez

Import translations from Launchpad.

964. By Dan Prince

Update the describe_image_attribute and modify_image_attribute functions
in the EC2 API so they use the top level 'is_public' attribute of image
objects. This brings these functions in line with the base image service.

Added missing EC2 API unit tests for describing and modifying image attributes.

963. By Ken Pepple

corrects incorrect openstack api responses for metadata (numeric/string conversion issue) and image format status (not uppercase)

962. By Dan Prince

Implement a mechanism to enforce a configurable quota limit for image metadata (properties) within the OS API image metadata controller.

961. By Vish Ishaya

Fixes issues with describe instances due to improperly set metadata.

 * Removes image['properties']['type']
 * Uses image['container_format'] to key display of type and create ec2 ids.
 * Defaults to 'ami' if container_format cannot be deduced. This allows
   bare images to show up in describe instances and be launched even though they
   are not officially in 'ami' format.
 * Changes nova-manage register to set proper container format
 * Fixes tests
 * Fixes _do_get_kernel_and_ramdisk in openstack api to only try to get them if it is a true 'ami'
 * Replaces 'owner_id' with 'project_id' since that is expected by glance code
 * Moves the filtering scheme to base image service so all services filter the same way

960. By justinsb

Keep guest instances when libvirt host restarts

959. By Naveed Massjouni

Added support for listing addresses of a server in the openstack api.
Now you can GET
 * /servers/1/ips
 * /servers/1/ips/public
 * /servers/1/ips/private
Supports v1.0 json and xml.
Added corresponding tests.

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