Update README with bug url and stuff

This commit is contained in:
James Page 2016-07-08 14:13:37 +01:00
parent a5edc25eae
commit 608cde69a7
1 changed files with 6 additions and 4 deletions

View File

@ -8,12 +8,14 @@ Aodh relies on services from the mongodb, rabbitmq-server and keystone charms:
juju deploy aodh
juju deploy keystone
juju deploy mongodb | mysql
juju deploy mysql
juju deploy rabbitmq-server
juju add-relation aodh rabbitmq-server
juju add-relation aodh mongodb | mysql
juju add-relation aodh mysql
juju add-relation aodh keystone
# Configuration Options
# Bugs
TODO
Please report bugs on [Launchpad](https://bugs.launchpad.net/charms/+source/aodh/+filebug).
For general questions please refer to the OpenStack [Charm Guide](https://github.com/openstack/charm-guide).