Change location of [glance_store] options
I moved the [glance_store] configuration options from the glance-registry.conf file to the glance-api.conf file. I also fixed a minor wording consistency with the optional step to enable verbose logging. Change-Id: I730dacc91ceb9fc1b689796dc19f2e79e5b91276 Closes-Bug: #1388379 backport: juno
This commit is contained in:
parent
8d3041ba42
commit
829bf95b9f
@ -160,9 +160,18 @@ flavor = keystone</programlisting>
|
||||
<literal>identity_uri</literal> option replaces them.</para>
|
||||
</note>
|
||||
</step>
|
||||
<step>
|
||||
<para>In the <literal>[glance_store]</literal> section, configure
|
||||
the local file system store and location of image files:</para>
|
||||
<programlisting language="ini">[glance_store]
|
||||
...
|
||||
default_store = file
|
||||
filesystem_store_datadir = /var/lib/glance/images/</programlisting>
|
||||
</step>
|
||||
<step>
|
||||
<para>(Optional) To assist with troubleshooting,
|
||||
enable verbose logging in the <literal>[DEFAULT]</literal> section:</para>
|
||||
enable verbose logging in the <literal>[DEFAULT]</literal>
|
||||
section:</para>
|
||||
<programlisting language="ini">[DEFAULT]
|
||||
...
|
||||
verbose = True</programlisting>
|
||||
@ -208,17 +217,9 @@ flavor = keystone</programlisting>
|
||||
</note>
|
||||
</step>
|
||||
<step>
|
||||
<para>In the <literal>[glance_store]</literal> section, configure
|
||||
the local file system store and location of image files:</para>
|
||||
<programlisting language="ini">[glance_store]
|
||||
...
|
||||
default_store = file
|
||||
filesystem_store_datadir = /var/lib/glance/images/</programlisting>
|
||||
</step>
|
||||
<step>
|
||||
<para>In the <literal>[DEFAULT]</literal> section, we recommend
|
||||
enabling verbose logging to assist with potential
|
||||
troubleshooting:</para>
|
||||
<para>(Optional) To assist with troubleshooting,
|
||||
enable verbose logging in the <literal>[DEFAULT]</literal>
|
||||
section:</para>
|
||||
<programlisting language="ini">[DEFAULT]
|
||||
...
|
||||
verbose = True</programlisting>
|
||||
|
Loading…
Reference in New Issue
Block a user