nova/nova/db/sqlalchemy
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
..
api_migrations Add DB2 support 2015-07-08 16:45:37 -07:00
migrate_repo Adds instance_uuid index for instance_system_metadata 2015-09-03 15:24:24 +10: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
api_models.py Add Host Mapping table to API Database 2015-06-16 07:54:46 +00:00
migration.py Implement online schema migrations 2015-06-16 00:58:18 -04:00
models.py Add some explanation for the instance AZ field 2015-09-08 16:16:05 +02:00
types.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
utils.py Fix Python 3 issues in nova.db.sqlalchemy 2015-06-30 07:06:54 -07:00