charm-barbican/src
David Ames 6b9de9190f Update stable charms to use stable CH in test reqs
In our test-requirements.txt we often pull in charm-helpers. As stable and
master branches of charm-helpers diverge this can lead to testing failures
on the stable branch charms.

Update tests-requirements.txt to point to the stable branch of charm-helpers.

Change-Id: I16389e71bc35b63e157f8280b76f794cd867bfbe
2019-05-06 16:12:26 -07:00
..
actions Refactor charm to work with declarative-changes 2016-09-29 14:23:30 +00:00
lib Ensure HA resources are configured 2019-03-15 09:58:02 -07:00
reactive Ensure HA resources are configured 2019-03-15 09:58:02 -07:00
templates/rocky Use transport_url for oslo.messaging configuration 2019-02-26 10:55:58 +01:00
tests Updates for stable branch creation 2019-04-17 14:00:28 -07: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
config.yaml Charm refresh 2018-10-22 07:34:59 +02:00
layer.yaml Add support for pluggable secrets backend 2018-10-22 07:36:39 +02:00
metadata.yaml Update series metadata 2019-04-05 07:45:07 +02:00
test-requirements.txt Update stable charms to use stable CH in test reqs 2019-05-06 16:12:26 -07:00
tox.ini py3: Switch to using Python 3 for rocky or later 2018-09-21 13:10:55 +00: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.