freezer/horizon_web_ui
Fausto Marzi c1e6e57b7a Basic structure of the freezer web ui integrated in horizon
This commit add to the repo the basic structure of the web ui
integrated with Horizon. There currently nothing under the Freezer
tab, this is only a base point to start to develop the Freezer
ui content.

Basic installation instructionr are available in the file
horizon_web_ui/README.rst

Change-Id: I6e1ef399c869494ec1c5c9dd52a6d9adfd9360c9
LAUNCHPAD: https://blueprints.launchpad.net/freezer/+spec/horizon-webui
2014-10-27 16:17:44 +00:00
..
devfreezer Basic structure of the freezer web ui integrated in horizon 2014-10-27 16:17:44 +00:00
README.rst Basic structure of the freezer web ui integrated in horizon 2014-10-27 16:17:44 +00:00
_50_devfreezer.py Basic structure of the freezer web ui integrated in horizon 2014-10-27 16:17:44 +00:00

README.rst

Freezer - Horizon Web UI

Freezer now has basic support for a Web UI integrated with OpenStack Horizon.

In the installation procedure we'll assume your main Horizon dashboard directory is /opt/stack/horizon/openstack_dashboard/dashboards/.

To install the horizon web ui you need to do the following:

# git clone https://github.com/stackforge/freezer

# cd freezer/horizon_web_ui

# cp -r devfreezer /opt/stack/horizon/openstack_dashboard/dashboards/

# cp _50_devfreezer.py  /opt/stack/horizon/openstack_dashboard/enabled/
# cd /opt/stack/horizon/

# ./run_tests.sh --runserver 0.0.0.0:8878

Now a new Tab is available in the dashboard lists on the left, called "Backup as a Service" and a sub tab called "Freezer".