
This patch allows freezer-scheduler to use either API v1 or v2 You can alter it using OS_BACKUP_API_VERSION env variable Depends-On: I83000f8bf39eed41d067ed663de9f459439eca9a Change-Id: I2e5724b1f1a75121952e2beb3844d2c489e4df68
Enabling Freezer in Devstack
This directory contains the Freezer DevStack plugin.
Download Devstack:
git clone https://git.openstack.org/openstack-dev/devstack
cd devstack
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:
[[local|localrc]]
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 master
Then run devstack normally:
cd $DEVICE_DIR
./stack.sh
- For more information, see: