Fix the wrong config file for glance metadata

The glance metadata config file is /etc/glance/glance-api.conf,
not /etc/glance/glance.conf

Change-Id: I1bbb9f7cd00bca9e5a7f9c0d1c39b5a06decb59a
This commit is contained in:
zhu.rong 2015-08-21 23:05:07 +08:00
parent 69fa5b72b9
commit 3da04fa5a8

View File

@ -88,7 +88,7 @@ list, as follows::
.. note:: .. note::
To store location metadata for images, which enables direct file access for a client, update the ``/etc/glance/glance.conf`` file with the following statements: To store location metadata for images, which enables direct file access for a client, update the ``/etc/glance/glance-api.conf`` file with the following statements:
- ``show_multiple_locations = True`` - ``show_multiple_locations = True``