Comment 13 for bug 1613105

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

Reviewed: https://review.openstack.org/455140
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=4d956d06f8c2bd3971cd46fb7ccdab33aaa5709c
Submitter: Jenkins
Branch: master

commit 4d956d06f8c2bd3971cd46fb7ccdab33aaa5709c
Author: Takashi NATSUME <email address hidden>
Date: Mon Apr 10 16:07:04 2017 +0900

    Fix cinder volume leakage

    A cinder volume remains after
    the 'test_boot_server_with_legacy_bdm_volume_id_only'
    functional test.
    It is resource leakage. So fix it.

    Change-Id: I3cacbac6468b5fad1c9666892fc57906af24b169
    Partial-Bug: #1613105