lp:~rackspace-titan/nova/lp803615

Created by William Wolf and last modified
Get this branch:
bzr branch lp:~rackspace-titan/nova/lp803615
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

1235. By William Wolf

merge from trunk

1234. By William Wolf

fixed another issue with invalid flavor_id parsing, and added tests

1233. By William Wolf

pep8 issue

1232. By William Wolf

merge with trunk

1231. By William Wolf

fixes lp:803615

1230. By William Wolf

added FlavorRef exception handling on create instance

1229. By Mark Washenberger

Fixes Bug #803563 by changing how nova passes options in to glance. Before, if limit or marker were not set, we would pass limit=0 and marker=0 in to glance. However, marker is supposed to be an image id. With this change, if limit or marker are not set, they are simply not passed into glance. Glance is free then to choose the default behavior.

1228. By Chris Behrens

Sets 'exclusive=True' on Fanout amqp queues. We create the queues with uuids, so the consumer should have exclusive access and they should get removed when done (service stop). exclusive implies auto_delete. Fixes lp:803165

1227. By Thierry Carrez

"nova-manage vm list" was still referencing the old "image_id" column, which was renamed to "image_ref" at revision 1144.

Additionally, the command was printing out an raw object reference instead of an instance type name, and columns were misaligned.

While I was at it, I also fixed a pylint-reported potential "undefined name" error due to use of an uninitialized "e" in an exception block.

1226. By Josh Kearney

Implement backup with rotation and expose this functionality in the OS API.

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