nova/nova/tests
Mohammed Naser 730936e535 Use unique consumer_id when doing online data migration
If there are multiple consumers having allocations to the same
resource provider, with different classes, it will attempt
multiple INSERTs with the same consumer_id which is not allowed
because of the database constraints.

This patch adds a simple GROUP BY in order to ensure that the
database server only provides us with unique values to avoid
trying to INSERT duplicate values.

Change-Id: I1acba5e65cd562472f29e354c6077f82844fa87d
Closes-Bug: #1798163
2018-10-16 15:30:38 -04:00
..
functional Use unique consumer_id when doing online data migration 2018-10-16 15:30:38 -04:00
live_migration/hooks Stop setting glance_api_version in cinder.conf in nova-live-migration 2018-07-03 09:55:26 -04:00
unit Merge "Add microversion 2.67 to rest api version history" 2018-10-15 17:42:30 +00:00
__init__.py
fixtures.py Merge "Add microversion 2.67 to support volume_type" 2018-10-13 18:46:09 +00:00
json_ref.py Transform instance.exists notification 2018-06-05 12:51:30 +00:00