lp:~bcwaldon/nova/lp713144

Created by Brian Waldon and last modified
Get this branch:
bzr branch lp:~bcwaldon/nova/lp713144
Only Brian Waldon can upload to this branch. If you are Brian Waldon please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Brian Waldon
Project:
OpenStack Compute (nova)
Status:
Merged

Recent revisions

659. By Brian Waldon

removing superfluous pass statements; replacing list comprehension with for loop; alphabetizing imports

658. By Brian Waldon

merging trunk back in; updating Authors conflict

657. By Brian Waldon

adding myself to Authors file

656. By Brian Waldon

- population of public and private addresses containers in openstack api
- replacement of sqlalchemy model in instance stub with dict

655. By Vish Ishaya

Automates the setup for FlatDHCP regardless of whether the interface has an ip address.

FlatDHCP only has worked until now if the underlying interface that you bridge into has no ip address. This branch will do the necessary setup to allow it to work by:

* Creating a bridge with the private address for dhcp
* Moving any existing ips from the interface onto the bridge
* Adding the interface to the bridge
* Recreating the default route if it was deleted by moving the interface

It will additionally add a route to compute hosts for bridges that it adds to the compute hosts. This seems to be necessary in some cases where the default route uses a different interface.

654. By Christian Berendt

fixes #713766 and probably #710959, please test the patch before committing it.

653. By Anne Gentle

Updates to the multinode install doc based on Wayne's findings. Merged with trunk so should easily merge in.

652. By Ryan Lane

Checks whether the instance id is a list or not before assignment. This is to fix a bug relating to nova/boto. The AWK-SDK libraries pass in a string, not a list. The euca tools pass in a list.

651. By Ryan Lane

Catching all socket errors in _get_my_ip, since any socket error is likely enough to cause a failure in detection.

650. By Christian Berendt

added new parameter --dhcp_domain to set the used domain by dnsmasq in /etc/nova/nova.conf

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.