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
This commit is contained in:
Christian Berendt 2014-07-09 21:25:33 +02:00
parent 89e3690c5f
commit bbec5aa4d2
30 changed files with 113 additions and 86 deletions

View File

@ -2,10 +2,10 @@
<!DOCTYPE book [ <!DOCTYPE book [
]> ]>
<book xmlns="http://docbook.org/ns/docbook" <book xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0" version="5.0"
xml:id="os-admin-user-guide"> xml:id="os-admin-user-guide">
<title>OpenStack Admin User Guide</title> <title>OpenStack Admin User Guide</title>
<titleabbrev>Admin User Guide</titleabbrev> <titleabbrev>Admin User Guide</titleabbrev>
<info> <info>

View File

@ -2,10 +2,10 @@
<!DOCTYPE chapter [ <!DOCTYPE chapter [
]> ]>
<chapter xmlns="http://docbook.org/ns/docbook" <chapter xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0" version="5.0"
xml:id="admin_ch_cli"> xml:id="admin_ch_cli">
<info> <info>
<title>OpenStack command-line clients</title> <title>OpenStack command-line clients</title>
</info> </info>

View File

@ -2,10 +2,10 @@
<!DOCTYPE chapter [ <!DOCTYPE chapter [
]> ]>
<chapter xmlns="http://docbook.org/ns/docbook" <chapter xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0" version="5.0"
xml:id="ch_dashboard"> xml:id="ch_dashboard">
<info> <info>
<title>Dashboard</title> <title>Dashboard</title>
</info> </info>

View File

@ -1,7 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook" <section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0" xml:id="section_cli_admin_manage_environment"> xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="section_cli_admin_manage_environment">
<title>Manage the OpenStack environment</title> <title>Manage the OpenStack environment</title>
<para>This section includes tasks specific to the OpenStack environment.</para> <para>This section includes tasks specific to the OpenStack environment.</para>
<xi:include href="section_cli_nova_specify_host.xml"/> <xi:include href="section_cli_nova_specify_host.xml"/>

View File

@ -1,7 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook" <section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0" xml:id="section_cli_admin_manage_stacks"> xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="section_cli_admin_manage_stacks">
<title>Launch and manage stacks</title> <title>Launch and manage stacks</title>
<para>The Orchestration service provides a template-based orchestration engine <para>The Orchestration service provides a template-based orchestration engine
for the OpenStack cloud, which can be used to create and manage cloud for the OpenStack cloud, which can be used to create and manage cloud

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="cli_set_block_storage_quotas" <section xmlns="http://docbook.org/ns/docbook"
xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"> version="5.0"
xml:id="cli_set_block_storage_quotas">
<title>Manage Block Storage service quotas</title> <title>Manage Block Storage service quotas</title>
<para>As an administrative user, you can update the OpenStack Block <para>As an administrative user, you can update the OpenStack Block
Storage service quotas for a project. You can also update the quota Storage service quotas for a project. You can also update the quota

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook" <section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="admin_cli_manage_projects_users"> version="5.0"
xml:id="admin_cli_manage_projects_users">
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<title>Manage projects, users, and roles</title> <title>Manage projects, users, and roles</title>
<para>As a cloud administrator, you manage projects, users, and <para>As a cloud administrator, you manage projects, users, and

View File

@ -5,7 +5,8 @@
]> ]>
<section xmlns="http://docbook.org/ns/docbook" <section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="cli_set_quotas"> xml:id="cli_set_quotas">
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<title>Manage quotas</title> <title>Manage quotas</title>

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook" <section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="section_cli_manage_services"> version="5.0"
xml:id="section_cli_manage_services">
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<title>Manage services</title> <title>Manage services</title>
<xi:include href="../common/section_cli_keystone_services.xml"/> <xi:include href="../common/section_cli_keystone_services.xml"/>

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="manage_ip_addresses" <section xmlns="http://docbook.org/ns/docbook"
xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"> version="5.0"
xml:id="manage_ip_addresses">
<title>Manage IP addresses</title> <title>Manage IP addresses</title>
<para>Each instance has a private, fixed IP address (assigned when launched) and can also have a <para>Each instance has a private, fixed IP address (assigned when launched) and can also have a
public, or floating, address. Private IP addresses are used for communication between public, or floating, address. Private IP addresses are used for communication between

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook" <section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="nova_cli_host_servers_migrate"> version="5.0"
xml:id="nova_cli_host_servers_migrate">
<title>Migrate all instances to another compute host</title> <title>Migrate all instances to another compute host</title>
<para>When you want to move all instances from one compute host to <para>When you want to move all instances from one compute host to
another, you can use the <command>nova another, you can use the <command>nova

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook" <section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="cli_manage_flavors"> version="5.0"
xml:id="cli_manage_flavors">
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<title>Manage flavors</title> <title>Manage flavors</title>
<para>In OpenStack, flavors define the compute, memory, and <para>In OpenStack, flavors define the compute, memory, and

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook" <section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="nova_cli_manage_projects_security"> version="5.0"
xml:id="nova_cli_manage_projects_security">
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<title>Manage project security</title> <title>Manage project security</title>
<para>Security groups are sets of IP filter rules that are applied <para>Security groups are sets of IP filter rules that are applied

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook" <section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="nova_cli_migrate_single"> version="5.0"
xml:id="nova_cli_migrate_single">
<title>Migrate single instance to another compute host</title> <title>Migrate single instance to another compute host</title>
<para>When you want to move an instance from one compute host to another, <para>When you want to move an instance from one compute host to another,
you can use the <command>nova migrate</command> command. The scheduler you can use the <command>nova migrate</command> command. The scheduler

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook" <section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="nova-manage-services"> version="5.0"
xml:id="nova-manage-services">
<title>Manage Compute services</title> <title>Manage Compute services</title>
<para>You can enable and disable Compute services. The following <para>You can enable and disable Compute services. The following
examples disable and enable the <systemitem class="service" examples disable and enable the <systemitem class="service"

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook" <section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="specify-host-to-boot-instances-on"> version="5.0"
xml:id="specify-host-to-boot-instances-on">
<title>Select hosts where instances are launched</title> <title>Select hosts where instances are launched</title>
<para>With the appropriate permissions, you can select which <para>With the appropriate permissions, you can select which
host instances are launched on and which roles can boot instances host instances are launched on and which roles can boot instances

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section <section xmlns="http://docbook.org/ns/docbook"
xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" version="5.0"
xml:id="analyzing-log-files-with-swift-cli"> xml:id="analyzing-log-files-with-swift-cli">
<title>Analyze log files</title> <title>Analyze log files</title>
<para>Use the swift command-line client to analyze log files.</para> <para>Use the swift command-line client to analyze log files.</para>
<para>The swift client is simple to use, scalable, and flexible.</para><para>Use the swift client <option>-o</option> or <para>The swift client is simple to use, scalable, and flexible.</para><para>Use the swift client <option>-o</option> or

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook" <section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="dashboard_manage_flavors"> version="5.0"
xml:id="dashboard_manage_flavors">
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<title>Manage flavors</title> <title>Manage flavors</title>
<para>In OpenStack, a flavor defines the compute, memory, and storage <para>In OpenStack, a flavor defines the compute, memory, and storage

