a6bce01980
The XML root element of Docbook XML files should match the following format: <ELEMENT 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="THE_XML_ID_OF_THE_ELEMENT"> Change-Id: I02a75b63d0fb3ea4a7d015794b9229a94ddad279
35 lines
1.7 KiB
XML
35 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>
|