openstack-manuals/doc/common/app_command_reference.xml
Stephen Gordon e827a0d412 CLI references are shared guides
Move CLI sections to common as they are shared between user guide, admin
user guide, and config reference guide. Update the appendix (which was
already in common) to refer to the new location.

Change-Id: Id51aacea15ce70a90e1a49203665b2797d374e48
2013-09-17 15:34:19 -04:00

40 lines
1.6 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="nova_summary" label="A">
<title>Command reference</title>
<xi:include
href="section_keystone_cli_commands.xml"/>
<?hard page-break?>
<xi:include
href="section_glance_cli_commands.xml"/>
<?hard page-break?>
<xi:include
href="section_neutron_cli_commands.xml"/>
<?hard page-break?>
<xi:include
href="section_nova_cli_commands.xml"/>
<?hard page-break?>
<xi:include
href="section_cinder_cli_commands.xml"/>
<?hard page-break?>
<xi:include
href="section_swift_cli_commands.xml"/>
<?hard page-break?>
<xi:include
href="section_heat_cli_commands.xml"
/>
</appendix>