From 118aec428d25a3162b58cabdb2265ef0a675e2df Mon Sep 17 00:00:00 2001 From: Jeffrey Zhang Date: Sat, 11 Oct 2014 15:40:03 +0800 Subject: [PATCH] add README.rst content Change-Id: I4a4c0749035b186bf67f736f51e67a3592ace9ee --- README.rst | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/README.rst b/README.rst index e69de29..b607437 100644 --- a/README.rst +++ b/README.rst @@ -0,0 +1,45 @@ +============== +Cinder Formula +============== + +Install and configure the OpenStack Cinder service. + +.. note:: + See the full `Salt Formulas installation and usage instructions + `_. + +Available states +================ + +.. contents:: + :local: + +``cinder`` +---------- + +Install the Cinder and enable the service. + +``cinder.db`` +------------- + +Create the db for Cinder service. + +``cinder.keystone`` +------------------- + +Init the Cinder user, service and endpoint. + +``cinder.server`` +----------------- + +Install the Cinder and enable the service. + +``cinder.client`` +----------------- + +Install the python-cinderclient package. + +``cinder.volume`` +----------------- + +Install the Cinder Volume Service