Jin Nan Zhang ea51d7de62 This is incorrect url in example doc and conf
enable_plugin freezer-web-ui https://git.openstack.org/openstack/freezer-web-ui.git master

change the url to: https://git.openstack.org/openstack/freezer-web-ui

Change-Id: Idf7d58a8a080a2b67477696042fa115ce5cb9a3e
2016-02-29 14:16:53 +00:00

651 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:

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