Comment 4 for bug 1343689

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

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

commit 97f81734c030f7f704369b37e1fe122c7040b9a6
Author: Matt Riedemann <email address hidden>
Date: Sat Jul 19 10:04:12 2014 -0700

    Revert "Add missing image to instance booted from volume"

    This reverts commit c3191cf0ba5ad3dc2df8da2a2bf5c9d270fde9d9.

    The change needs to be thought out some more, i.e. why isn't
    compute_api.get_all just loading up the image_ref value on the instance
    object rather than calling a helper method from the servers extension to
    the instance object which just calls back to compute_api, seems very
    roundabout, plus isn't it a v3 API issue also?

    Conflicts:
     nova/api/openstack/compute/servers.py

    Due to: 826aed0 Use oslo.i18n

    Change-Id: I6abbfdfa786c3d98065c969e7f9d7d5830caf7e8
    Closes-Bug: #1343689