lp:~abrindeyev/nova/lp785763

Created by Andrey Brindeyev and last modified
Get this branch:
bzr branch lp:~abrindeyev/nova/lp785763
Only Andrey Brindeyev can upload to this branch. If you are Andrey Brindeyev please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Andrey Brindeyev
Project:
OpenStack Compute (nova)
Status:
Merged

Recent revisions

1093. By Andrey Brindeyev

Addressing bug #785763. Usual default for maximum number of DHCP leases in dnsmasq is 150. This prevents instances to obtain IP addresses from DHCP in case we have more than 150 in our network. Adding myself to Authors.

1092. By John Tran

Added an EC2 API endpoint that'll allow import of public key. Prior, api only allowed generation of new keys.

1091. By Anthony Young

This fix ensures that kpartx -d is called in the event that tune2fs fails during key injection, as it does when trying to inject a key into a windows instance. Bug #760921 is a symptom of this issue, as if kpartx -d is not called then partitions remain mapped that prevent the underlying nbd from being reused.

Couldn't think of a good way to regression test for this - any ideas?

1090. By Johannes Erdfelt

Add new flag 'max_kernel_ramdisk_size' to specify a maximum size of kernel or ramdisk so we don't copy large files to dom0 and fill up /boot/guest

1089. By Johannes Erdfelt

The XenAPI driver uses openssl as part of the nova-agent implementation to set the password for root. It uses a temporary file insecurely and unnecessarily. Change the code to write the password directly to stdin of the openssl process instead.

1088. By Justin Shepherd

The tools/* directory is now included in pep8 runs. Added an opt-out system for excluding files/dirs from pep8 (using GLOBIGNORE).

1087. By Johannes Erdfelt

Simple change to sort the list of controllers/methods before printing to make it easier to read

1086. By Matt Dietz

Implements a basic mechanism for pushing notifications out to interested parties. The rationale for implementing notifications this way is that the responsibility for them shouldn't fall to Nova. As such, we simply will be pushing messages to a queue where another worker entirely can be written to push messages around to subscribers.

1085. By Josh Kearney

Added missing xenhost plugin. This was causing warnings to pop up in the compute logs during periodic_task runs. It must have not been bzr add'd when this code was merged.

1084. By Vish Ishaya

Fixes the naming of the server_management_url in auth and tests.

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