Set the value of volume_driver correctly

Set the value of the volume_driver to
"cinder.volume.drivers.glusterfs.GlusterfsDriver", same with one
below.

Change-Id: I09c4d274236cba346d12721069daaba722d4e6bc
This commit is contained in:
Einst Crazy
2015-10-14 20:40:34 +08:00
parent ae4d97f9a5
commit 8d145fa5e2

View File

@@ -145,9 +145,10 @@ After you configure the GlusterFS service, complete these steps:
|
#. Configure OpenStack Block Storage to use the correct volume driver,
namely ``cinder.volume.drivers.glusterfs``. To do so, open the
:file:`/etc/cinder/cinder.conf` configuration file and set the
``volume_driver`` configuration key to ``cinder.volume.drivers.glusterfs``.
namely ``cinder.volume.drivers.glusterfs.GlusterfsDriver``. To do so,
open the :file:`/etc/cinder/cinder.conf` configuration file and set
the ``volume_driver`` configuration key to
``cinder.volume.drivers.glusterfs.GlusterfsDriver``.
On distributions that include ``openstack-config``, you can configure
this by running the following command instead::