← Back to team overview

registry team mailing list archive

[Bug 660812] [NEW] Bad Unique Constraint on ImageMetadatum

 

Public bug reported:

Parallax currently is using a unique=True on the key column of the
ImageMetadatum. Since two image's may have the same key point to two
different values, this is incorrect.

Rather, we should use SQLAlchemy's UniqueConstraint('image_id', 'key')
to setup of the compound key constraint.

** Affects: glance
     Importance: High
     Assignee: Rick Harris (rconradharris)
         Status: New

-- 
Bad Unique Constraint on ImageMetadatum
https://bugs.launchpad.net/bugs/660812
You received this bug notification because you are a member of Registry
Administrators, which is subscribed to OpenStack.



Follow ups

References