
Install freezer in devstack,appear the 'configure_freezer' command is not found $freezer_dir/lib/plugin.sh. Change 'configure_freezer' to 'configure_freezer_scheduler'. Change-Id: I9ab67e8c076a6c50fa5bca5f7712aa172478f3f4 Closes-Bug: #1536257
This directory contains the Freezer DevStack plugin.
To configure the Freezer scheduler and agent 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 <GITURL> [GITREF]
where:
<GITURL> is the URL of a freezer repository
[GITREF] is an optional git ref (branch/ref/tag). The default is master.
For example:
enable_plugin freezer https://git.openstack.org/openstack/freezer.git master
- For more information, see: