e827a0d412
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
40 lines
1.6 KiB
XML
40 lines
1.6 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" 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>
|