openstack-manuals/doc/config-reference/dashboard/section_dashboard-sample-configuration-files.xml
Gauvain Pocentek 6a10e75a55 config-ref: include keystone tables
Include keystone configuration options in the Identity section.

There is room for lots of improvements, but this first step will at
least make the info available.

Replace "Identity Service" with "Identity service" in the config-ref.

Closes-Bug: #1277330
Change-Id: I2dfac169c89bdbecd67322923a6a84f2155c4150
2014-04-16 22:18:36 +02:00

34 lines
1.7 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_dashboard-sample-configuration-files">
<title>Additional sample configuration files</title>
<para>Find the following files in <systemitem>/etc/openstack-dashboard</systemitem>.</para>
<section xml:id="section_dashboard-keystone_policy.json">
<title>keystone_policy.json</title>
<para>The <filename>keystone_policy.json</filename> file
defines additional access controls for the dashboard that
apply to the Identity service.</para>
<note>
<para>The <filename>keystone_policy.json</filename> file
must match the Identity service
<filename>/etc/keystone/policy.json</filename>
policy file.</para>
</note>
<programlisting language="json"><xi:include parse="text" href="../../common/samples/dashboard-keystone_policy.json"/></programlisting>
</section>
<section xml:id="section_dashboard-nova_policy.json">
<title>nova_policy.json</title>
<para>The <filename>nova_policy.json</filename> file defines
additional access controls for the dashboard that apply to
the Compute service.</para>
<note>
<para>The <filename>nova_policy.json</filename> file must
match the Compute <filename>/etc/nova/policy.json</filename>
policy file.</para>
</note>
<programlisting language="json"><xi:include parse="text" href="../../common/samples/dashboard-nova_policy.json"/></programlisting>
</section>
</section>