lp:~gundlach/nova/lp659330

Created by Michael Gundlach and last modified
Get this branch:
bzr branch lp:~gundlach/nova/lp659330
Only Michael Gundlach can upload to this branch. If you are Michael Gundlach please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Michael Gundlach
Project:
OpenStack Compute (nova)
Status:
Merged

Recent revisions

345. By Michael Gundlach

Revert 64 bit storage and use 32 bit again. I didn't notice that we verify that randomly created uids don't already exist in the DB, so the chance of collision isn't really an issue until we get to tens of thousands of machines. Even then we should only expect a few retries before finding a free ID.

344. By Michael Gundlach

32 bit internal_ids become 64 bit. Since there is no 64 bit native type in SqlAlchemy, we use PickleType which uses the Binary SqlAlchemy type under the hood.

343. By Michael Gundlach

Now that the ec2 id is not the same as the name of the instance, don't compare internal_id [nee ec2_id] to instance names provided by the virtualization driver. Compare names directly instead.

342. By Michael Gundlach

Fix bug 659330

341. By Ewan Mellor <emellor@silver>

Catch exception.NotFound when getting project VPN data.

340. By Soren Hansen

Improve the virt unit tests.

339. By Michael Gundlach

Rename ec2_id_list back to instance_id to conform to EC2 argument spec

338. By Michael Gundlach

Fix bug 657001 (rename all Rackspace references to OpenStack references)

337. By Soren Hansen

Extracts the kernel and ramdisk id from manifests and puts in into images' metadata.

336. By Soren Hansen

Fix EC2 GetConsoleOutput method and add unit tests for it.

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