charm-panko/src
Aurelien Lourot 291e0b9c72 NOT MAINTAINED ANYMORE
Also synced release-tools to fix the gate, including
https://github.com/openstack-charmers/release-tools/pull/168

Change-Id: I5dade59d668435c4e9078539a92f551a64241afe
2021-10-28 10:21:18 +02:00
..
lib/charm/openstack install pymysql 2017-08-02 01:15:48 +03:00
reactive add initial code for panko charm 2017-07-31 22:01:40 +03:00
templates Configure WSGI worker processes dynamically 2018-02-11 00:38:02 +03:00
tests Configure WSGI worker processes dynamically 2018-02-11 00:38:02 +03:00
README.md NOT MAINTAINED ANYMORE 2021-10-28 10:21:18 +02:00
copyright add initial code for panko charm 2017-07-31 22:01:40 +03:00
icon.svg add initial code for panko charm 2017-07-31 22:01:40 +03:00
layer.yaml Update tox, reqs, stestr, zuul definitions 2019-08-16 16:54:05 -05:00
metadata.yaml add bionic series 2018-01-11 11:41:55 +03:00
test-requirements.txt NOT MAINTAINED ANYMORE 2021-10-28 10:21:18 +02:00
tox.ini NOT MAINTAINED ANYMORE 2021-10-28 10:21:18 +02:00
wheelhouse.txt Update tox, reqs, stestr, zuul definitions 2019-08-16 16:54:05 -05:00

README.md

Overview

WARNING: DO NOT USE OR CONTRIBUTE. This charm is not maintained anymore because the upstream project isn't either.

This charm provides the Panko event storage and API service for an OpenStack Cloud.

Usage

Panko relies on services provided by keystone and a sqlalchemy-compatible database:

juju deploy panko
juju deploy keystone
juju deploy percona-cluster
juju add-relation panko percona-cluster
juju add-relation panko keystone

Bugs

Please report bugs on Launchpad.

For general questions please refer to the OpenStack Charm Guide.