
This change also clean the valueless "storage" doc. Change-Id: I042ed4c4a2188ee4c6f115e9af6eabf707cd877a
1.5 KiB
1.5 KiB
Installing Manually
Installing the API Server
- There are two recommended ways to start api server:
Not recommended, for testing purpose, we can also start api server by aodh-api binary:
aodh-api --port 8042 -- --config-file /etc/aodh/aodh.conf
Database configuration
You can use any SQLAlchemy-supported DB such as PostgreSQL or MySQL. To use MySQL as the storage backend, change the 'database' section in aodh.conf as follows:
[database]
connection = mysql+pymysql://username:password@host/aodh?charset=utf8