Temporary performance degradation

We are currently experiencing service degradation and working on resolving this. Thank you for your patience and understanding.

Platform:

Ubuntu
24.04 22.04
Channel Revision Published Runs on
latest/stable 59 20 Oct 2025
Ubuntu 22.04
latest/candidate 59 20 Oct 2025
Ubuntu 22.04
latest/edge 71 08 May 2026
Ubuntu 24.04 Ubuntu 22.04
latest/edge 70 08 May 2026
Ubuntu 24.04 Ubuntu 22.04
juju deploy openstack-exporter

Custom SSL CA

Some OpenStack deployments may use a custom SSL CA file. If so, this must be provided to the charm via the ssl_ca config option, for example (if vault is supplying the CA for the deployment):

juju exec -u vault/leader 'leader-get root-ca' > ca.crt
juju config openstack-exporter ssl_ca="$(cat ca.crt)"

This config value may be changed by the user at any time. The openstack-exporter service will be restarted to pick up the changed SSL CA.