lp:~openstack-gd/nova/libguestfs

Created by Eldar Nugaev and last modified
Get this branch:
bzr branch lp:~openstack-gd/nova/libguestfs
Members of openstack-gd can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
openstack-gd
Project:
OpenStack Compute (nova)
Status:
Development

Recent revisions

656. By Eldar Nugaev

added libguestfs support

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

648. By termie

Adds logging.basicConfig() to run_tests.py so that attempting to log debug messages from tests will work.

647. By termie

Changes the behavior of run_test.sh so that pep8 is only run in the default case (when running all tests). It will no longer run when individual test cases are being given as in:

./run_tests.sh nova.tests.test_compute

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