charm-barbican/src
Alex Kavanagh ce88ce0f09 [victoria] 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/830
Closes-Bug: #2028683

Change-Id: I66fb9f7f2cbb86087554f352ebce1ea4f29c5e8a
2023-09-12 18:54:24 +01:00
..
actions Refactor charm to work with declarative-changes 2016-09-29 14:23:30 +00:00
files Sync charm/ceph helpers, tox, and requirements 2019-09-30 22:41:22 -05:00
lib Run db sync manually by leader only 2021-02-05 15:39:52 -08:00
reactive Ensure upgrades are executed 2022-10-05 14:23:57 +00:00
templates/rocky Add use-public-endpoint config option 2022-07-01 19:41:29 +00:00
tests Update the bundles to use the stable track, edge risk for victoria 2022-06-17 15:34:08 +01:00
HACKING.md Keystone v2 and v3 manual and amulet/bundle testing 2016-08-09 16:49:09 +00:00
README.md Keystone v2 and v3 manual and amulet/bundle testing 2016-08-09 16:49:09 +00:00
actions.yaml Add barbican-hsm-plugin interface support 2016-07-12 12:35:51 +00:00
build.lock [victoria] Ensure get_requests_for_local_unit doesn't fail on incomplete relation 2023-09-12 18:54:24 +01:00
config.yaml Add use-public-endpoint config option 2022-07-01 19:41:29 +00:00
layer.yaml Run db sync manually by leader only 2021-02-05 15:39:52 -08:00
metadata.yaml Migrate charm charmhub for stable/victoria 2022-05-19 14:05:46 +01:00
test-requirements.txt Migrate charm charmhub for stable/victoria 2022-05-19 14:05:46 +01:00
tox.ini Add xena bundles 2021-09-21 13:58:47 +01:00
wheelhouse.txt Migrate charm charmhub for stable/victoria 2022-05-19 14:05:46 +01:00

README.md

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.