~0x44/nova/bug838466

Viewing all changes in revision 453.3.1.

  • Committer: Eric Day
  • Date: 2010-12-09 21:59:50 UTC
  • mto: (453.5.1 volume-uuids)
  • mto: This revision was merged to the branch mainline in revision 518.
  • Revision ID: eday@oddments.org-20101209215950-1g9ekgzgabz5xfeu
Converted the instance table to use a uuid instead of a auto_increment ID and a random internal_id. I had to use a String(32) column with hex and not a String(16) with bytes because SQLAlchemy doesn't like non-unicode strings going in for String types. We could try another type, but I didn't want a primary_key on blob types.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: