e9e2a3769c
Code conventions: Use “.” to source script files When you have to source a script file, for example , a credentials file to gain access to user-only or admin-only CLI commands, use . instead of source. See more: http://docs.openstack.org/contributor-guide/writing-style/code-conventions Change-Id: If2ef1f3f56008f7e9e1bec13b94d542a3b9667e7
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: