Unified the syntax of the XML root element (user-guide)

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: Ic59684221ba99632c71e3f9b5f97ec74f56793a4
This commit is contained in:
Christian Berendt
2014-07-09 19:50:31 +02:00
parent 89e3690c5f
commit 6be4f5775f
32 changed files with 113 additions and 84 deletions

View File

@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<appendix xmlns="http://docbook.org/ns/docbook" <appendix 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="app_cheat_sheet"> version="5.0"
xml:id="app_cheat_sheet">
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<title>OpenStack command-line interface cheat sheet</title> <title>OpenStack command-line interface cheat sheet</title>

View File

@@ -2,9 +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" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="os-user-guide"> version="5.0"
xml:id="os-user-guide">
<title>OpenStack End User Guide</title> <title>OpenStack End User Guide</title>
<titleabbrev>End User Guide</titleabbrev> <titleabbrev>End 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="ch_cli"> xml:id="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>OpenStack dashboard</title> <title>OpenStack dashboard</title>
</info> </info>

View File

@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<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" xml:id="ch_sdk"> xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="ch_sdk">
<info> <info>
<title>OpenStack Python SDK</title> <title>OpenStack Python SDK</title>
</info> </info>

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="ceilometer_cli_commands"> xml:id="ceilometer_cli_commands">
<title>Measure cloud resources</title> <title>Measure cloud resources</title>
<para>Telemetry measures cloud resources in OpenStack. It collects data related to billing. Currently, this metering service is available through <para>Telemetry measures cloud resources in OpenStack. It collects data related to billing. Currently, this metering service is available through
only the <command>ceilometer</command> command-line client.</para> only the <command>ceilometer</command> command-line client.</para>

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="heat-stack-create"> xml:id="heat-stack-create">
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<title>Create and manage stacks</title> <title>Create and manage stacks</title>
<para>The Orchestration module enables you to orchestrate multiple composite cloud applications. <para>The Orchestration module enables you to orchestrate multiple composite cloud applications.

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="config-drive"> version="5.0"
xml:id="config-drive">
<title>Store metadata on a configuration drive</title> <title>Store metadata on a configuration drive</title>
<para>You can configure OpenStack to write metadata to a special <para>You can configure OpenStack to write metadata to a special
configuration drive that attaches to the instance when it boots. The configuration drive that attaches to the instance when it boots. The

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="cli_configure_instances"> version="5.0"
xml:id="cli_configure_instances">
<title>Configure access and security for instances</title> <title>Configure access and security for instances</title>
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<para>When you launch a virtual machine, you can inject a <emphasis <para>When you launch a virtual machine, you can inject a <emphasis

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 and can also have a public, or floating, <para>Each instance has a private, fixed IP address and can also have a public, or floating,
address. Private IP addresses are used for communication between instances, and public address. Private IP addresses are used for communication between instances, and public

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_instances"> version="5.0"
xml:id="cli_manage_instances">
<title>Manage instances and hosts</title> <title>Manage instances and hosts</title>
<para>Instances are virtual machines that run inside the cloud on <para>Instances are virtual machines that run inside the cloud on
physical compute nodes. The Compute service manages instances. physical compute nodes. The Compute service manages instances.

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_migrate_instances"> version="5.0"
xml:id="cli_migrate_instances">
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<title>Use snapshots to migrate instances</title> <title>Use snapshots to migrate instances</title>
<para>To use snapshots to migrate instances from OpenStack projects to clouds, complete these steps.</para> <para>To use snapshots to migrate instances from OpenStack projects to clouds, complete these steps.</para>

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="managing-openstack-object-storage-with-swift-cli"> version="5.0"
xml:id="managing-openstack-object-storage-with-swift-cli">
<title>Manage objects and containers</title> <title>Manage objects and containers</title>
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<para>The OpenStack Object Storage service provides the <para>The OpenStack Object Storage service provides the

View File

