Comment 6 for bug 1406486

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

Reviewed: https://review.openstack.org/164713
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=6cc2dc834663ba7792f1b8c0945b81dc248b4783
Submitter: Jenkins
Branch: stable/juno

commit 6cc2dc834663ba7792f1b8c0945b81dc248b4783
Author: Moshe Levi <email address hidden>
Date: Sun Jan 18 11:40:30 2015 +0200

    Fix detach_sriov_ports to get context to be able to get image metadata

    The previous implementation took the context using
    get_admin_context() which return context with admin flag set,
    but all the other attributes are None.
    This is not sufficient to get image metadata,
    it is need context with elevated permission.
    The change here is to update API to pass the context to suspend so
    it will be able to pass it to detach_sriov_ports.
    Also update the snapshot method to pass context to detach_sriov_ports

    (cherry picked from commit 6f002d26f28998c99d9922fdd49b0805c44ff22f)

    Closes-Bug:#1406486
    Change-Id: I4757a7646d7bee66db03c5d2410de7378c039d41