nova/nova/db
pkholkin b8fe7b13cf Optimize db.floating_ip_deallocate
'select for update' and 'update' operations
were combined into a single 'update' operation

problems with 'select for update' relate to
spec https://review.openstack.org/#/c/97310/1

now 'floating_ip_deallocate' function returns
number of updated rows in db

Partial-Bug: #1343613

Change-Id: I60f5a8f3e1541983dea1589783927107c00c5fa4
2014-08-06 13:56:50 +04:00
..
sqlalchemy Optimize db.floating_ip_deallocate 2014-08-06 13:56:50 +04:00
__init__.py Remove vi modelines 2014-02-03 14:19:44 +00:00
api.py Merge "add get_by_metadata_key to AggregateList object" 2014-07-22 23:09:11 +00:00
base.py Add super call to db Base class 2014-02-04 22:29:01 +00:00
migration.py Remove vi modelines 2014-02-03 14:19:44 +00:00