Comment 15 for bug 1226944

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to horizon (stable/juno)

Reviewed: https://review.openstack.org/135517
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=a2edb3d7100d903ae4846dbd0e197ad972dc458c
Submitter: Jenkins
Branch: stable/juno

commit a2edb3d7100d903ae4846dbd0e197ad972dc458c
Author: Heiko Krämer <email address hidden>
Date: Tue Oct 28 16:05:31 2014 +0100

    Fix Instance Details error when using Cinder V2

    If you're using cinder V2 API you will get an error for instance details view.
    The function 'instance_volumes_list' is called by the detail view of an instance
    and try to get from 'display_name'. Since Cinder v2 it's changed to 'name'.

    Change-Id: I20de0b8e6c263fc306e1475ddd40b4156e828bf1
    Closes-Bug: #1386727
    Related-Bug: #1226944
    Co-Authored-By: Julie Pichon <email address hidden>
    (cherry picked from commit 9e5a4babf82258641a082d03673cb5ca329c65d1)