deb-aodh/devstack
liusheng a2d9ce5258 Change the SERVICE_TENANT_NAME to SERVICE_PROJECT_NAME
The intergation test job has been broken, it seems because the replace
TENANT => PROJECT change in devstack scrpts, see[1]. This patch change the
SERVICE_TENANT_NAME to SERVICE_PROJECT_NAME in devstack plugin.

[1] https://review.openstack.org/#/c/281779/

Closes-Bug: #1548634
Change-Id: I9c7d1a6d28510e5d42deb4aa0280e8a48f042a4d
Depends-On: Ibb1f78d47311117f6718707c5961bc2841473924
2016-02-24 02:11:48 +00:00
..
gate Correct database functional tests 2015-08-10 17:12:52 +00:00
apache-aodh.template devstack: use $API_WORKERS to set the number of WSGI workers in Apache 2015-08-06 19:51:04 +02:00
plugin.sh Change the SERVICE_TENANT_NAME to SERVICE_PROJECT_NAME 2016-02-24 02:11:48 +00:00
README.rst Fix indent of code blocks in Devstack plugin README file 2015-10-23 11:05:35 +02:00
settings Remove ceilometer-alarm-* related content of installation 2016-02-16 13:51:28 +08:00

Enabling Aodh in DevStack

  1. Download DevStack:

    git clone https://git.openstack.org/openstack-dev/devstack.git
    cd devstack
  2. Add this repo as an external repository in local.conf file:

    [[local|localrc]]
    enable_plugin aodh https://git.openstack.org/openstack/aodh
  3. Run stack.sh.