cloudbase-init/cloudbaseinit/tests/plugins/common
Adrian Vladu ea5e8da627 crypto: replaced openssl with cryptography module
Use cryptography instead of the flaky openssl libraries loading.
If the libssl DLLs were not present or were present in another order
then the required one, there could be errors when securing the password
before sending it to the metadata service.

Fixes: https://github.com/cloudbase/cloudbase-init/issues/34

Change-Id: I1a2245e199f65f4665071ada9576dcae77a3a432
2022-12-12 14:22:56 +02:00
..
userdataplugins Fix Py27 cloud-config ordering 2020-02-06 12:49:40 +02:00
__init__.py Rewrite exec utilies to be generic 2014-12-11 02:59:25 +02:00
test_createuser.py Add configurable option for the user password length 2017-07-05 17:18:43 +03:00
test_ephemeraldisk.py Add ephemeral disk plugin 2017-04-27 18:00:03 +03:00
test_execcmd.py Take care of return codes when executing scripts 2015-06-27 16:19:38 +03:00
test_fileexecutils.py Improve MIME multipart userdata handling 2017-03-13 15:57:46 +02:00
test_localscripts.py Fixes unit tests to work with latest version of oslo.config 2017-04-27 12:52:33 +00:00
test_mtu.py Use the interface name when setting the MTU 2018-09-05 20:42:10 +03:00
test_networkconfig.py Handle Name and MAC field when parse config with IPV6 2019-03-11 23:01:31 +08:00
test_ntpclient.py Include the NIC names in get_dhcp_hosts_in_use 2018-09-05 20:42:10 +03:00
test_sethostname.py Added userdata plugin for setting the hostname 2015-08-14 16:53:46 +03:00
test_setuserpassword.py crypto: replaced openssl with cryptography module 2022-12-12 14:22:56 +02:00
test_sshpublickeys.py Use metadata service username for sshpublicckeys 2019-12-13 18:21:38 +02:00
test_trim.py Enables or disables TRIM delete notifications. 2017-02-23 02:29:28 +02:00
test_userdata.py Add support for jinja as userdata template engine 2020-01-21 14:36:16 +02:00
test_userdatautils.py Improve MIME multipart userdata handling 2017-03-13 15:57:46 +02:00