charm-aodh/src
Corey Bryant 0367da08cf Revert back to using "rabbit_use_ssl" for ocata
Ensure "rabbit_use_ssl" is specified in the [oslo_messaging_rabbit]
config section instead of "ssl" for Ocata, since "ssl" was not yet
introduced.

This is fixed by using section-oslo-messaging-rabbit for pike and
above rather than ocata and above, thus reverting back to using
section-rabbitmq-oslo for ocata.

Change-Id: I81ce8f745542625897f353f0b2560a695e74a3ea
Closes-Bug: #1838696
2019-08-05 09:57:39 -04:00
..
lib/charm Add package version for stein 2019-02-08 21:42:06 +00:00
reactive Deal with py2-py3 payload switch during upgrade-charm 2018-11-15 11:09:55 +00:00
templates Revert back to using "rabbit_use_ssl" for ocata 2019-08-05 09:57:39 -04:00
tests Update functional test definitions 2019-07-17 15:49:20 +00:00
copyright Re-baseline aodh charm based on new charm layer work 2016-06-20 15:36:08 +01:00
HACKING.md Misc fixes 2016-07-01 14:53:45 +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 Update series metadata 2019-04-05 07:44:35 +02:00
README.md Update and replace http with https for doc links 2017-08-18 20:59:56 -07:00
test-requirements.txt Replace ostestr with stestr in testing framework. 2019-03-07 16:32:12 -05:00
tox.ini Update functional test definitions 2019-07-17 15:49:20 +00:00

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.