lp:~jk0/nova/lp821622

Created by Josh Kearney and last modified
Get this branch:
bzr branch lp:~jk0/nova/lp821622
Only Josh Kearney can upload to this branch. If you are Josh Kearney please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Josh Kearney
Project:
OpenStack Compute (nova)
Status:
Merged

Recent revisions

1387. By Josh Kearney

Allow actions queries by UUID and PEP8 fixes.

1386. By Adam Gandelman

Make sure mapping['dns'] is formatted correctly before injecting via template into images.
mapping['dns'] is retrieved from the network manager via info['dns'], which is a list constructed of multiple DNS servers.

Fixes LP Bug #821203

1385. By Soren Hansen

Add a generic image service test and run it against the fake image service.

1384. By Justin Shepherd

Implemented @test.skip_unless and @test.skip_if functionality in nova/test.py.

Added nova/tests/test_skip_examples.py which contains example skip case usages.

1383. By Gabe Westmaas

Updates v1.1 servers/id/action requests to comply with the 1.1 spec

1382. By Dan Prince

Add exception logging for instance IDs in the __public_instance_is_accessible smoke test function. This should help troubleshoot an intermittent failure.

1381. By Matt Dietz

Fixes lp821144

Revert resize broken because an incorrect number of parameters and a bad call at the virt layer

1380. By John Tran

For nova-manage network create cmd, added warning when size of subnet(s) being created are larger than FLAG.network_size, in attempt to alleviate confusion. For example, currently when 'nova-manage network create foo 192.168.0.0/16', the result is that it creates a 192.168.0.0/24 instead without any indication to why

1379. By Matthew Hooker

Remove instances of the "diaper pattern"

Anywhere "except:" occurs, I tried to replace it with an explicit except on
known error types. If none were known, Except was used.

In the process I've been able to unearth a few evasive bugs and clean up some
adjacent code.

1378. By Rick Harris

Read response to reset the connection state-machine for the next request/response cycle.

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