lp:~rackspace-titan/nova/api-profiling

Created by Mark Washenberger and last modified
Get this branch:
bzr branch lp:~rackspace-titan/nova/api-profiling
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:
Development

Recent revisions

1199. By Mark Washenberger

add profiling to nova-api

1198. By Isaku Yamahata

Implements a portion of ec2 ebs boot.
What's implemented
- block_device_mapping option for run instance with volume
  (ephemeral device and no device isn't supported yet)
- stop/start instance

TODO:
- ephemeral device/no device
- machine image

1197. By Thierry Carrez

Make EC2 update_instance() only update updatable_fields, rather than all
fields. Patch courtesy of Vladimir Popovski.

1196. By Kevin L. Mitchell

Fixes two minor bugs (lp795123 and lp795126) in the extension mechanism. The first bug is that each extension has _check_extension() called twice on it; this is a minor cosmetic problem, but the second is that extensions which flunk _check_extension() are still added. The proposed fix is to make _check_extensions() return True or False, then make _add_extension() call it from the top and return immediately if _check_extensions() returns False.

1195. By Lorin Hochstein

Fixes a bug where a misleading error message is outputted when there's a sqlalchemy-migrate version conflict.

1194. By Naveed Massjouni

Fix the volumes extension resource to have a proper prefix - /os-volumes

1193. By Matt Dietz

Fixes lp797017, which is broken as a result of a fragile method in the xenapi drivers that assumed there would only ever be one VBD attached to an instance.

1192. By Brian Waldon

Removes nova/image/local.py (LocalImageService)

1191. By Brian Lamar

Increased error message readability for the OpenStack API.

1190. By Kevin Bringard

Updated "get_all_across_zones" in nova/compute/api.py to have "context = context.elevated()", allowing it to be run by non-admin users

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