6dfd57faf7
Included section 'Metering' in the CLI chapter with some basic commands for listing alarms, meters, statistics etc. Also included the list of commands, optional arguments in the Appendix-Command Reference. Made minor updates according to review comments. Partial-Bug: #1201459 Change-Id: I42b18fea1f8eec2df8d78cb1dd55f4cb03766feb
42 lines
1.7 KiB
XML
42 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE appendix [
|
|
<!-- Some useful entities borrowed from HTML -->
|
|
<!ENTITY ndash "–">
|
|
<!ENTITY mdash "—">
|
|
<!ENTITY hellip "…">
|
|
<!-- 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_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"/>
|
|
<?hard page-break?>
|
|
<xi:include
|
|
href="section_ceilometer_cli_commands.xml"/>
|
|
</appendix>
|