panko/devstack
zhurong 343bfddbe7 Devstack install with pankoclient
Change-Id: Ic9933387bd843d348a5e22b21cb3258c9d34654b
2017-07-10 11:25:40 +00: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 Devstack install with pankoclient 2017-07-10 11:25:40 +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.