lp:~rackspace-titan/nova/test_004_metadata_logging

Created by Dan Prince and last modified
Get this branch:
bzr branch lp:~rackspace-titan/nova/test_004_metadata_logging
Members of Titan can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Titan
Project:
OpenStack Compute (nova)
Status:
Merged

Recent revisions

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.

1377. By Dan Prince

The OSAPI v1.0 image create POST request should store the instance_id as a Glance property.

1376. By Chris Behrens

There was a recent change to how we should flip FLAGS in tests, but not all tests were fixed. This covers the rest of them. I also added a method to test.UnitTest so that FLAGS.verbose can be set. This removes the need for flags to be imported from a lot of tests.

Another side effect is that it fixes a bug in host_test_filter.py where there was a tearDown method in the class that didn't call its parent. Ie, test.TestCase.tearDown() was not being called. host_test_filter.py's tearDown has been removed as a part of this cleanup, so the parent will be called now.

This happens to fix an unrelated pep8 issue in trunk, as well, so that my tests pass cleanly.

1375. By Josh Kearney

Fixed rescue/unrescue since the swap changes landed in trunk. Minor refactoring (renaming callback to _callback since it's not used here).

1374. By Dan Prince

Updates to the XenServer glance plugin so that it obtains the set of
existing headers and sends them along with the request to PUT a
snapshotted image into glance.

1373. By Mandell

This updates nova-ajax-console-proxy to correctly use the new syntax introduced last week by Zed Shaw <email address hidden>.

rpc.Connection -> rpc.create_connection
rpc.TopicAdapterConsumer -> rpc.create_consumer

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