freezer-web-ui/devstack
memo 26f1deb396 Added LICENSE file to freezer dashboard
Change-Id: I4e5ff4d7356eb2ef806365fc344f08dba5115cc5
2015-11-09 17:10:00 +00:00
..
files Added LICENSE file to freezer dashboard 2015-11-09 17:10:00 +00:00
lib Added LICENSE file to freezer dashboard 2015-11-09 17:10:00 +00: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 Added LICENSE file to freezer dashboard 2015-11-09 17:10:00 +00:00
settings Added LICENSE file to freezer dashboard 2015-11-09 17:10:00 +00: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