openstack-manuals/doc/common/app_command_reference.xml
Diane Fleming ccb80d725d Renamed cli files for consistency
Updated a typo (keystone-mange -> keystone-manage)
Updated a few capitalization errors in titles

Change-Id: I38ec2a6c53b9e3a1e1bf330b54c26f293a764d94
author: diane fleming
2014-01-06 15:06:29 -06:00

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="nova_summary">
<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>