openstack-manuals/doc/common/app_command_reference.xml

42 lines
1.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE appendix [
<!-- Some useful entities borrowed from HTML -->
<!ENTITY ndash "&#x2013;">
<!ENTITY mdash "&#x2014;">
<!ENTITY hellip "&#x2026;">
<!-- Useful for describing APIs -->
<!ENTITY GET '<command xmlns="http://docbook.org/ns/docbook">GET</command>'>
<!ENTITY PUT '<command xmlns="http://docbook.org/ns/docbook">PUT</command>'>
<!ENTITY POST '<command xmlns="http://docbook.org/ns/docbook">POST</command>'>
<!ENTITY DELETE '<command xmlns="http://docbook.org/ns/docbook">DELETE</command>'>
]>
<appendix 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="app_command_reference">
<title>Command reference</title>
<xi:include
href="section_cli_keystone_commands.xml"/>
<?hard page-break?>
<xi:include
href="section_cli_glance_commands.xml"/>
<?hard page-break?>
<xi:include
href="section_cli_neutron_commands.xml"/>
<?hard page-break?>
<xi:include
href="section_cli_nova_commands.xml"/>
<?hard page-break?>
<xi:include
href="section_cli_cinder_commands.xml"/>
<?hard page-break?>
<xi:include
href="section_cli_swift_commands.xml"/>
<?hard page-break?>
<xi:include
href="section_cli_heat_commands.xml"/>
<?hard page-break?>
<xi:include
href="section_cli_ceilometer_commands.xml"/>
</appendix>