![]() 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 |
||
---|---|---|
.. | ||
files | ||
lib | ||
README.rst | ||
local.conf.example | ||
plugin.sh | ||
settings |
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: