charm-aodh/src
James Page 0ff10f440a Fix network space support for database relation
Drop provision of hostname for database configuration;
the latest interface versions correctly use Juju 2.0
network space bindings for the relation, or fallback
to using the units private-address on older Juju
version.

Change-Id: I378eef2a7c4acf4225ba73e4c7261bc057f42a24
2017-01-26 10:20:42 +00:00
..
lib/charm Run aodh-api under mod_wsgi with apache2 2017-01-11 18:19:11 +00:00
reactive Fix network space support for database relation 2017-01-26 10:20:42 +00:00
templates Run aodh-api under mod_wsgi with apache2 2017-01-11 18:19:11 +00:00
tests Run aodh-api under mod_wsgi with apache2 2017-01-11 18:19:11 +00:00
HACKING.md Misc fixes 2016-07-01 14:53:45 +01:00
README.md Update reference to charm-guide 2016-07-15 16:03:27 +01:00
copyright Re-baseline aodh charm based on new charm layer work 2016-06-20 15:36:08 +01:00
icon.svg Add charm icon 2016-06-20 15:42:13 +01:00
layer.yaml Run aodh-api under mod_wsgi with apache2 2017-01-11 18:19:11 +00:00
metadata.yaml Run aodh-api under mod_wsgi with apache2 2017-01-11 18:19:11 +00:00
test-requirements.txt Update reference to charm-guide 2016-07-15 16:03:27 +01:00
tox.ini Update tox.ini files from release-tools gold copy 2016-09-08 22:20:27 +00: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.