freezer-web-ui/devstack
Fabrizio Vanni ef91bf5647 devstack plugin interface
adds interface files for freezer-web-ui to be installed
as a devstack plugin

Change-Id: If2005ea0ec5b1d9eecdaf89a2f014e0ae12ef4a8
NOTE: the freezer-web-ui plugin also installs the freezer client
2015-10-16 15:35:35 +01:00
..
files devstack plugin interface 2015-10-16 15:35:35 +01:00
lib devstack plugin interface 2015-10-16 15:35:35 +01:00
README.rst devstack plugin interface 2015-10-16 15:35:35 +01:00
local.conf.example devstack plugin interface 2015-10-16 15:35:35 +01:00
plugin.sh devstack plugin interface 2015-10-16 15:35:35 +01:00
settings devstack plugin interface 2015-10-16 15:35:35 +01:00

README.rst

This directory contains the Freezer Web UI DevStack plugin.

To configure the Freezer Web UI with DevStack, you will need to enable this plugin by adding one line to the local section of your local.conf file.

To enable the plugin, add a line of the form:

enable_plugin freezer-web-ui <GITURL> [GITREF]

where:

<GITURL> is the URL of a freezer-web-ui repository
[GITREF] is an optional git ref (branch/ref/tag).  The default is master.

For example:

enable_plugin freezer-web-ui https://github.com/stackforge/freezer-web-ui.git master
For more information, see:

http://docs.openstack.org/developer/devstack/plugins.html