ServerExternalEventsController doesn't properly pre-load migration_context
Bug #1645479 reported by
Matt Riedemann
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Low
|
Matt Riedemann | ||
Newton |
Fix Committed
|
Low
|
Matt Riedemann |
Bug Description
This code is passing a string for expected_attrs when getting all instances:
That's used to join the migration_context from the DB, but it's not doing that as expected_attr should be a list:
So we aren't getting the optimization in the API.
That was added in https:/
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/403917
Review: https:/