Comment 11 for bug 1829506

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

Reviewed: https://review.opendev.org/669629
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=f77c628b4f08a625bebe8b8b3bb24a8e9784a226
Submitter: Zuul
Branch: stable/queens

commit f77c628b4f08a625bebe8b8b3bb24a8e9784a226
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)
    (cherry picked from commit 8371073ac7a3439ea5b6ce9091a91e77cf88020e)
    (cherry picked from commit e3cd1d9baa74181cbac1765291ad67654b35721d)