charm-barbican/src
David Ames f2ed3c1e84 Updates for 18.08 stable branch creation
Set default branch for git review/gerrit.

Switch amulet tests to stable.

Switch to using stable charm-helpers branch.

Change-Id: I8a7b9b3af387f50a6cde98387d62e464d10993cc
2018-09-05 13:38:09 -07:00
..
actions Refactor charm to work with declarative-changes 2016-09-29 14:23:30 +00:00
lib Change group from root to barbican on config files 2018-08-16 14:59:59 +08:00
reactive Refactor charm to work with declarative-changes 2016-09-29 14:23:30 +00:00
templates/mitaka Enable proxy header parsing 2018-06-28 14:06:04 +09:00
tests Updates for 18.08 stable branch creation 2018-09-05 13:38:09 -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 Keystone v2 and v3 manual and amulet/bundle testing 2016-08-09 16:49:09 +00:00
layer.yaml Ensure that venv is used 2017-11-16 14:32:51 +00:00
metadata.yaml Update series metadata 2018-07-11 14:02:38 -05:00
test-requirements.txt Update requirements for git charmhelpers 2017-10-03 04:33:43 +00:00
tox.ini Enable Bionic as a gate test 2018-05-16 23:18:19 +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.