ead77f9a7d
These updates, on the master branch, are to support testing the caracal packages and support of the charms for caracal. They do NOT lock the charms down, and don't change the testing branches to stable branches. Change-Id: I4f5df7cd306e69210b53e2c800de609337e8c84f |
||
---|---|---|
.. | ||
actions | ||
files | ||
lib | ||
reactive | ||
templates/rocky | ||
tests | ||
actions.yaml | ||
config.yaml | ||
HACKING.md | ||
layer.yaml | ||
metadata.yaml | ||
README.md | ||
test-requirements.txt | ||
tox.ini | ||
wheelhouse.txt |
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.