nova/nova/virt/disk/mount
Miguel Herranz e3cd1d9baa 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 <miguel@midokura.com>
(cherry picked from commit d2ef1ce309)
(cherry picked from commit 8371073ac7)
2019-07-08 13:25:40 +00:00
..
__init__.py Remove vi modelines 2014-02-03 14:19:44 +00:00
api.py Fix type error on call to mount device 2019-07-08 13:25:40 +00:00
block.py Remove unused logging import and LOG global var 2015-12-25 18:01:12 +08:00
loop.py Move loopback setup and removal to privsep. 2017-10-24 18:50:33 +11:00
nbd.py Move flushing block devices to privsep. 2017-12-13 05:22:15 +11:00