]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Fix OpenStack Glance configuration 3396/head
authorSébastien Han <sebastien.han@enovance.com>
Sun, 18 Jan 2015 21:55:57 +0000 (22:55 +0100)
committerSébastien Han <sebastien.han@enovance.com>
Sun, 18 Jan 2015 21:55:57 +0000 (22:55 +0100)
Glance has not completely moved to 'store' yet so we need to configure
the store in the DEFAULT section as well.

Fixes: #10478
Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
doc/rbd/rbd-openstack.rst

index 43eafa399863b476e271123c05eb42d6c7dec320..96e37ac583665873c98d06384a0b0560e8c7011b 100644 (file)
@@ -200,6 +200,10 @@ Juno
 
 Edit ``/etc/glance/glance-api.conf`` and add under the ``[glance_store]`` section::
 
+    [DEFAULT]
+    ...
+    default_store = rbd
+    ...
     [glance_store]
     stores = rbd
     rbd_store_pool = images
@@ -210,6 +214,8 @@ Edit ``/etc/glance/glance-api.conf`` and add under the ``[glance_store]`` sectio
 
 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.
 
+.. important:: Glance has not completely moved to 'store' yet.
+    So we still need to configure the store in the DEFAULT section.
 
 Any OpenStack version
 ~~~~~~~~~~~~~~~~~~~~~