charm-barbican/src
Ryan Beisner fdbec9a53e Update requirements for git charmhelpers
Change-Id: I8091703a37d0d1b08a17981398753d61d13dae60
2017-10-04 16:25:44 +00:00
..
actions Refactor charm to work with declarative-changes 2016-09-29 14:23:30 +00:00
lib Add version map support 2017-05-26 09:18:05 +01:00
reactive Refactor charm to work with declarative-changes 2016-09-29 14:23:30 +00:00
templates/mitaka Keystone v2 and v3 manual and amulet/bundle testing 2016-08-09 16:49:09 +00:00
tests Updates for stable branch creation 2017-09-12 11:26:15 -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 Add .gitreview and clean up repo 2016-08-03 18:54:57 +00:00
metadata.yaml Remove deprecated series metadata and tests 2017-08-23 09:50:48 -05:00
test-requirements.txt Update requirements for git charmhelpers 2017-10-04 16:25:44 +00:00
tox.ini Enable Zesty-Ocata Amulet Tests 2017-04-27 11:00:00 -07: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.