Merge "Fix SQL Error with fixed ips under devstack/postgresql"
This commit is contained in:
commit
b919a33008
@ -724,7 +724,7 @@ class FixedIp(BASE, NovaBase):
|
||||
foreign_keys=network_id,
|
||||
primaryjoin='and_('
|
||||
'FixedIp.network_id == Network.id,'
|
||||
'FixedIp.deleted == False)')
|
||||
'FixedIp.deleted == 0)')
|
||||
|
||||
|
||||
class FloatingIp(BASE, NovaBase):
|
||||
|
Loading…
Reference in New Issue
Block a user