]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: simplify wording for rbd-openstack config
authorJosh Durgin <josh.durgin@inktank.com>
Tue, 9 Oct 2012 17:34:51 +0000 (10:34 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Tue, 9 Oct 2012 17:35:02 +0000 (10:35 -0700)
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
doc/rbd/rbd-openstack.rst

index 5732f30020752cdb3384f1af6335aac8bb42f8a9..d53e9a6115a066b9681603288cbc7918601dfbdb 100644 (file)
@@ -35,7 +35,7 @@ There are two parts of OpenStack integrated with RBD: images and
 volumes. In OpenStack, images are templates for VM images, and are
 managed by Glance, the OpenStack image service. Volumes are block
 devices that can be used to run VMs. These are managed by the
-nova-volume (prior to Folsom) or Cinder (post-Folsom).
+nova-volume (prior to Folsom) or Cinder (Folsom and after).
 
 RBD is integrated into each of these components, so you can store
 images in RBD through Glance, and then boot off of copy-on-write
@@ -151,9 +151,8 @@ endpoint with this option enabled should not be publicly accessible.
 Configuring Cinder/nova-volume
 ------------------------------
 OpenStack requires a driver to interact with RADOS block devices. You must also
-specify the pool name for the block device. On your OpenStack host, navigate to
-the ``/etc/cinder`` directory. Open the ``cinder.conf`` file in a text editor using
-sudo privileges and add the following lines to the file::
+specify the pool name for the block device. On your OpenStack host,
+edit ``/etc/cinder/cinder.conf`` and add::
 
        volume_driver=cinder.volume.driver.RBDDriver
        rbd_pool=volumes