Add README
This commit is contained in:
parent
7e27276f94
commit
823938f746
19
src/README.md
Normal file
19
src/README.md
Normal file
@ -0,0 +1,19 @@
|
||||
# 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 mongodb | mysql
|
||||
juju deploy rabbitmq-server
|
||||
juju add-relation aodh rabbitmq-server
|
||||
juju add-relation aodh mongodb | mysql
|
||||
juju add-relation aodh keystone
|
||||
|
||||
# Configuration Options
|
||||
|
||||
TODO
|
Loading…
x
Reference in New Issue
Block a user