[install-guide] Aodh should use mysql as its backend

In install manual, now we set mongodb as Aodh's backend in
its configration file, while we set up its database in mysql.
Aodh's support for mongodb as its backend seems to be deprecated,
so we should use mysql instead.

Change-Id: I2aa918ed9ac68ac309dcf6401dfa802723ecd172
This commit is contained in:
Takashi Kajinami 2016-04-16 11:43:10 +09:00
parent db414d1f1f
commit 1d4c311cd9
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ Install and configure components
[database]
...
connection = mongodb://aodh:AODH_DBPASS@controller:27017/aodh
connection = mysql+pymysql://aodh:AODH_DBPASS@controller/aodh
Replace ``AODH_DBPASS`` with the password you chose for the
Telemetry Alarming module database. You must escape special characters