Comment 4 for bug 1290975

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

Reviewed: https://review.openstack.org/80012
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=dd3f7cddd380205c26e5e2b9e2002d773eab9047
Submitter: Jenkins
Branch: master

commit dd3f7cddd380205c26e5e2b9e2002d773eab9047
Author: Andrew Laski <email address hidden>
Date: Wed Mar 12 13:24:25 2014 -0400

    Cells: Pass instance objects to update/delete_instance_metadata

    When nova-cells processes a 'run_compute_api_method' message it pulls
    the instance from the local db and calls the appropriate compute api
    method with a sqlalchemy model. Since the update_instance_metadata and
    delete_instance_metadata methods in the compute api require objects
    these methods are added to the list of methods that will receive an
    object.

    Change-Id: Iaa5ba6878f0162e2fab8dd3e4b87ea8dd3d527f6
    Closes-bug: #1290975