freezer/devstack
Deklan Dieterly 219fb2b4d7 Start to introduce tempest tests.
See if gate job executes first test.

Change-Id: Ife68257a4c281299cedc4ed79db50ca5290375c5
2016-03-21 13:52:41 -06:00
..
lib Fix a mistake about function for install_freezer 2016-01-23 12:56:40 -05:00
README.rst incorrect enable plugin url in doc 2016-02-19 06:12:36 -05:00
gate_hook.sh Adding devstack plugin for freezer gate job 2016-01-18 13:51:26 +00:00
local.conf.example Adding devstack plugin for freezer gate job 2016-01-18 13:51:26 +00:00
plugin.sh Fix a mistake in 'plugin.sh' 2016-01-18 13:03:27 -05:00
settings Start to introduce tempest tests. 2016-03-21 13:52:41 -06: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:

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