c71296175f
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: I47786e5f70b64e1b14d1015ec5613a538ef8fc52
22 lines
828 B
XML
22 lines
828 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<chapter 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="ch-api">
|
|
|
|
<title>API node cluster stack</title>
|
|
|
|
<para>The API node exposes OpenStack API endpoints onto external network (Internet).
|
|
It must talk to the cloud controller on the management network.</para>
|
|
|
|
<xi:include href="api/section_api_vip.xml"/>
|
|
<xi:include href="api/section_keystone.xml"/>
|
|
<xi:include href="api/section_glance_api.xml"/>
|
|
<xi:include href="api/section_cinder_api.xml"/>
|
|
<xi:include href="api/section_neutron_server.xml"/>
|
|
<xi:include href="api/section_ceilometer_agent_central.xml"/>
|
|
<xi:include href="api/section_api_pacemaker.xml"/>
|
|
|
|
</chapter>
|