Files
Munir Siddiqui 182fb9e2bf Update tox.ini and re-generate requirements
tox.ini needs to have env for specific Python versions as this
is needed by the CI Zuul jobs, e.g., py310, py312 etc. Since we
are using the same CI cleanup procedure as with other charms,
this may also modify requirements files, so we re-generate
them to be sure they are in sync.

Change-Id: Ic9ce79a02488fc40127acb8db9c2f7774fccfcee
Signed-off-by: Munir Siddiqui <munir.siddiqui@canonical.com>
2026-06-04 21:51:19 +05:00
..
2022-06-22 16:46:14 +00:00
2026-05-29 11:03:16 +01:00
2021-02-05 15:39:52 -08:00
2026-05-29 11:03:16 +01:00

Overview

This charm provides the Barbican secret service for an OpenStack Cloud.

Usage

Barbican relies on services from the mysql/percona, rabbitmq-server and keystone charms:

juju deploy barbican
juju deploy keystone
juju deploy mysql
juju deploy rabbitmq-server
juju add-relation barbican rabbitmq-server
juju add-relation barbican mysql
juju add-relation barbican keystone

Optionally, but advisedly, Barbican should be deployed with an HSM subordinate charm.

Bugs

Please report bugs on Launchpad.

For general questions please refer to the OpenStack Charm Guide.