freezer/devstack
Jenkins ba041dc09c Merge "Enable Debugging while running dsvm" 2017-04-21 16:40:18 +00:00
..
lib Enable Debugging while running dsvm 2017-04-20 22:35:24 +00:00
README.rst Optimize the link address 2017-04-17 16:47:59 +08:00
gate_hook.sh Always collect freezer.log when tests fail 2016-06-29 14:38:46 +00:00
local.conf.example Update local.conf.example 2017-03-20 09:23:41 +00:00
plugin.sh Fix a mistake in 'plugin.sh' 2016-01-18 13:03:27 -05:00
settings Create directory JOBS_DIR using the devstack script 2016-10-14 15:09:17 +08:00

README.rst

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:

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