
We do not need these namespaces like xmlns:svg and xmlns:html anywhere, remove the declarations. Change-Id: Ic6aa62c28b2b21092d1e1d5c6f431807519f59af
17 lines
804 B
XML
17 lines
804 B
XML
<section xml:id="orchestration-configuring-api"
|
|
xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
version="5.0">
|
|
<?dbhtml stop-chunking?>
|
|
<title>Configure APIs</title>
|
|
<para>The following options allow configuration of the APIs that
|
|
Orchestration supports. Currently this includes compatibility APIs for
|
|
CloudFormation and CloudWatch and a native API.</para>
|
|
<xi:include href="../../common/tables/heat-api.xml"/>
|
|
<xi:include href="../../common/tables/heat-cfn_api.xml"/>
|
|
<xi:include href="../../common/tables/heat-cloudwatch_api.xml"/>
|
|
<xi:include href="../../common/tables/heat-metadata_api.xml"/>
|
|
<xi:include href="../../common/tables/heat-waitcondition_api.xml"/>
|
|
</section>
|