openstack-charmers / charmed-openstack-tester

Deploys OpenStack clouds and runs tempest (or other tests) against them
Apache License 2.0
6 stars 14 forks source link

Save root CA in ~/.cache directory. #69

Closed freyes closed 2 years ago

freyes commented 2 years ago

When using the openstackclients snap the certificate can't be read from /tmp since the snap has no access outside the user's home directory, this patch changes the location from /tmp/root-ca.crt to ~/.cache/openstack-root-ca.crt