lp:~yamahata/nova/boot-from-volume-0

Created by Isaku Yamahata and last modified
Get this branch:
bzr branch lp:~yamahata/nova/boot-from-volume-0
Only Isaku Yamahata can upload to this branch. If you are Isaku Yamahata please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Isaku Yamahata
Project:
OpenStack Compute (nova)
Status:
Merged

Recent revisions

1035. By Isaku Yamahata

pep8: white space/blank lines

1034. By Isaku Yamahata

fix mismerge.

1033. By Isaku Yamahata

merge with nova trunk

1032. By Isaku Yamahata

_setup_block_device_mapping: raise ApiError when db inconsistency found

Instead of assert, log it and raise ApiError if db inconsistency in
block_device_mapping table is found.

1031. By Isaku Yamahata

db/block_device_mapping_get_all_by_instance: don't raise.

Make db.block_device_mapping_get_all_by_instance() not raise,
but returns empty list when no column found as all users catch notfound
exception and ignore it.
Thus ugly 'catch NotFound: pass' is eliminated.

1030. By Isaku Yamahata

pep8

1029. By Isaku Yamahata

typo

1028. By Isaku Yamahata

ec2utils: minor optimize _try_convert()

don't call lower() twice.

1027. By Isaku Yamahata

block_device_mapping: don't use [] as default argument

1026. By Isaku Yamahata

api/ec2: make the parameter parser an independent method

Following the review, make the parser of argument items
an independent method for readability.

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