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,8 +2,8 @@
<!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>

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" version="5.0"> xmlns:xlink="http://www.w3.org/1999/xlink"
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,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="admin_cli_manage_projects_users"> 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>

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,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="section_cli_manage_services"> xml:id="section_cli_manage_services">
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<title>Manage services</title> <title>Manage services</title>

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" version="5.0"> xmlns:xlink="http://www.w3.org/1999/xlink"
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,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="nova_cli_host_servers_migrate"> 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

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="cli_manage_flavors"> xml:id="cli_manage_flavors">
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<title>Manage flavors</title> <title>Manage flavors</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="nova_cli_manage_projects_security"> xml:id="nova_cli_manage_projects_security">
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<title>Manage project security</title> <title>Manage project security</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="nova_cli_migrate_single"> 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,

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="nova-manage-services"> 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

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="specify-host-to-boot-instances-on"> 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

View File

@ -1,8 +1,8 @@
<?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" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink"
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>

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_flavors"> xml:id="dashboard_manage_flavors">
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<title>Manage flavors</title> <title>Manage flavors</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_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

@ -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="dashboard_manage_instances"> xml:id="dashboard_manage_instances">
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<title>Manage instances</title> <title>Manage instances</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_projects_security"> xml:id="dashboard_manage_projects_security">
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<title>Manage project security</title> <title>Manage project security</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_projects_users"> xml:id="dashboard_manage_projects_users">
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<title>Manage projects and users</title> <title>Manage projects and users</title>

View File

@ -1,7 +1,7 @@
<?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>

View File

@ -1,7 +1,7 @@
<?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?>

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,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_volumes"> 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>

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"
version="5.0" xml:id="section_ceilometer_dashboard"> xmlns:xlink="http://www.w3.org/1999/xlink"
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