c41dbfc0e2
Shared File Systems service (manila) should be added to the Config Ref similar to Block Storage (cinder). The content would be similar to cinder in that it would have sections to describe Intro, Drivers, Log Files and Options. Change-Id: I89fc64f8cd4fe880b36017139e7989f3a4100cc6 Implements: blueprint manila-config-ref
41 lines
2.6 KiB
XML
41 lines
2.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?><section xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
version="5.0"
|
|
xml:id="section_manila-sample-configuration-files">
|
|
<title>Shared File Systems sample configuration files</title>
|
|
<para>All the files in this section can be found in <systemitem>/etc/manila</systemitem>.</para>
|
|
<section xml:id="section_manila.conf">
|
|
<title>manila.conf</title>
|
|
<para>The <filename>manila.conf</filename> file is installed in
|
|
<filename>/etc/manila</filename> by default. When you manually
|
|
install the Shared File Systems service, the options in the
|
|
<filename>manila.conf</filename> file are set to default values.</para>
|
|
<para>The <filename>manila.conf</filename> file contains most
|
|
of the options to configure the Shared File Systems service.</para>
|
|
<programlisting language="ini"><xi:include parse="text" href="../../common/samples/manila.conf.sample">
|
|
<xi:fallback><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/manila/plain/etc/manila/README.manila.conf"/>
|
|
</xi:fallback>
|
|
</xi:include>
|
|
</programlisting>
|
|
</section>
|
|
<section xml:id="section_manila-api-paste.ini">
|
|
<title>api-paste.ini</title>
|
|
<para>Use the <filename>api-paste.ini</filename> file to configure the Shared File Systems API service.</para>
|
|
<programlisting language="ini"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/manila/plain/etc/manila/api-paste.ini"/>
|
|
</programlisting>
|
|
</section>
|
|
<section xml:id="section_manila-policy.json">
|
|
<title>policy.json</title>
|
|
<para>The <filename>policy.json</filename> file defines additional access controls that apply to the Shared File Systems service.</para>
|
|
<programlisting language="json"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/manila/plain/etc/manila/policy.json"/></programlisting>
|
|
</section>
|
|
<section xml:id="section_manila-rootwrap.conf">
|
|
<title>rootwrap.conf</title>
|
|
<para>The <filename>rootwrap.conf</filename> file defines configuration values used by the
|
|
<command>rootwrap</command> script when the Shared File Systems service must
|
|
escalate its privileges to those of the root user.</para>
|
|
<programlisting language="ini"><xi:include parse="text" href="https://git.openstack.org/cgit/openstack/manila/plain/etc/manila/rootwrap.conf"/></programlisting>
|
|
</section>
|
|
</section>
|