Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Fix OpenStack Glance configuration #3396

Merged
merged 1 commit into from Jan 19, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions doc/rbd/rbd-openstack.rst
Expand Up @@ -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
Expand All @@ -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
~~~~~~~~~~~~~~~~~~~~~
Expand Down