]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: update rbd glance configuration notes 10629/head
authorJason Dillaman <dillaman@redhat.com>
Tue, 9 Aug 2016 13:51:18 +0000 (09:51 -0400)
committerJason Dillaman <dillaman@redhat.com>
Wed, 10 Aug 2016 13:48:46 +0000 (09:48 -0400)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
doc/rbd/rbd-openstack.rst

index 087e23e65e4c362f0453103916e99abe7731bdaa..819e98b176a8ac70bd843984aafec5e0eb60accc 100644 (file)
@@ -215,11 +215,22 @@ Edit ``/etc/glance/glance-api.conf`` and add under the ``[glance_store]`` sectio
     rbd_store_ceph_conf = /etc/ceph/ceph.conf
     rbd_store_chunk_size = 8
 
+.. important:: Glance has not completely moved to 'store' yet.
+    So we still need to configure the store in the DEFAULT section until Kilo.
 
-For more information about the configuration options available in Glance please see: http://docs.openstack.org/trunk/config-reference/content/section_glance-api.conf.html.
+Kilo
+~~~~
+Edit ``/etc/glance/glance-api.conf`` and add under the ``[glance_store]`` section::
 
-.. important:: Glance has not completely moved to 'store' yet.
-    So we still need to configure the store in the DEFAULT section.
+    [glance_store]
+    stores = rbd
+    default_store = rbd
+    rbd_store_pool = images
+    rbd_store_user = glance
+    rbd_store_ceph_conf = /etc/ceph/ceph.conf
+    rbd_store_chunk_size = 8
+
+For more information about the configuration options available in Glance please refer to the OpenStack Configuration Reference: http://docs.openstack.org/.
 
 Any OpenStack version
 ~~~~~~~~~~~~~~~~~~~~~