Fixed incorrect install DEST when install freezer-web-ui.
Remove the freezer-client install in devstack.
Change-Id: I1d9b463ea668d2649904d1e7f94fb8a5ad7fb072
Closes-Bug: #1552759
(cherry picked from commit 2d0e1bd479)
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 stable/liberty
- For more information, see: