integrated freezer-api with openstackdoctheme lib and os-api-ref lib to build the installation documentation and api reference for freezer. Change-Id: Ib5fc5f8227484525a13c3cfff9acb13d2b384e1a Implements: blueprint implement-install-doc Implements: blueprint implement-api-ref-doc
1.1 KiB
1.1 KiB
Devstack Plugin
Edit local.conf
To configure the Freezer API with DevStack, you will need to enable the freezer-api plugin by adding one line to the local section of your local.conf file:
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 masterPlugin Options
The plugin makes use of apache2 by default. To use the uwsgi server set the following environment variable
export FREEZER_API_SERVER_TYPE=uwsgiThe 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=19090For more information, see openstack_devstack_plugins_install