Add Redhat init script option

Resolves: 6127
Signed-off-by: Andrew Woodward <awoodward@mirantis.com>
This commit is contained in:
Andrew Woodward 2013-10-17 16:21:58 -07:00
parent 1f291f5c89
commit 533626c7e0

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
=================