lp:~ntt-pf-lab/nova/nova-watcher-sns

Created by Nachi Ueno and last modified
Get this branch:
bzr branch lp:~ntt-pf-lab/nova/nova-watcher-sns
Members of NTT PF Lab. can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
NTT PF Lab.
Project:
OpenStack Compute (nova)
Status:
Development

Recent revisions

966. By Nachi Ueno

added dimension support for get stats

965. By nova <nova@ubuntup>

fixed some method signature

964. By nova <nova@ubuntup>

Fixed indent

963. By Nachi Ueno

add class files

962. By Nachi Ueno

added sns and notification

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.

958. By Naveed Massjouni

This fixes how the metadata and addresses collections are serialized in xml responses.

957. By Vish Ishaya

Automatically add the metadata address to the network host. This allows guests to ARP for the address properly.

I also uncovered an issue with moving the gateway. Apparently specifying route add 0.0.0.0 doesn't actually work, you have use route add 'default'. I also added a line to specifically delete the old gateway since it doesn't always automatically get deleted.

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