lp://staging/~rackspace-titan/nova/network_create_with_host

Created by Dan Prince and last modified
Get this branch:
bzr branch lp://staging/~rackspace-titan/nova/network_create_with_host
Members of Titan can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Titan
Project:
OpenStack Compute (nova)
Status:
Development

Recent revisions

1302. By Dan Prince

Add a 'configured' column to the networks table.
Update nova-manage network commands to support pre-setting the network host.

1301. By Dan Prince

Perform fault wrapping in the openstack WSGI controller. This allows us to just raise webob Exceptions in OS API controllers with the appropriate explanations set. This resolves some inconsistencies with exception raising and returning that would cause HTML output to occur when faults weren't being handled correctly.

1300. By Vish Ishaya

Some code was recently added to glance to allow the is_public filter to be overridden. This allows us to get all images and filter properly on the nova side until keystone support is in glance. This fixes the issue with private images and snapshots disappearing from the image list.

1299. By Brian Waldon

Updating the /images and /images/detail OSAPI v1.1 endpoints to match spec w/ regards to query params

1298. By William Wolf

Ensure valid json/xml/atom responses for versions requests

1297. By Brian Waldon

Update OSAPI v1.1 /flavors, /flavors/detail, and /flavors/<id> to return correct xml responses

1296. By Matt Dietz

Fixes lp813006

Inconsistent database API method naming for instance_types

1295. By Matt Dietz

Fixes lp808949 - "resize doesn't work with recent novaclient"

The issue was that uuid support hadn't yet been sprinkles throughout the resize code. This patch allows for this and also handles continuing to perform resizes through old-style instance ids.

1294. By Brian Waldon

- Add 'fixed_ipv6' property to VirtualInterface model
- Expose ipv6 addresses in each network in OSAPI v1.1

1293. By Vish Ishaya

Adds HA networking (multi_host) option to networks.

* Adds extra flag for network creation: multi_host.
* Multi hosts networks will send all network related commands to the host that the vm is on.
* Requires nova-network to be run on every compute host.
* Non multi_host networks work the same way.
* Moved extra db access out of linux_net (there is still a little in the dhcp leases part that should probably be moved)
* Fixed the logic on auto_assign which was messed up

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
This branch contains Public information 
Everyone can see this information.

Subscribers