]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: note openstack changes for Grizzly
authorJosh Durgin <josh.durgin@inktank.com>
Thu, 30 May 2013 21:17:35 +0000 (14:17 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Thu, 30 May 2013 21:17:35 +0000 (14:17 -0700)
These are just for the cinder configuration, nothing else changed.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
doc/rbd/rbd-openstack.rst

index ee9e6486da20fbabb4b85373e766e17cb06d699a..b37c018da9f3107881c359b214ab5d8f0c13b1c9 100644 (file)
@@ -171,10 +171,17 @@ Configuring Cinder/nova-volume
 
 OpenStack requires a driver to interact with Ceph block devices. You must also
 specify the pool name for the block device. On your OpenStack host,
-edit ``/etc/cinder/cinder.conf`` and add::
+edit ``/etc/cinder/cinder.conf`` and add this for Folsom or earlier
+versions of OpenStack::
 
-       volume_driver=cinder.volume.driver.RBDDriver
-       rbd_pool=volumes
+    volume_driver=cinder.volume.driver.RBDDriver
+    rbd_pool=volumes
+
+For Grizzly, use::
+
+    volume_driver=cinder.volume.drivers.rbd.RBDDriver
+    rbd_pool=volumes
+    glance_api_version=2
 
 If you're not using Cinder, replace Cinder with Nova in the previous section.