Alex Kavanagh ccab05d1af [2023.1] Ensure get_requests_for_local_unit doesn't fail on incomplete relation
This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation.  Fix in charmhelpers is in [1].

[1] https://github.com/juju/charm-helpers/pull/825
Closes-Bug: #2028683

Change-Id: Ie16c0a33f84a78ddf6441135e77d98fef025c3b9
2023-08-17 10:26:08 +00:00
..
2021-02-05 15:39:52 -08:00
2022-06-22 16:46:14 +00:00
2023-03-08 15:45:24 +00:00
2021-02-05 15:39:52 -08:00
2023-03-08 15:45:24 +00:00
2023-01-17 14:57:23 +00: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.