nova/nova/tests/unit/virt/libvirt
Silvan Kaiser 7231f7dee1 Exec systemd-run without --user flag in Quobyte driver
Removes the --user flag from the systemd based mount command in the
Quobyte driver. This prevents mount failures due to:
- Older systemd releases not supporting the --user flag (e.g. CentOS)
- Systemd versions having a bug preventing running the --scope and
  --user flags together
- processutils context not allowing mount to run with this flag
(see bug referenced below for details)

Furthermore the systemd detection is fixed and
all mount and umount commands are moved to libvirt privsep.

Closes-Bug: #1756823

Change-Id: I53f3a062ce419d1142d7dd3103fab565bb105e05
2019-03-05 10:10:14 +01:00
..
storage Use uuidsentinel from oslo.utils 2018-09-05 09:08:54 -05:00
volume Exec systemd-run without --user flag in Quobyte driver 2019-03-05 10:10:14 +01:00
__init__.py
fake_imagebackend.py Pass disk_info dict to libvirt_info 2018-11-02 13:54:13 +00:00
fake_libvirt_utils.py Add method to get cpu traits 2018-07-24 12:37:46 +00:00
fake_os_brick_connector.py Switch to using os-brick 2015-07-27 10:47:22 -07:00
fakelibvirt.py Fix test bug when host doesn't have /etc/machine-id 2018-10-23 15:19:30 +01:00
test_blockinfo.py libvirt: fix disk_bus handling for root disk 2018-09-21 17:46:13 +01:00
test_compat.py Workaround for race condition in libvirt 2015-03-14 20:17:41 -03:00
test_config.py Use uuidsentinel from oslo.utils 2018-09-05 09:08:54 -05:00
test_designer.py add mtu to libvirt xml for ethernet and bridge types 2018-06-06 09:39:40 -04:00
test_driver.py Merge "Remove utils.execute() from libvirt remotefs calls." 2018-12-08 15:21:35 +00:00
test_fakelibvirt.py conf: Deprecate 'keymap' options 2018-03-07 10:18:23 +00:00
test_firewall.py Use uuidsentinel from oslo.utils 2018-09-05 09:08:54 -05:00
test_guest.py Use SleepFixture instead of mocking _ThreadingEvent.wait 2018-11-08 16:50:39 -05:00
test_host.py Use uuidsentinel from oslo.utils 2018-09-05 09:08:54 -05:00
test_imagebackend.py Add I/O Semaphore to limit concurrent disk ops 2018-11-21 15:57:11 -05:00
test_imagecache.py Use uuidsentinel from oslo.utils 2018-09-05 09:08:54 -05:00
test_migration.py libvirt: Avoid setting MTU during live migration if unset 2018-10-29 21:20:15 +01:00
test_utils.py Move nova.libvirt.utils away from using nova.utils.execute(). 2018-12-11 09:00:04 +11:00
test_vif.py Merge "libvirt: Drop MIN_LIBVIRT_VHOSTUSER_MQ" 2018-09-20 08:26:21 +00:00