Comment 6 for bug 1575054

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to fuel-octane (master)

Reviewed: https://review.openstack.org/321474
Committed: https://git.openstack.org/cgit/openstack/fuel-octane/commit/?id=258d16b0f3dd9ebb8c4466108709911192507b69
Submitter: Jenkins
Branch: master

commit 258d16b0f3dd9ebb8c4466108709911192507b69
Author: Oleg Gelbukh <email address hidden>
Date: Thu May 26 11:05:04 2016 +0000

    Move disk.py module to util module

    Current location for disk.py modules is inconsistent with the
    usage of utils for basic operations on disks, not only their
    metadata. Non-metadata operations must be implemented by util
    module.

    Change-Id: Ia53b831f4b4d5c31da8801a8561b4721fd35d511
    Related-bug: 1585938
    Related-bug: 1575054