Comment 6 for bug 1829506

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

Reviewed: https://review.opendev.org/667921
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=8371073ac7a3439ea5b6ce9091a91e77cf88020e
Submitter: Zuul
Branch: stable/stein

commit 8371073ac7a3439ea5b6ce9091a91e77cf88020e
Author: Miguel Herranz <email address hidden>
Date: Fri May 17 12:53:10 2019 +0200

    Fix type error on call to mount device

    The call in nova.virt.disk.mount.api.Mount.mnt_dev() to
    nova.privsep.fs.mount() should include the `options` argument to
    fulfill with the method signature.

    The test test_do_mount_need_to_specify_fs_type has been modified to
    check that the caller use the correct signature.

    Closes-Bug: 1829506

    Change-Id: Id14993db6ea33b2da14caa4b58671fc57c182706
    Signed-off-by: Miguel Herranz <email address hidden>
    (cherry picked from commit d2ef1ce309c28a5416af4cc00662ad6925574004)