nova/nova/tests
Balazs Gibizer c4fadfd4d2 use already loaded BDM in instance.<action>
In I18e7483ec9a484a660e1d306fdc0986e1d5f952b BDM was added to the instance
notifications. In general to add BDM to the payload an exta DB query is
needed. However in some places the BDM is already separately before the
notify_about_instance_action is called to send the notification. In this cases
loading the BDM again is unnecessary as the already loaded BDM can be reused.

This patch makes sure that notify_about_instance_action is called with the
already loaded BDM. There will be subsequent patches to do the same with
other notify calls.

Change-Id: I391554d3904a5a60b921ef4714a1cfd0a64a25c2
Related-Bug: #1718226
2017-10-09 17:50:12 +02:00
..
functional Merge "Add error notification for instance.interface_attach" 2017-10-06 17:09:42 +00:00
live_migration/hooks Revert "Enable test_iscsi_volume in live migration job" 2017-09-14 17:30:18 +00:00
unit use already loaded BDM in instance.<action> 2017-10-09 17:50:12 +02:00
__init__.py
fixtures.py Merge "Add instance.interface_attach notification" 2017-10-05 11:29:53 +00:00
uuidsentinel.py Remove redundant str typecasting 2016-09-23 12:53:34 +05:30