freezer-web-ui/devstack
memo b08558eba4 Improved horizon dashboard for freezer
action, job, session, backup, clients are now objects in api.py
shield decorator to avoid having boilerplate code in views
move from freezer_ui to disaster_recovery url
improved actions edition in a job
javascript lint
added clients panel
added actions panel
improved restore functionality from the dashboard

Change-Id: I23aed516bcde3a40b24144b05f858d1e3a49a796
2015-11-12 16:21:27 +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 Improved horizon dashboard for freezer 2015-11-12 16:21:27 +00:00
local.conf.example Improved horizon dashboard for freezer 2015-11-12 16:21:27 +00:00
plugin.sh Added LICENSE file to freezer dashboard 2015-11-09 17:10:00 +00:00
settings Improved horizon dashboard for freezer 2015-11-12 16:21:27 +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/openstack/freezer-web-ui.git master
For more information, see:

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