nova/nova/tests/unit/virt/libvirt
Lee Yarwood 9c23cdc247 encryptors: Switch to os-brick encryptor classes
This change drops the encryptor classes and supporting code from the
codebase in favor of the classes provided by os-brick. This is made
possible by the following os-brick change that introduced new encryption
provider constants during Ocata :

Ic155bd29d46059832cce970bf60375e7e472eca6

Thanks to the following bugfix also released as part of 1.11.0 for Ocata
the constants present in os-brick also support the use of the deprecated
legacy class paths from Nova, for example
nova.volume.encryptors.luks.LuksEncryptor, while using the os-brick
provided classes :

I3ec6e3fe919bc03d158da04a18fb8b651002ed52

Implements: blueprint switch-to-os-brick-encryptor-classes
Change-Id: I37ffc90c0bd57029fced251b5cfd7cd4318a0292
Depends-On: Iae12605dc7d0607e78020a24b5b8801606c2f169
2017-04-25 13:51:41 +00:00
..
storage Remove unnecessary tearDown function in testcase 2017-04-01 11:08:47 +08:00
volume Revert "libvirt: Pass instance to connect_volume and ..." 2017-03-23 23:33:45 +00:00
__init__.py
fake_imagebackend.py [3/3]Replace six.iteritems() with .items() 2017-02-09 23:09:38 +08:00
fake_libvirt_utils.py libvirt: ephemeral disk support for virtuozzo containers 2017-01-26 14:19:08 +03:00
fake_os_brick_connector.py Switch to using os-brick 2015-07-27 10:47:22 -07:00
fakelibvirt.py Bump minimum required libvirt/qemu versions for Pike 2017-02-11 20:30:25 -05:00
test_blockinfo.py Merge "Fix root_device_name for Xen" 2017-01-31 18:56:46 +00:00
test_compat.py Workaround for race condition in libvirt 2015-03-14 20:17:41 -03:00
test_config.py Read NIC features in libvirt 2017-04-11 14:38:19 +00:00
test_designer.py libvirt: conditionally set script path for ethernet vif types 2017-03-21 14:12:39 -04:00
test_driver.py encryptors: Switch to os-brick encryptor classes 2017-04-25 13:51:41 +00:00
test_fakelibvirt.py Enable global hacking checks and removed local checks 2017-02-10 15:09:37 +01:00
test_firewall.py libvirt: Ignore 'use_ipv6' for port filters 2017-03-20 16:52:14 +00:00
test_guest.py libvirt: Introduce Guest.get_config method 2017-02-08 16:51:56 +03:00
test_host.py Merge "Avoid multiple initializations of Host class" 2017-02-25 14:54:01 +00:00
test_imagebackend.py Remove mox from unit/virt/libvirt/test_imagebackend.py (end) 2017-02-03 15:34:24 +07:00
test_imagecache.py conf: Remove config option compute_ manager 2016-12-08 20:05:52 +08:00
test_migration.py Change exponential function to linear 2017-01-26 15:24:20 +00:00
test_utils.py Use flake8-import-order 2017-03-06 06:50:23 -08:00
test_vif.py Merge "libvirt: Ignore 'allow_same_net_traffic' for port filters" 2017-04-05 20:27:49 +00:00