Comment 1 for bug 1732413

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

Reviewed: https://review.openstack.org/520053
Committed: https://git.openstack.org/cgit/openstack/charm-cinder/commit/?id=d8d180aaaf22fcf355aa6fa62d5fb65de77255ae
Submitter: Zuul
Branch: master

commit d8d180aaaf22fcf355aa6fa62d5fb65de77255ae
Author: Liam Young <email address hidden>
Date: Wed Nov 15 11:39:07 2017 +0000

    Fix _parse_block_device to return (str, int)

    _parse_block_device was returning inconsistent types. This seems
    to have been working by accident under py2 but fails for py3.

    This change fixes _parse_block_device to always returns (str, int)

    Closes-Bug: #1732413
    Change-Id: If0bfb4030ab9acfdf599ef8e70fed14816df3e26