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