lp://staging/~ntt-pf-lab/nova/nova-watcher-sns
- Get this branch:
- bzr branch lp://staging/~ntt-pf-lab/nova/nova-watcher-sns
Branch merges
Branch information
Recent revisions
- 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 - 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://staging/~hudson-openstack/nova/trunk