freezer-web-ui/devstack
Jin Nan Zhang 1d3e97348f Fixed freezer-web-ui directory when install
fixed install script about freezer-web-ui.

add tags in the .gitignore.

Change-Id: Icf61467aff3ebebdf9500441da26defd55b81eb6
Closes-Bug: #1557289
2016-03-16 05:27:24 -04:00
..
files fixed compilemessages error when install use devstack 2016-02-23 18:25:55 -05:00
lib Fixed freezer-web-ui directory when install 2016-03-16 05:27:24 -04:00
README.rst This is incorrect url in example doc and conf 2016-02-29 14:16:53 +00:00
local.conf.example This is incorrect url in example doc and conf 2016-02-29 14:16:53 +00:00
plugin.sh fixed incorrect directory install freezer-web-ui 2016-03-03 15:43:44 -05:00
settings fixed incorrect directory install freezer-web-ui 2016-03-03 15:43:44 -05: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 master
For more information, see:

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