openstack-manuals/doc/user-guide-admin/ch_cli.xml
Christian Berendt bbec5aa4d2 Unified the syntax of the XML root element (user-guide-admin)
The XML root element of Docbook XML files should match the following
format:

<ELEMENT 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="THE_XML_ID_OF_THE_ELEMENT">

Change-Id: If8d27898af12af2edc2d2d13557ec2365a241656
2014-07-09 21:25:59 +02:00

38 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter [
]>
<chapter 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="admin_ch_cli">
<info>
<title>OpenStack command-line clients</title>
</info>
<xi:include
href="../common/section_cli_overview.xml"/>
<?hard-pagebreak?>
<xi:include
href="../common/section_cli_version.xml"/>
<?hard-pagebreak?>
<xi:include
href="../common/section_cli_help.xml"/>
<?hard-pagebreak?>
<xi:include
href="section_cli_keystone_manage_projects_users_roles.xml"/>
<?hard-pagebreak?>
<xi:include href="section_cli_manage_services.xml"/>
<?hard-pagebreak?>
<xi:include href="../common/section_cli_glance_manage_images.xml"/>
<?hard-pagebreak?>
<xi:include href="../common/section_cli_cinder_manage_volumes.xml"/>
<?hard-pagebreak?>
<xi:include href="section_cli_nova_manage_flavors.xml"/>
<?hard-pagebreak?>
<xi:include href="section_cli_admin_manage_environment.xml"/>
<?hard-pagebreak?>
<xi:include href="section_cli_keystone_set_quotas.xml"/>
<?hard-pagebreak?>
<xi:include href="section_cli_swift_analyze_log_files.xml"/>
</chapter>