freezer-web-ui/devstack
caihui 1fc3835933 Update devstack doc
Add a sampe "local.conf" file for freezer developer.

Change-Id: Iee12d4c186a373c5d8987dd48ece2b7a6eef446c
2019-11-15 17:26:49 -08:00
..
files fixed compilemessages error when install use devstack 2016-02-23 18:25:55 -05:00
lib Remove unused code about FREEZER_WEB_UI_DIR in devstack plugin 2017-08-31 10:06:09 +08:00
README.rst Update devstack doc 2019-11-15 17:26:49 -08:00
gate_hook.sh Run normal tests instead of tempest tests in gate jobs 2016-10-21 09:35:46 +00:00
local.conf.example This is incorrect url in example doc and conf 2016-02-29 14:16:53 +00:00
plugin.sh use . instead of source. 2018-01-29 14:25:56 +00:00
settings Install python-freezerclient while using devstack plugin 2016-10-14 01:37:55 +01:00

README.rst

This directory contains the Freezer Web UI DevStack plugin.

To configure the Freezer Web UI 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-web-ui <GITURL> [GITREF]

where:

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

For example:

enable_plugin freezer-web-ui https://github.com/openstack/freezer-web-ui master

This is a sample local.conf file for freezer developer:

[[local|localrc]]
ADMIN_PASSWORD=stack
DATABASE_PASSWORD=stack
RABBIT_PASSWORD=stack
SERVICE_PASSWORD=$ADMIN_PASSWORD

DEST=/opt/stack
LOGFILE=$DEST/logs/stack.sh.log

# only install keystone/horizon/swift in devstack
# disable_all_services
# enable_service key mysql s-proxy s-object s-container s-account horizon

enable_plugin freezer http://git.openstack.org/openstack/freezer master
enable_plugin freezer-api http://git.openstack.org/openstack/freezer-api.git master
enable_plugin freezer-tempest-plugin http://git.openstack.org/openstack/freezer-tempest-plugin.git master
enable_plugin freezer-web-ui http://git.openstack.org/openstack/freezer-web-ui.git master

export FREEZER_BACKEND='sqlalchemy'
For more information, see:

https://docs.openstack.org/devstack/latest/index.html