panko/devstack
ghanshyam b996581f86 Remove use of unsupported TEMPEST_SERVICES variable
TEMPEST_SERVICES global variable is not supported
by devstack since long back.
- I380dd20e5ed716a0bdf92aa02c3730359b8136e4
- I9c24705e494689f09a885eb0a640efd50db33fcf

Service availability of tempest known services will be
set by devstack with local check.
- I02be777bf93143d946ccbb8e9eff637bfd1928d4

This commit removes the unused TEMPEST_SERVICES setting
Related-Bug: #1743688

Change-Id: I610527a56f13662ed6f10ae429d670f864582b33
2018-01-23 16:37:30 +03:00
..
upgrade Fix to use . to source script files 2018-01-03 14:55:26 +00:00
README.rst Added example for stable branch 2017-04-05 13:39:17 +05:30
apache-panko.template Rename to Panko 2016-06-14 17:00:22 +02:00
plugin.sh Move default policies into code 2017-11-08 04:35:54 +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://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

    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://git.openstack.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.