From 7fea34a642e8c9b174928b79464c7250765b95c6 Mon Sep 17 00:00:00 2001 From: Chenhao <Chenh1987@gmail.com> Date: Tue, 27 Jan 2015 20:48:53 -0800 Subject: [PATCH] Change the default_store parameter from [DEFAULT] to [glance_store] section Change-Id: I265f949486b68ca8d94699ad26453c410a0b7e9e Closes-Bug: #1414535 --- .../image-service/section_image-service-backend-vmware.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/config-reference/image-service/section_image-service-backend-vmware.xml b/doc/config-reference/image-service/section_image-service-backend-vmware.xml index 00f0103e35..dfd0bd1417 100644 --- a/doc/config-reference/image-service/section_image-service-backend-vmware.xml +++ b/doc/config-reference/image-service/section_image-service-backend-vmware.xml @@ -30,11 +30,11 @@ <para>If you intend to use multiple data stores for the back end, use the SPBM feature.</para> </note></para> - <para>In the <literal>DEFAULT</literal> section, set the + <para>In the <literal>glance_store</literal> section, set the <parameter>default_store</parameter> parameter to <userinput>vsphere</userinput>, as shown in this code sample:</para> - <programlisting language="ini">[DEFAULT] + <programlisting language="ini">[glance_store] # Which back end scheme should Glance use by default is not specified # in a request to add a new image to Glance? Known schemes are determined # by the known_stores option below.