charm-aodh/src
Liam Young 29d1571183 Enable proxy header parsing
Ensure that oslo.middleware parses any proxy information
forwarded from haproxy/apache with regards to protocol;
this ensures that https connections are correctly detected.

Change-Id: I704275a54961dc5d711f045684e8b9d5d24da206
Depends-On: https://review.openstack.org/578645
Closes-Bug: 1758675
2018-06-28 13:51:19 +09:00
..
lib/charm Enable dnsha 2017-12-19 15:19:44 +00:00
reactive Ensure SSL gets setup 2017-08-21 14:13:58 -07:00
templates Enable proxy header parsing 2018-06-28 13:51:19 +09:00
tests Update tests to use Juju storage 2018-06-04 17:30:29 +02:00
HACKING.md Misc fixes 2016-07-01 14:53:45 +01:00
README.md Update and replace http with https for doc links 2017-08-18 20:59:56 -07:00
copyright Re-baseline aodh charm based on new charm layer work 2016-06-20 15:36:08 +01:00
icon.svg Update charm icon 2017-08-02 17:19:16 +01:00
layer.yaml Remove the unused 'verbose' config option 2017-03-03 14:42:43 +00:00
metadata.yaml Add Bionic and remove Zesty series and tests 2017-12-05 05:26:30 +00:00
test-requirements.txt Update requirements for git charmhelpers 2017-10-03 04:34:06 +00:00
tox.ini Enable Bionic as a gate test 2018-05-11 14:37:18 -07:00

README.md

Overview

This charm provides the Aodh Alarming service for an OpenStack Cloud.

Usage

Aodh relies on services from the mongodb, rabbitmq-server and keystone charms:

juju deploy aodh
juju deploy keystone
juju deploy mysql
juju deploy rabbitmq-server
juju add-relation aodh rabbitmq-server
juju add-relation aodh mysql
juju add-relation aodh keystone

Bugs

Please report bugs on Launchpad.

For general questions please refer to the OpenStack Charm Guide.