Edit the
/etc/aodh/aodh.conffile and complete the following actions:In the
[database]section, configure database access:[database] ... connection = mysql+pymysql://aodh:AODH_DBPASS@controller/aodh
Replace
AODH_DBPASSwith the password you chose for the Telemetry Alarming module database. You must escape special characters such as:,/,+, and@in the connection string in accordance with RFC2396.In the
[DEFAULT]section, configureRabbitMQmessage queue access:[DEFAULT] ... transport_url = rabbit://openstack:RABBIT_PASS@controller
Replace
RABBIT_PASSwith the password you chose for theopenstackaccount inRabbitMQ.In the
[DEFAULT]and[keystone_authtoken]sections, configure Identity service access:[DEFAULT] ... auth_strategy = keystone [keystone_authtoken] ... www_authenticate_uri = http://controller:5000 auth_url = http://controller:5000 memcached_servers = controller:11211 auth_type = password project_domain_id = default user_domain_id = default project_name = service username = aodh password = AODH_PASS
Replace
AODH_PASSwith the password you chose for theaodhuser in the Identity service.In the
[service_credentials]section, configure service credentials:[service_credentials] ... auth_type = password auth_url = http://controller:5000/v3 project_domain_id = default user_domain_id = default project_name = service username = aodh password = AODH_PASS interface = internalURL region_name = RegionOne
Replace
AODH_PASSwith the password you chose for theaodhuser in the Identity service.
In order to initialize the database please run the
aodh-dbsyncscript.