charm-nova-cloud-controller/unit_tests
Liam Young 314aff9e53 Fix type error when encoding certificate
The keystone_ca_cert_b64 function retrieved the CA cert from a file
before encoding it but it was passing a str to the b64encode which
requires a bytes-like object.

Change-Id: Iafaf5916b04746eb045fcd3dfe9676a80c88b464
2018-10-30 17:13:50 +00:00
..
__init__.py Switch the charm to support py3 2018-10-18 15:43:03 +01:00
test_actions.py Switch the charm to support py3 2018-10-18 15:43:03 +01:00
test_actions_openstack_upgrade.py Switch the charm to support py3 2018-10-18 15:43:03 +01:00
test_nova_cc_contexts.py Switch the charm to support py3 2018-10-18 15:43:03 +01:00
test_nova_cc_hooks.py Switch the charm to support py3 2018-10-18 15:43:03 +01:00
test_nova_cc_utils.py Fix type error when encoding certificate 2018-10-30 17:13:50 +00:00
test_utils.py Switch the charm to support py3 2018-10-18 15:43:03 +01:00