charm-aodh/src
James Page ccaeb3ff2b Deal with py2-py3 payload switch during upgrade-charm
Switch to using the default upgrade-charm handler as provided
by charms.openstack and associated layers.

This ensures that the payload execution switch from py2->py3
at OpenStack Rocky is implemented during the charm upgrade
process.

Change-Id: I8dc19abe813fb78f16cfb0abdbb40cf2ee9a4e6e
Closes-Bug: 1803451
2018-11-15 11:09:55 +00:00
..
lib/charm Deal with py2-py3 payload switch during upgrade-charm 2018-11-15 11:09:55 +00:00
reactive Deal with py2-py3 payload switch during upgrade-charm 2018-11-15 11:09:55 +00:00
templates Merge "Support service_domain domain when enabled v3 api" 2018-07-12 16:04:06 +00:00
tests Add pause/resume actions to aodh 2018-09-21 05:01:41 +00: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 Update series metadata 2018-07-11 14:02:28 -05:00
test-requirements.txt Update requirements 2018-10-04 10:51:27 -05:00
tox.ini Merge "py3: Switch to using Python 3 for rocky or later" 2018-09-21 09:28:20 +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.