panko/devstack
gord chung 06a3652001 add tempest plugin base
- drop clients, exception as they don't relate to anything

Change-Id: I455419bd215c45ece19b27317bf10282b48b7a96
2017-01-13 19:29:59 +00:00
..
upgrade Rename to Panko 2016-06-14 17:00:22 +02:00
README.rst Rename to Panko 2016-06-14 17:00:22 +02:00
apache-panko.template Rename to Panko 2016-06-14 17:00:22 +02:00
plugin.sh move integration to ceilometer 2017-01-10 18:09:58 +00:00
settings add tempest plugin base 2017-01-13 19:29:59 +00:00

README.rst

Enabling Panko in DevStack

  1. Download Devstack:

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

    [[local|localrc]]
    enable_plugin panko https://git.openstack.org/openstack/panko

    There are some options, such as PANKO_BACKEND, defined in panko/devstack/settings, they can be used to configure the installation of Panko. If you don't want to use their default value, you can set a new one in local.conf.

  3. Run stack.sh.