Merge "Fix for field type error"
This commit is contained in:
commit
7b5d4d03fc
@ -671,7 +671,7 @@ class Reservation(BASE, CinderBase):
|
|||||||
"QuotaUsage",
|
"QuotaUsage",
|
||||||
foreign_keys=usage_id,
|
foreign_keys=usage_id,
|
||||||
primaryjoin='and_(Reservation.usage_id == QuotaUsage.id,'
|
primaryjoin='and_(Reservation.usage_id == QuotaUsage.id,'
|
||||||
'QuotaUsage.deleted == 0)')
|
'QuotaUsage.deleted == False)')
|
||||||
quota = relationship(
|
quota = relationship(
|
||||||
"Quota",
|
"Quota",
|
||||||
foreign_keys=allocated_id,
|
foreign_keys=allocated_id,
|
||||||
|
Loading…
Reference in New Issue
Block a user