lp://staging/~bilalakhtar/nova/fix-708347

Created by Bilal Akhtar and last modified
Get this branch:
bzr branch lp://staging/~bilalakhtar/nova/fix-708347
Only Bilal Akhtar can upload to this branch. If you are Bilal Akhtar please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Bilal Akhtar
Project:
OpenStack Compute (nova)
Status:
Merged

Recent revisions

658. By Bilal Akhtar

Wrap line to under 79 characters

657. By Bilal Akhtar

Add my name to AUTHORS, remove parentheses from the substitution made in the previous commit

656. By Bilal Akhtar

Give a better error message if the instance type specified is invalid.

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://staging/~hudson-openstack/nova/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers