Misc fixes

This commit is contained in:
James Page 2016-07-01 14:53:45 +01:00
parent 3120b33ef6
commit a5edc25eae
3 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Overview
This charm is developed as part of the OpenStack Charms project, and as such you
should refer to the [OpenStack Charm Development Guide](https://github.com/openstack-charmers/openstack-charm-guide) for details on how
should refer to the [OpenStack Charm Development Guide](https://github.com/openstack/charm-guide) for details on how
to contribute to this charm.
You can find its source code here: <https://github.com/openstack/charm-aodh>.

View File

@ -1 +1,5 @@
includes: ['layer:openstack-api', 'interface:mongodb']
options:
basic:
use_venv: True
include_system_packages: True

View File

@ -9,6 +9,9 @@ description: |
overall system.
.
Aodh provides the Alarming service as part of OpenStack telemetry.
series:
- xenial
- trusty
requires:
mongodb:
interface: mongodb