Merge pull request #737 from xarses/6127

Add Redhat init script option
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
This commit is contained in:
Josh Durgin 2013-10-17 17:27:34 -07:00
commit 9af9c50cf1

View File

@ -201,6 +201,8 @@ Finally, on each host running ``cinder-volume`` or ``nova-volume``, add
For example, on Ubuntu, add ``env CEPH_ARGS="--id volumes"``
to the top of ``/etc/init/cinder-volume.conf``.
For example, on RedHat/Centos add ``export CEPH_ARGS="--id volumes"`` to
``/etc/sysconfig/openstack-cinder-volume``.
Restart OpenStack
=================