charm-barbican/src
Frode Nordahl 1be0e5bce4
Rebuild for sync layer-openstack
Also explicitly set ``include_system_packages`` to False.

While that setting is now the a default we consume from
``layer-basic`` it is more clear for the causual reader
of the charm source code.

Remove redundant entries from ``wheelhouse.txt``.

Change-Id: Ibc2d91afd0e49eb9120eacbb1d6260a159c5f2db
2019-08-22 09:00:19 +02: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 Update functional test definitions 2019-07-17 15:27:13 +02: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 Rebuild for sync layer-openstack 2019-08-22 09:00:19 +02:00
metadata.yaml Update series metadata 2019-08-19 11:44:56 -04:00
test-requirements.txt Replace ostestr with stestr in testing framework. 2019-03-07 17:00:58 -05:00
tox.ini Update functional test definitions 2019-07-17 15:27:13 +02: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.