View File

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook" <section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="dashboard_manage_host_aggregates"> xml:id="dashboard_manage_host_aggregates">
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<title>Create and manage host aggregates</title> <title>Create and manage host aggregates</title>

View File

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook" <section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="dashboard_manage_images"> xml:id="dashboard_manage_images">
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<title>Create and manage images</title> <title>Create and manage images</title>

View File

@ -4,9 +4,10 @@
%openstack; %openstack;
]> ]>
<section xmlns="http://docbook.org/ns/docbook" <section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="dashboard_manage_instances"> version="5.0"
xml:id="dashboard_manage_instances">
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<title>Manage instances</title> <title>Manage instances</title>
<para>As an administrative user, you can manage instances for <para>As an administrative user, you can manage instances for

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook" <section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="dashboard_manage_projects_security"> version="5.0"
xml:id="dashboard_manage_projects_security">
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<title>Manage project security</title> <title>Manage project security</title>
<para>Security groups are sets of IP filter rules that define networking <para>Security groups are sets of IP filter rules that define networking

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook" <section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="dashboard_manage_projects_users"> version="5.0"
xml:id="dashboard_manage_projects_users">
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<title>Manage projects and users</title> <title>Manage projects and users</title>
<para>As an OpenStack cloud administrator, you manage both <para>As an OpenStack cloud administrator, you manage both

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook" <section xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0" version="5.0"
xml:id="section_dashboard_admin_manage_resources"> xml:id="section_dashboard_admin_manage_resources">
<title>View cloud resources</title> <title>View cloud resources</title>
<xi:include href="section_dashboard_admin_manage_services.xml"/> <xi:include href="section_dashboard_admin_manage_services.xml"/>
<xi:include href="section_dashboard_admin_view_cloud_resources.xml"/> <xi:include href="section_dashboard_admin_view_cloud_resources.xml"/>

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook" <section xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0" version="5.0"
xml:id="section_dashboard_admin_manage_roles"> xml:id="section_dashboard_admin_manage_roles">
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<title>Create and manage roles</title> <title>Create and manage roles</title>
<para>A role is a personality that a user assumes to perform a specific set <para>A role is a personality that a user assumes to perform a specific set

View File

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook" version="5.0" <section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="dashboard_view_services"> xml:id="dashboard_view_services">
<title>View services information</title> <title>View services information</title>
<para>As an administrative user, you can view information for <para>As an administrative user, you can view information for

View File

@ -1,7 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook" <section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0" xml:id="section_dashboard_admin_manage_stacks"> xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="section_dashboard_admin_manage_stacks">
<title>Launch and manage stacks</title> <title>Launch and manage stacks</title>
<para>The Orchestration service provides a template-based orchestration engine <para>The Orchestration service provides a template-based orchestration engine
for the OpenStack cloud, which can be used to create and manage cloud for the OpenStack cloud, which can be used to create and manage cloud

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook" <section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="dashboard_manage_volumes"> version="5.0"
xml:id="dashboard_manage_volumes">
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<title>Manage volumes and volume types</title> <title>Manage volumes and volume types</title>
<para>Volumes are the Block Storage devices that you attach to <para>Volumes are the Block Storage devices that you attach to

View File

@ -3,9 +3,10 @@
<!ENTITY % openstack SYSTEM "../common/entities/openstack.ent"> <!ENTITY % openstack SYSTEM "../common/entities/openstack.ent">
%openstack; %openstack;
]> ]>
<section xmlns="http://docbook.org/ns/docbook" version="5.0" <section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="dashboard_set_quotas"> xml:id="dashboard_set_quotas">
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<title>View and manage quotas</title> <title>View and manage quotas</title>

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook" <section xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0" xml:id="section_ceilometer_dashboard"> version="5.0"
xml:id="section_ceilometer_dashboard">
<title>View cloud usage statistics</title> <title>View cloud usage statistics</title>
<para>The Telemetry module provides user-level usage data for OpenStack-based clouds, <para>The Telemetry module provides user-level usage data for OpenStack-based clouds,
which can be used for customer billing, system monitoring, or alerts. Data can be which can be used for customer billing, system monitoring, or alerts. Data can be