diff options
author | Yaguang Tang <heut2008@gmail.com> | 2012-06-28 17:07:08 +0800 |
---|---|---|
committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2012-06-28 13:01:55 -0700 |
commit | 0dc32690fe158e4cb11c2c9bcc65acaf73b94a7a (patch) | |
tree | 26e210b370783165edaf86f5ab8b03ab12313947 /nova/exception.py | |
parent | 2264c1c0b6ccfe7dc3e4c7e448b4a5eac92758d4 (diff) | |
download | nova-0dc32690fe158e4cb11c2c9bcc65acaf73b94a7a.tar.gz nova-0dc32690fe158e4cb11c2c9bcc65acaf73b94a7a.tar.xz nova-0dc32690fe158e4cb11c2c9bcc65acaf73b94a7a.zip |
Implement blueprint ec2-id-compatibilty.
Instance ids are used by the ec2 layer to create ec2-ids. This
currently uses the id column in the instances table. This patch
creates a new mapping table for ec2-ids. This decouples the ec2
layer from needing direct access to the instances table so that
it can eventually be pulled out if necessary. It also matches the
way that the ec2 layer maps image, volume, and snaphsot ids.
Finally, it allows us to eventually remove the id column from
the instances table and only have one canonical id (uuid) to
refer to instances.
Change-Id: I02ad9fad37e6a04675543398f686351634bc1bb9
Diffstat (limited to 'nova/exception.py')
0 files changed, 0 insertions, 0 deletions