Since the aodh-api is generated by pbr wsgi_scripts, we should set correct port number to launch it. Change-Id: Ic632aa05a85b7d08dc2c297427a0feb2ae658299 Closes-Bug: #1620880
Enabling Aodh in DevStack
Download DevStack:
git clone https://git.openstack.org/openstack-dev/devstack.git cd devstackAdd this repo as an external repository in
local.conffile:[[local|localrc]] enable_plugin aodh https://git.openstack.org/openstack/aodhTo use stable branches, make sure devstack is on that branch, and specify the branch name to enable_plugin, for example:
enable_plugin aodh https://git.openstack.org/openstack/aodh stable/mitakaThere are some options, such as AODH_BACKEND, defined in
aodh/devstack/settings, they can be used to configure the installation of Aodh. If you don't want to use their default value, you can set a new one inlocal.conf.Run
stack.sh.