lp:~gundlach/nova/servers_api

Created by Michael Gundlach and last modified
Get this branch:
bzr branch lp:~gundlach/nova/servers_api
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

317. By Michael Gundlach

Fix clause comparing id to internal_id

316. By Michael Gundlach

Merge from trunk

315. By Michael Gundlach

Merge from trunk

314. By Michael Gundlach

Fix broken unit tests

313. By Michael Gundlach

Revert r312

312. By Michael Gundlach

First attempt at a uuid generator -- but we've lost a 'topic' input so i don't know what that did.

311. By Michael Gundlach

Find other places in the code that used ec2_id or get_instance_by_ec2_id and use internal_id as appropriate

310. By Michael Gundlach

Convert EC2 cloud.py from assuming that EC2 IDs are stored directly in the database, to assuming that EC2 IDs should be converted to internal IDs.

The conversion between the internal ID and the EC2 ID is imperfect -- right now it turns internal IDs like 408 into EC2 IDs like i-408, and vice versa. Instead, EC2 IDs are supposed to be i-[base 36 of the integer].

309. By Michael Gundlach

Replace database instance 'ec2_id' with 'internal_id' throughout the nova.db package.
internal_id is now an integer -- we need to figure out how to make this a bigint or something.

308. By Matt Dietz

Grabbed the wrong copyright info

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