Comment 8 for bug 1588657

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

Reviewed: https://review.openstack.org/375565
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=50cff0ddf11dda7171ed9db776d24393928b590d
Submitter: Jenkins
Branch: stable/mitaka

commit 50cff0ddf11dda7171ed9db776d24393928b590d
Author: Ryo Miki <email address hidden>
Date: Wed Jun 8 19:29:22 2016 +0900

    Nova shelve creates duplicated images in cells

    Calling super method in cells_api.py causes duplicated method call in
    nova-api and nova-cell. I found the problem in shelve and unshelve,
    so fix about them. (Nova cell v1 may have similar problems)

    Change-Id: I8030b6ffc1710bca733e38a9a6fb0d7de5f24268
    Closes-bug: #1588657
    (cherry picked from commit 32be8108366bf47f0066deb53a5330379f6fd10c)