@@ -4,10 +4,10 @@
%openstack; %openstack;
]> ]>
<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="trove-manage-db"> xml:id="trove-manage-db">
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<title>Create and manage databases</title> <title>Create and manage databases</title>
<para>The Database service provides scalable and reliable cloud provisioning functionality for both relational and non-relational database engines. Users can quickly and easily use database features without the burden of handling complex administrative tasks.</para> <para>The Database service provides scalable and reliable cloud provisioning functionality for both relational and non-relational database engines. Users can quickly and easily use database features without the burden of handling complex administrative tasks.</para>

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="Launching_Instances_using_Dashboard"> version="5.0"
xml:id="Launching_Instances_using_Dashboard">
<title>Configure access and security for instances</title> <title>Configure access and security for instances</title>
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<para>Before you launch an instance, you should add security group rules to <para>Before you launch an instance, you should add security group rules to

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_create_networks"> version="5.0"
xml:id="dashboard_create_networks">
<title>Create and manage networks</title> <title>Create and manage networks</title>
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<para>The OpenStack Networking service provides a scalable <para>The OpenStack Networking service provides a scalable

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_launch_instances"> version="5.0"
xml:id="dashboard_launch_instances">
<title>Launch and manage instances</title> <title>Launch and manage instances</title>
<para>Instances are virtual machines that run inside the <para>Instances are virtual machines that run inside the
cloud.</para> cloud.</para>

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_launch_instances_from_image"> version="5.0"
xml:id="dashboard_launch_instances_from_image">
<title>Launch an instance</title> <title>Launch an instance</title>
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<para>When you launch an instance from an image, OpenStack creates a local <para>When you launch an instance from an image, OpenStack creates a local

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_containers"> xml:id="dashboard_manage_containers">
<title>Create and manage object containers</title> <title>Create and manage object containers</title>
<?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" <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">
<title>Upload and manage images</title> <title>Upload and manage images</title>
<para>A virtual machine image, referred to in this document simply <para>A virtual machine image, referred to in this document simply

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">
<title>Create and manage volumes</title> <title>Create and manage volumes</title>
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<para>Volumes are block storage devices that you attach to <para>Volumes are block storage devices that you attach to

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_stacks"> version="5.0"
xml:id="dashboard_stacks">
<title>Launch and manage stacks</title> <title>Launch and manage stacks</title>
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<para>OpenStack Orchestration is a service that you can use to <para>OpenStack Orchestration is a service that you can use 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="sdk_auth_glance"> xml:id="sdk_auth_glance">
<title>Authenticate against an Image Service endpoint</title> <title>Authenticate against an Image Service endpoint</title>
<para>To authenticate against an Image Service endpoint, instantiate <para>To authenticate against an Image Service endpoint, instantiate

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="sdk_auth_keystone"> xml:id="sdk_auth_keystone">
<title>Authenticate against an Identity endpoint</title> <title>Authenticate against an Identity endpoint</title>
<para>To authenticate against the Identity v2.0 endpoint, <para>To authenticate against the Identity v2.0 endpoint,

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="sdk_auth_neutron"> xml:id="sdk_auth_neutron">
<title>Authenticate against a Networking endpoint</title> <title>Authenticate against a Networking endpoint</title>
<para>To authenticate against a Networking endpoint, instantiate a <para>To authenticate against a Networking endpoint, instantiate a

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="sdk_auth_nova"> xml:id="sdk_auth_nova">
<title>Authenticate against a Compute endpoint</title> <title>Authenticate against a Compute endpoint</title>
<para>To authenticate against a Compute endpoint, instantiate a <para>To authenticate against a Compute endpoint, instantiate a

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:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="sdk_auth"> xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="sdk_auth">
<title>Authenticate</title> <title>Authenticate</title>
<para>When using the SDK, you must authenticate against an OpenStack <para>When using the SDK, you must authenticate against an OpenStack
endpoint before you can use OpenStack services. Each project uses endpoint before you can use OpenStack services. Each project uses

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="sdk_configure_instances"> version="5.0"
xml:id="sdk_configure_instances">
<title>Configure access and security for instances</title> <title>Configure access and security for instances</title>
<para>When working with images in the SDK, you will call <para>When working with images in the SDK, you will call
<literal>novaclient</literal> methods.</para> <literal>novaclient</literal> methods.</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="sdk_install"> xml:id="sdk_install">
<title>Install the OpenStack SDK</title> <title>Install the OpenStack SDK</title>
<para>Each OpenStack project has its own Python library. These <para>Each OpenStack project has its own Python library. These

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="sdk_manage_images"> xml:id="sdk_manage_images">
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<title>Manage images</title> <title>Manage images</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="sdk_neutron_apis"> version="5.0"
xml:id="sdk_neutron_apis">
<title>Networking</title> <title>Networking</title>
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<para>To use the information in this section, you should have a <para>To use the information in this section, you should have a

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="sdk_compute_apis"> version="5.0"
xml:id="sdk_compute_apis">
<title>Compute</title> <title>Compute</title>
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<para>To use the information in this section, you must be familiar with OpenStack Compute.</para> <para>To use the information in this section, you must be familiar with OpenStack Compute.</para>