freezer/devstack
ghanshyam c0989170b9 Remove use of unsupported TEMPEST_SERVICES variable
TEMPEST_SERVICES global variable is not supported
by devstack since long back.
- I380dd20e5ed716a0bdf92aa02c3730359b8136e4
- I9c24705e494689f09a885eb0a640efd50db33fcf

Service availability of tempest known services will be
set by devstack with local check.
- I02be777bf93143d946ccbb8e9eff637bfd1928d4

This commit removes the unused TEMPEST_SERVICES setting
Related-Bug: #1743688

Change-Id: I09ecf7645c116497f9cdd2c82fc59dc6f35058f1
2018-01-23 16:44:39 +03:00
..
lib Enable Debugging while running dsvm 2017-04-20 22:35:24 +00:00
README.rst Update URLs in documents according to document migration 2017-07-14 10:20:43 +08:00
gate_hook.sh Fix gate jobs 2017-12-04 22:06:37 +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 Remove use of unsupported TEMPEST_SERVICES variable 2018-01-23 16:44:39 +03: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/devstack/latest/plugins.html