Comment 2 for bug 1431562

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

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

commit fe1fd8247450991b041c261ad3f8c7d0ae3b8d7a
Author: Matt Riedemann <email address hidden>
Date: Thu Mar 12 14:13:15 2015 -0700

    cells: don't pass context to instance.save in instance_update_from_api

    Commit 1cf0890fdd23dbf29d03659ad6e8569b3f6e003f creates a wedge whenever
    someone tries to pass a context to a remotable nova object method, like
    instance.save(). There was still an occurrence of this happening in
    cells so let's clean it up and make cells happy(ish) again.

    Closes-Bug: #1431562

    Change-Id: I58e626cb37fe4d34010f6b881f06f0d10f1e6e78