bc16dd747a
- drop _template since there's nothing Change-Id: I850eda1d7b3e729f5d68562f469ecdfa1ce162a0
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