nova/nova/db
Ryan Rossiter 73a68abb28 Set vif and allocated when associating fixed ip
Follow on to changes I84fa2f0926f719bff33ac43b39e161a4eb412f44 and
I8cf5483982085da57ee470fa2753b0d0aebc12b3.

This change removes a race when associating fixed IPs and pools.
Originally, the fixed IPs were associated, and
"virtual_interface_id" was updated and saved to the DB at a later time.
This value is now sent into associate(_pool) and are tunneled down
to the DB on associate, so now the value is saved to the DB at
association.

Change-Id: Ic37d96deba3a5ef51594733cc16091173a9655a4
Closes-Bug: #1249065
2015-09-10 21:14:55 +00:00
..
sqlalchemy Set vif and allocated when associating fixed ip 2015-09-10 21:14:55 +00:00
__init__.py Remove vi modelines 2014-02-03 14:19:44 +00:00
api.py Set vif and allocated when associating fixed ip 2015-09-10 21:14:55 +00:00
base.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
migration.py Implement online schema migrations 2015-06-16 00:58:18 -04:00