panko/devstack
Eyal 0a7684460b Remove deprecated tail_log function
This function has been deprecated for a long time, let's finally
remove it. It is only generating a warning anyway.

Depends-On: https://review.opendev.org/c/openstack/panko/+/764418
Change-Id: I6f120922c5101987a0eea08bf7e0b2b05332fddd
2020-11-27 07:08:53 +00:00
..
lib Move elasticsearch installation script to panko 2019-04-11 14:39:50 +00:00
upgrade Replace git.openstack.org URLs with opendev.org URLs 2019-04-22 14:32:58 +08:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-22 14:32:58 +08:00
apache-panko.template Rename to Panko 2016-06-14 17:00:22 +02:00
plugin.sh Remove deprecated tail_log function 2020-11-27 07:08:53 +00:00
settings Remove use of unsupported TEMPEST_SERVICES variable 2018-01-23 16:37:30 +03:00

README.rst

Enabling Panko in DevStack

  1. Download Devstack:

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

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

    To use stable branches, make sure devstack is on that branch, and specify the branch name to enable_plugin, for example:

    enable_plugin panko https://opendev.org/openstack/panko stable/newton

    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.