Comment 8 for bug 1224014

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/46735
Committed: http://github.com/openstack/nova/commit/e80121a2c5ccac42f857b0628ea6f340eda1ca3a
Submitter: Jenkins
Branch: master

commit e80121a2c5ccac42f857b0628ea6f340eda1ca3a
Author: Hans Lindgren <email address hidden>
Date: Fri Sep 27 13:11:21 2013 +0200

    Make LiveMigrateTask use build_request_spec()

    Some filters like TrustedFilter makes use of extra_specs. Currently,
    when live-migration uses the scheduler to select a host, it constructs
    a request_spec that has no extra_specs in it.

    By making use of the existing helper method build_request_spec(), the
    request to the scheduler will include extra_specs.

    Change-Id: I5bc6c6418653c256a42da7b0a343086ec9863da1
    Closes-Bug: #1224014