Added example for stable branch

This will help who wants the stable branch code to plugin

Change-Id: Iafe695a8553835c178e7317f33a8cdaaa16ad365
This commit is contained in:
DeepaJon 2017-04-05 13:37:36 +05:30
parent aa089a0bf4
commit 03d4753611
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@ Enabling Panko in DevStack
[[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,