lp:~soren/nova/assume-dhcp-start-is-gateway

Created by Soren Hansen and last modified
Get this branch:
bzr branch lp:~soren/nova/assume-dhcp-start-is-gateway
Only Soren Hansen can upload to this branch. If you are Soren Hansen please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Soren Hansen
Project:
OpenStack Compute (nova)
Status:
Development

Recent revisions

614. By Soren Hansen

Set --dhcp-range's first argument to net['gateway'] rather than net['dhcp_start'].

The address given to dhcp-range is only used to identify the interface to which the pool of IP's belong. net['start'] will always be part of the subnet of the dhcp_range, so this avoids the need for dhcp_range to be set.

613. By Rick Harris

This patch:

1. Removes the krm.json file which maps machine images to kernel and ramdisks
2. Adds support to pull kernel_id and ramdisk_id directly from Glance image record.

Note: This patch is dependent upon this bug in Glance being fixed: https://bugs.launchpad.net/glance/+bug/706192

612. By Tushar Patil

In instance chains and rules for ipv4 and ipv6, ACCEPT target was missing.

611. By Ryan Lane

Fixes project and role checking when a user's naming attribute is not uid.

610. By John Dewey

I am new to nova, and wanted to fix a fairly trivial bug in order to understand the process.

Corrected some white space issues which pep8 found.

John

609. By Soren Hansen

Set the default number of IP's to to reserve for VPN to 0.

608. By Vish Ishaya

Switches from project_get_network to network_get_by_instance, which actually works with all networking modes. Also removes a couple duplicate lines from a bad merge.

607. By Ed Leafe

Localized strings that employ formatting should not use positional arguments, as they prevent the translator from re-ordering the translated text; instead, they should use mappings (i.e., dicts). This change replaces all localized formatted strings that use more than one formatting placeholder with a mapping version.

606. By Trey Morris

the net_managers expect different args to create_networks, so nova-manage's call to net_manager.create_networks was changed to use named args to prevent argument mismatching.

605. By Vish Ishaya

Fix describe_regions by changing renamed flags. Also added a test to catch future errors.

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