The library actually fetches some environment variables to connect against Openstack API.
However, we cannot use a custom certificate (using OS_CACERT) the same way that the python-based openstack-cli does.
Using these variable makes things easier when running some go-based softwares (such as rclone) in containers.
The library actually fetches some environment variables to connect against Openstack API.
However, we cannot use a custom certificate (using
OS_CACERT) the same way that the python-basedopenstack-clidoes.Using these variable makes things easier when running some go-based softwares (such as rclone) in containers.