openstack-manuals/doc/config-reference/dashboard/section_dashboard-sample-configuration-files.xml
Summer Long 38cfb1aed9 Added sample files for the Dashboard service
Added keystone_policy.json and nova_policy.json samples
for the dashboard, and placed under new section.

Change-Id: I2e9de8ee7aded42d292b610e03a9fd4dc7fe67b4
Partial-Bug: #1281348
2014-02-25 09:27:30 +10: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>