Files
openstack-manuals/doc/config-reference/compute/section_compute-sample-configuration-files.xml
Tom Fifield 884caa4a89 Liberty Release note/link updates for all guides
Patch updates text areas and links to reflect the
Liberty release across all guides except the install
guide. Certain old notes relating to unsupported releases
were also removed.

Change-Id: I65f6e3747266db5b56e766d389376fb928d881c8
2015-10-13 14:09:07 +08:00

38 lines
2.1 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="compute-sample-configuration-files">
<title>Additional sample configuration files</title>
<para>Files in this section can be found in <systemitem>/etc/nova</systemitem>.</para>
<section xml:id="section_nova-api-paste.ini">
<title>api-paste.ini</title>
<para>The Compute service stores its API configuration settings in the
<filename>api-paste.ini</filename> file.</para>
<programlisting language="ini">
<xi:include parse="text" href="https://git.openstack.org/cgit/openstack/nova/plain/etc/nova/api-paste.ini?h=stable/liberty"/>
</programlisting>
</section>
<section xml:id="section_nova-policy.json">
<title>policy.json</title>
<para>The <filename>policy.json</filename> file defines additional access controls that apply to the Compute service.</para>
<programlisting language="json">
<xi:include parse="text" href="https://git.openstack.org/cgit/openstack/nova/plain/etc/nova/policy.json?h=stable/liberty"/>
</programlisting>
</section>
<section xml:id="section_nova-rootwrap.conf">
<title>rootwrap.conf</title>
<para>The <filename>rootwrap.conf</filename> file defines configuration
values used by the rootwrap script when the Compute service
needs to escalate its privileges to those of the root user.</para>
<para>It is also possible to disable the root wrapper, and
default to sudo only. Configure the <parameter>disable_rootwrap</parameter>
option in the <option>[workaround]</option> section
of the <filename>nova.conf</filename> configuration file.</para>
<programlisting language="ini">
<xi:include parse="text" href="https://git.openstack.org/cgit/openstack/nova/plain/etc/nova/rootwrap.conf?h=stable/liberty"/>
</programlisting>
</section>
</section>