Comment 2 for bug 1648629

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

Reviewed: https://review.openstack.org/640875
Committed: https://git.openstack.org/cgit/openstack/os-brick/commit/?id=6b60614afaf88819ce92a2d0ed269035a3c8b261
Submitter: Zuul
Branch: master

commit 6b60614afaf88819ce92a2d0ed269035a3c8b261
Author: Erik Olof Gunnar Andersson <email address hidden>
Date: Mon Mar 4 13:21:18 2019 -0800

    Fix VxFlexOs KeyError after upgrade

    A long time ago the driver was changed to store volume_id in the
    nova database and use that. Previously it would use the volume_name
    and make a call to get the volume_id.

    Both should be supported, but as the code path currently
    throws a KeyError it will never reach the backwardscompatible
    code.

    This makes sure that the driver works even after an upgrade
    from Mitaka.

    Change-Id: Ic389e1a8f0f43ef410eee89202fef19d554fce90
    Closes-Bug: #1648629