freezer-web-ui/devstack/README.rst
yfzhao 3aab708a35 Fix the wrong links
As the link 'http://docs.openstack.org/developer/devstack' has
changed to 'https://docs.openstack.org/devstack/latest', we should
 update the links that we used.

Change-Id: I6ace08f7f1c5e36f06f32a60721355823a41b210
Closes-Bug: #1710049
2017-08-11 12:06:35 +08:00

649 B

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:

https://docs.openstack.org/devstack/latest/plugins.html