freezer-api/devstack
Fausto Marzi 08e72de99c Add astroid to test-req and fixed perms to gate_hook.sh
Currently freezer-api build are broken as pylint execution
failes is atroid is not availble in test-requirements.

Exec permissions of the file devstack/gate_hook.sh are
added as the dsvm gate job was failing.

Change-Id: I837e3fe973d72c792cb34711cef9f6507a004d49
2016-01-18 00:15:54 +00:00
..
files Add astroid to test-req and fixed perms to gate_hook.sh 2016-01-18 00:15:54 +00:00
lib Updated LICENSE file and headers 2015-11-09 16:13:30 +00:00
README.rst Change the repository from stackforge to openstack 2015-10-18 15:04:13 +05:30
gate_hook.sh Add astroid to test-req and fixed perms to gate_hook.sh 2016-01-18 00:15:54 +00:00
local.conf.example Updated LICENSE file and headers 2015-11-09 16:13:30 +00:00
plugin.sh Add astroid to test-req and fixed perms to gate_hook.sh 2016-01-18 00:15:54 +00:00
settings Updated LICENSE file and headers 2015-11-09 16:13:30 +00:00

README.rst

This directory contains the Freezer-API DevStack plugin.

To configure the Freezer API 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-api <GITURL> [GITREF]

where:

<GITURL> is the URL of a freezer-api repository
[GITREF] is an optional git ref (branch/ref/tag).  The default is master.

For example:

enable_plugin freezer-api https://git.openstack.org/openstack/freezer-api.git master

The plugin makes use of apache2 by default. To use the uwsgi server set the following environment variable:

export FREEZER_API_SERVER_TYPE=uwsgi

The default port is 9090. To configure the api to listen on a different port set the variable FREEZER_API_PORT. For example to make use of port 19090 use:

export FREEZER_API_PORT=19090

For more information, see:

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