panko/devstack
ZhongShengping 0bbaa20089 Fix the port for Panko API in devstack
The port used for Panko in devstack is conflicts with Trove[1].
The 8777 port has been occupied by ceilometer. So set the panko
api port to 8977.

[1]https://github.com/openstack/trove/blob/master/devstack/plugin.sh#L61

Change-Id: If6621a6bd1c6a5486d85ee33ec0760c8bbe1f860
Closes-Bug: #1696613
2017-06-08 09:12:08 +08:00
..
upgrade Rename to Panko 2016-06-14 17:00:22 +02: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 support uwsgi 2017-05-25 14:40:12 +00:00
settings Fix the port for Panko API in devstack 2017-06-08 09:12:08 +08: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.