Increase the Freezer devstack steps

Unified devstack plugin about Freezer.Make it easier for
developers to use Freezer

Closes-bug: #1537371
Change-Id: I07783e3ba185cd13b61f10ed71fe4bf3edf4d978
This commit is contained in:
yangyapeng 2016-01-18 11:33:35 -05:00
parent 0bb53773e3
commit 1da385c585
1 changed files with 15 additions and 1 deletions

View File

@ -1,11 +1,21 @@
============================
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|localrc]]
section of your local.conf file.
section of your ``local.conf`` file.
To enable the plugin, add a line of the form::
[[local|localrc]]
enable_plugin freezer <GITURL> [GITREF]
where::
@ -17,6 +27,10 @@ For example::
enable_plugin freezer https://git.openstack.org/openstack/freezer.git master
Then run devstack normally::
cd $DEVICE_DIR
./stack.sh
For more information, see:
http://docs.openstack.org/developer/devstack/plugins.html