Eugene Nikanorov e43c5c1ea6 Fix port creation issue appeared with postgresql backend
IPAllocationPool has relation to IPAvailabilityRange which is setup to
load eagerly. Eager loading is implemented with left outer join which is
incompatible with with_lockmode('update') on postgresql.
The fix redefines eager loading with options(joinedload) making it use
inner join.

fixes bug 1215350

Change-Id: I148d37f2a1c2a340327d36c240eb8173aee9219a
2013-08-23 14:14:46 +04:00
..
2013-07-06 15:02:43 -04:00
2013-08-05 08:51:16 -07:00
2013-08-12 16:55:48 -07:00
2013-07-06 15:02:43 -04:00
2013-08-15 02:51:24 -07:00
2013-08-12 16:55:48 -07:00
2013-07-06 15:02:43 -04:00
2013-07-06 15:02:43 -04:00