Unified the syntax of the XML root element (install-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: I1e0804e2c5021bd78b77483f3156c5b069453555
This commit is contained in:
Christian Berendt 2014-07-09 21:24:01 +02:00
parent 89e3690c5f
commit a2d662d600
77 changed files with 258 additions and 172 deletions

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<appendix xml:id="reserved_uids" <appendix 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="reserved_uids">
<title>Reserved user IDs</title> <title>Reserved user IDs</title>
<para> <para>

View File

@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<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="openstack-install-manual-juno" xml:id="openstack-install-manual-juno">
status="draft">
<title>OpenStack Installation Guide for <title>OpenStack Installation Guide for
<phrase os="rhel;centos;fedora">Red Hat Enterprise Linux, CentOS, and Fedora</phrase> <phrase os="rhel;centos;fedora">Red Hat Enterprise Linux, CentOS, and Fedora</phrase>
<phrase os="ubuntu">Ubuntu 12.04/14.04 (LTS)</phrase> <phrase os="ubuntu">Ubuntu 12.04/14.04 (LTS)</phrase>

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" version="5.0" xml:id="ch_basics"> xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="ch_basics">
<?dbhtml-stop-chunking?> <?dbhtml-stop-chunking?>
<title>Basic environment configuration</title> <title>Basic environment configuration</title>

View File

@ -1,8 +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" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="ch_ceilometer"> version="5.0"
xml:id="ch_ceilometer">
<title>Add the Telemetry module</title> <title>Add the Telemetry module</title>
<para>Telemetry provides a framework for monitoring and metering <para>Telemetry provides a framework for monitoring and metering
the OpenStack cloud. It is also known as the ceilometer the OpenStack cloud. It is also known as the ceilometer

View File

@ -1,7 +1,8 @@
<?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" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="ch_cinder"> xml:id="ch_cinder">
<title>Add the Block Storage service</title> <title>Add the Block Storage service</title>
<para>The OpenStack Block Storage service works through the <para>The OpenStack Block Storage service works through the

View File

@ -1,8 +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" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="ch_clients"> version="5.0"
xml:id="ch_clients">
<title>Install and configure the OpenStack clients</title> <title>Install and configure the OpenStack clients</title>
<para>The following sections contain information about working <para>The following sections contain information about working
with the OpenStack clients. Recall: in the previous section, with the OpenStack clients. Recall: in the previous section,

View File

@ -1,8 +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" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="ch_debconf" os="debian"> version="5.0"
xml:id="ch_debconf">
<title>Configure OpenStack with debconf</title> <title>Configure OpenStack with debconf</title>
<xi:include href="section_debconf-concepts.xml"/> <xi:include href="section_debconf-concepts.xml"/>
<xi:include href="section_debconf-dbconfig-common.xml"/> <xi:include href="section_debconf-dbconfig-common.xml"/>

View File

@ -1,7 +1,8 @@
<?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" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="ch_glance"> xml:id="ch_glance">
<title>Add the Image Service</title> <title>Add the Image Service</title>
<para>The OpenStack Image Service (glance) enables users to discover, <para>The OpenStack Image Service (glance) enables users to discover,

View File

@ -1,7 +1,8 @@
<?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" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="ch_heat"> xml:id="ch_heat">
<title>Add the Orchestration module</title> <title>Add the Orchestration module</title>
<para>The Orchestration module (heat) uses a heat orchestration template <para>The Orchestration module (heat) uses a heat orchestration template

View File

@ -1,7 +1,8 @@
<?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" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="ch_horizon"> xml:id="ch_horizon">
<title>Add the dashboard</title> <title>Add the dashboard</title>
<para>The OpenStack dashboard, also known as <link <para>The OpenStack dashboard, also known as <link

View File

@ -1,8 +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" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="ch_keystone"> version="5.0"
xml:id="ch_keystone">
<title>Add the Identity service</title> <title>Add the Identity service</title>
<xi:include href="../common/section_keystone-concepts.xml"/> <xi:include href="../common/section_keystone-concepts.xml"/>
<xi:include href="section_keystone-install.xml"/> <xi:include href="section_keystone-install.xml"/>

View File

@ -1,7 +1,8 @@
<?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" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="launch-instance"> xml:id="launch-instance">
<title>Launch an instance</title> <title>Launch an instance</title>
<para>An instance is a VM that OpenStack provisions on a compute node. <para>An instance is a VM that OpenStack provisions on a compute node.

View File

@ -1,7 +1,8 @@
<?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" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="ch_networking"> xml:id="ch_networking">
<title>Add a networking component</title> <title>Add a networking component</title>
<para>This chapter explains how to install and configure either <para>This chapter explains how to install and configure either

View File

@ -1,7 +1,8 @@
<?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" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="ch_nova"> xml:id="ch_nova">
<?dbhtml-stop-chunking?> <?dbhtml-stop-chunking?>
<title>Add the Compute service</title> <title>Add the Compute service</title>

View File

@ -1,7 +1,8 @@
<?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" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="ch_overview"> xml:id="ch_overview">
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<title>Architecture</title> <title>Architecture</title>

View File

@ -1,7 +1,8 @@
<?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" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="ch_swift"> xml:id="ch_swift">
<title>Add Object Storage</title> <title>Add Object Storage</title>
<para>The OpenStack Object Storage services work together to provide <para>The OpenStack Object Storage services work together to provide

View File

@ -1,8 +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" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="ch_trove"> version="5.0"
xml:id="ch_trove">
<title>Add the Database service</title> <title>Add the Database service</title>
<para>Use the <glossterm baseform="Database Service">Database <para>Use the <glossterm baseform="Database Service">Database
module</glossterm> to create cloud database resources. The module</glossterm> to create cloud database resources. The

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="adding-proxy-server" <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="adding-proxy-server">
<title>Add another proxy server</title> <title>Add another proxy server</title>
<para>To provide additional reliability and bandwidth <para>To provide additional reliability and bandwidth
to your cluster, you can add proxy servers. You can to your cluster, you can add proxy servers. You can

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="example-object-storage-installation-architecture" <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="example-object-storage-installation-architecture">
<title>Example of Object Storage installation architecture</title> <title>Example of Object Storage installation architecture</title>
<itemizedlist> <itemizedlist>
<listitem> <listitem>

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="installing-and-configuring-the-proxy-node" <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="installing-and-configuring-the-proxy-node">
<title>Install and configure the proxy node</title> <title>Install and configure the proxy node</title>
<para>The proxy server takes each request and looks up locations <para>The proxy server takes each request and looks up locations
for the account, container, or object and routes the requests for the account, container, or object and routes the requests

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="installing-and-configuring-storage-nodes" <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="installing-and-configuring-storage-nodes">
<title>Install and configure storage nodes</title> <title>Install and configure storage nodes</title>
<note> <note>
<para>Object Storage works on any file system that supports <para>Object Storage works on any file system that supports

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="installing-openstack-object-storage" <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="installing-openstack-object-storage">
<title>Install Object Storage</title> <title>Install Object Storage</title>
<para>Though you can install OpenStack Object Storage for development or <para>Though you can install OpenStack Object Storage for development or
testing purposes on one server, a multiple-server installation enables testing purposes on one server, a multiple-server installation enables

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="object-storage-network-planning" <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="object-storage-network-planning">
<title>Plan networking for Object Storage</title> <title>Plan networking for Object Storage</title>
<para>For both conserving network resources and ensuring that <para>For both conserving network resources and ensuring that
network administrators understand the needs for networks and network administrators understand the needs for networks and

View File

@ -3,10 +3,11 @@
<!ENTITY % openstack SYSTEM "../../common/entities/openstack.ent"> <!ENTITY % openstack SYSTEM "../../common/entities/openstack.ent">
%openstack; %openstack;
]> ]>
<section xml:id="object-storage-system-requirements" <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="object-storage-system-requirements">
<?dbhtml-stop-chunking?> <?dbhtml-stop-chunking?>
<title>System requirements for Object Storage</title> <title>System requirements for Object Storage</title>
<para><emphasis role="bold">Hardware</emphasis>: OpenStack Object <para><emphasis role="bold">Hardware</emphasis>: OpenStack Object

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="verify-object-storage-installation" <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="verify-object-storage-installation">
<title>Verify the installation</title> <title>Verify the installation</title>
<para>You can run these commands from the proxy server or any <para>You can run these commands from the proxy server or any
server that has access to the Identity Service.</para> server that has access to the Identity Service.</para>

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="start-storage-node-services" <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="start-storage-node-services">
<?dbhtml-stop-chunking?> <?dbhtml-stop-chunking?>
<title>Start services on the storage nodes</title> <title>Start services on the storage nodes</title>
<para>Now that the ring files are on each storage node, you can <para>Now that the ring files are on each storage node, you can

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="basics-database"> xml:id="basics-database">
<?dbhtml-stop-chunking?> <?dbhtml-stop-chunking?>
<title>Database</title> <title>Database</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="basics-networking-neutron"> xml:id="basics-networking-neutron">
<?dbhtml-stop-chunking?> <?dbhtml-stop-chunking?>
<title>OpenStack Networking (neutron)</title> <title>OpenStack Networking (neutron)</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="basics-networking-nova"> xml:id="basics-networking-nova">
<?dbhtml-stop-chunking?> <?dbhtml-stop-chunking?>
<title>Legacy networking (nova-network)</title> <title>Legacy networking (nova-network)</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="basics-networking"> xml:id="basics-networking">
<?dbhtml-stop-chunking?> <?dbhtml-stop-chunking?>
<title>Networking</title> <title>Networking</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="basics-ntp"> xml:id="basics-ntp">
<?dbhtml-stop-chunking?> <?dbhtml-stop-chunking?>
<title>Network Time Protocol (NTP)</title> <title>Network Time Protocol (NTP)</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="basics-packages"> xml:id="basics-packages">
<?dbhtml-stop-chunking?> <?dbhtml-stop-chunking?>
<title>OpenStack packages</title> <title>OpenStack packages</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="basics-passwords"> xml:id="basics-passwords">
<?dbhtml-stop-chunking?> <?dbhtml-stop-chunking?>
<title>Passwords</title> <title>Passwords</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="basics-prerequisites"> xml:id="basics-prerequisites">
<?dbhtml-stop-chunking?> <?dbhtml-stop-chunking?>
<title>Before you begin</title> <title>Before you begin</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="basics-queue"> xml:id="basics-queue">
<?dbhtml-stop-chunking?> <?dbhtml-stop-chunking?>
<title>Messaging server</title> <title>Messaging server</title>

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="ceilometer-install-cinder" <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="ceilometer-install-cinder">
<?dbhtml-stop-chunking?> <?dbhtml-stop-chunking?>
<title>Add the Block Storage service agent for Telemetry</title> <title>Add the Block Storage service agent for Telemetry</title>
<procedure> <procedure>

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="ceilometer-install-glance" <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="ceilometer-install-glance">
<title>Configure the Image Service for Telemetry</title> <title>Configure the Image Service for Telemetry</title>
<procedure> <procedure>
<step> <step>

View File

@ -3,10 +3,11 @@
<!ENTITY % openstack SYSTEM "../common/entities/openstack.ent"> <!ENTITY % openstack SYSTEM "../common/entities/openstack.ent">
%openstack; %openstack;
]> ]>
<section xml:id="ceilometer-install" <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="ceilometer-install">
<title>Install the Telemetry module</title> <title>Install the Telemetry module</title>
<procedure> <procedure>
<para>Telemetry provides an API service that <para>Telemetry provides an API service that

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="ceilometer-install-nova" <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="ceilometer-install-nova">
<?dbhtml-stop-chunking?> <?dbhtml-stop-chunking?>
<title>Install the Compute agent for Telemetry</title> <title>Install the Compute agent for Telemetry</title>
<procedure> <procedure>

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="ceilometer-install-swift" <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="ceilometer-install-swift">
<title>Configure the Object Storage service for Telemetry</title> <title>Configure the Object Storage service for Telemetry</title>
<procedure> <procedure>
<step> <step>

View File

@ -1,7 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="ceilometer-verify" 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="ceilometer-verify">
<title>Verify the Telemetry installation</title> <title>Verify the Telemetry installation</title>
<para>To test the Telemetry installation, download an image from the <para>To test the Telemetry installation, download an image from the
Image Service, and use the <command>ceilometer</command> command to display usage statistics.</para> Image Service, and use the <command>ceilometer</command> command to display usage statistics.</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="cinder-controller"> xml:id="cinder-controller">
<title>Configure a Block Storage service controller</title> <title>Configure a Block Storage service controller</title>
<note> <note>

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="cinder-node"> xml:id="cinder-node">
<?dbhtml-stop-chunking?> <?dbhtml-stop-chunking?>
<title>Configure a Block Storage service node</title> <title>Configure a Block Storage service node</title>

View File

@ -1,7 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="cinder-verify" 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="cinder-verify">
<title>Verify the Block Storage installation</title> <title>Verify the Block Storage installation</title>
<para>To verify that the Block Storage is installed and configured properly, <para>To verify that the Block Storage is installed and configured properly,
create a new volume.</para> create a new volume.</para>

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="install_dashboard" <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="install_dashboard">
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<title>Install the dashboard</title> <title>Install the dashboard</title>
<para>Before you can install and configure the dashboard, meet the <para>Before you can install and configure the dashboard, meet the

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="dashboard-system-requirements" <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="dashboard-system-requirements">
<title>System requirements</title> <title>System requirements</title>
<para>Before you install the OpenStack dashboard, you must meet <para>Before you install the OpenStack dashboard, you must meet
the following system requirements:</para> the following system requirements:</para>

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="debconf-api-endpoints" <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="debconf-api-endpoints">
<title>Register API endpoints</title> <title>Register API endpoints</title>
<para>All Debian packages for API services, except the <para>All Debian packages for API services, except the
<package>heat-api</package> package, register the service in the <package>heat-api</package> package, register the service in the

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="debconf-general-principles" <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="debconf-general-principles">
<?dbhtml-stop-chunking?> <?dbhtml-stop-chunking?>
<title>debconf concepts</title> <title>debconf concepts</title>
<para>This chapter explains how to use the Debian <systemitem <para>This chapter explains how to use the Debian <systemitem

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="debconf-dbconfig-common" <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="debconf-dbconfig-common">
<title>Configure the database with dbconfig-common</title> <title>Configure the database with dbconfig-common</title>
<para>Many of the OpenStack services need to be configured <para>Many of the OpenStack services need to be configured
to access a database. These are configured through a DSN (Database to access a database. These are configured through a DSN (Database

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="debconf-keystone_authtoken" <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="debconf-keystone_authtoken">
<title>Services and the [keystone_authtoken]</title> <title>Services and the [keystone_authtoken]</title>
<para>Because most OpenStack services must access the Identity <para>Because most OpenStack services must access the Identity
Service, you must configure the IP address of the Service, you must configure the IP address of the

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="debconf-preseeding" <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="debconf-preseeding">
<title>Pre-seed debconf prompts</title> <title>Pre-seed debconf prompts</title>
<para>You can pre-seed all <systemitem <para>You can pre-seed all <systemitem
class="library">debconf</systemitem> prompts. To pre-seed means class="library">debconf</systemitem> prompts. To pre-seed means

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="debconf-rabbitmq" <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="debconf-rabbitmq">
<title>RabbitMQ credentials parameters</title> <title>RabbitMQ credentials parameters</title>
<para>For every package that must connect to a Messaging Server, the <para>For every package that must connect to a Messaging Server, the
Debian package enables you to configure the IP address for that Debian package enables you to configure the IP address for that

View File

@ -1,7 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="glance-install" 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="glance-install">
<title>Install and configure</title> <title>Install and configure</title>
<para>This section describes how to install and configure the Image Service, <para>This section describes how to install and configure the Image Service,
code-named glance, on the controller node. For simplicity, this code-named glance, on the controller node. For simplicity, this

View File

@ -1,7 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="glance-verify" 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="glance-verify">
<title>Verify operation</title> <title>Verify operation</title>
<para>This section describes how to verify operation of the Image <para>This section describes how to verify operation of the Image
Service using Service using

View File

@ -1,7 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="heat-install" 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="heat-install">
<title>Install and configure Orchestration</title> <title>Install and configure Orchestration</title>
<para>This section describes how to install and configure the <para>This section describes how to install and configure the
Orchestration module (heat) on the controller node.</para> Orchestration module (heat) on the controller node.</para>

View File

@ -1,7 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="heat-verify" 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="heat-verify">
<title>Verify operation</title> <title>Verify operation</title>
<para>This section describes how to verify operation of the Orchestration <para>This section describes how to verify operation of the Orchestration
module (heat).</para> module (heat).</para>

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="keystone-install" <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="keystone-install">
<title>Install and configure</title> <title>Install and configure</title>
<para>This section describes how to install and configure the <para>This section describes how to install and configure the
OpenStack Identity service on the controller node.</para> OpenStack Identity service on the controller node.</para>

View File

@ -3,7 +3,8 @@
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="keystone-services" os="ubuntu;rhel;centos;fedora;sles;opensuse"> xml:id="keystone-services"
os="ubuntu;rhel;centos;fedora;sles;opensuse">
<title>Create the service entity and API endpoint</title> <title>Create the service entity and API endpoint</title>
<para>After you create tenants, users, and roles, you must create the <para>After you create tenants, users, and roles, you must create the
<glossterm>service</glossterm> entity and <glossterm>service</glossterm> entity and

View File

@ -3,7 +3,8 @@
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="keystone-users" os="ubuntu;rhel;centos;fedora;sles;opensuse"> xml:id="keystone-users"
os="ubuntu;rhel;centos;fedora;sles;opensuse">
<title>Create tenants, users, and roles</title> <title>Create tenants, users, and roles</title>
<para>After you install the Identity service, create <para>After you install the Identity service, create
<glossterm baseform="tenant">tenants</glossterm> (projects), <glossterm baseform="tenant">tenants</glossterm> (projects),

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="launch-instance-neutron"> xml:id="launch-instance-neutron">
<title>Launch an instance with OpenStack Networking (neutron)</title> <title>Launch an instance with OpenStack Networking (neutron)</title>
<procedure> <procedure>

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="launch-instance-nova"> xml:id="launch-instance-nova">
<title>Launch an instance with legacy networking (nova-network)</title> <title>Launch an instance with legacy networking (nova-network)</title>
<procedure> <procedure>

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="neutron-concepts" <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="neutron-concepts">
<title>Networking concepts</title> <title>Networking concepts</title>
<para>OpenStack Networking (neutron) manages all networking facets <para>OpenStack Networking (neutron) manages all networking facets
for the Virtual Networking Infrastructure (VNI) and the access for the Virtual Networking Infrastructure (VNI) and the access

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="neutron-initial-networks" <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="neutron-initial-networks">
<title>Create initial networks</title> <title>Create initial networks</title>
<para>Before launching your first instance, you must create the <para>Before launching your first instance, you must create the
necessary virtual network infrastructure to which the instance will necessary virtual network infrastructure to which the instance will

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="neutron-ml2-compute-node" <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="neutron-ml2-compute-node">
<title>Configure compute node</title> <title>Configure compute node</title>
<para>Before you install and configure OpenStack Networking, you <para>Before you install and configure OpenStack Networking, you
must enable certain kernel networking functions.</para> must enable certain kernel networking functions.</para>

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="neutron-ml2-controller-node" <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="neutron-ml2-controller-node">
<title>Configure controller node</title> <title>Configure controller node</title>
<procedure os="ubuntu;rhel;centos;fedora;sles;opensuse"> <procedure os="ubuntu;rhel;centos;fedora;sles;opensuse">
<title>Prerequisites</title> <title>Prerequisites</title>

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="neutron-ml2-network-node" <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="neutron-ml2-network-node">
<title>Configure network node</title> <title>Configure network node</title>
<para>Before you install and configure OpenStack Networking, you <para>Before you install and configure OpenStack Networking, you
must enable certain kernel networking functions.</para> must enable certain kernel networking functions.</para>

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="neutron-compute-node" <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="neutron-compute-node">
<title>Configure compute node</title> <title>Configure compute node</title>
<note> <note>
<para>This section details set up for any node that runs the <para>This section details set up for any node that runs the

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="neutron-controller-node" <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="neutron-controller-node">
<title>Configure controller node</title> <title>Configure controller node</title>
<warning os="rhel;centos"> <warning os="rhel;centos">
<para>By default, the <literal>system-config-firewall</literal> <para>By default, the <literal>system-config-firewall</literal>

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="neutron-network-node" <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="neutron-network-node">
<title>Configure network node</title> <title>Configure network node</title>
<note> <note>
<para>Before you start, set up a machine as a dedicated network <para>Before you start, set up a machine as a dedicated network

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-compute-install"> xml:id="nova-compute-install">
<title>Install and configure a compute node</title> <title>Install and configure a compute node</title>
<para>This section describes how to install and configure the Compute <para>This section describes how to install and configure the Compute

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-controller-install"> xml:id="nova-controller-install">
<title>Install and configure controller node</title> <title>Install and configure controller node</title>
<para>This section describes how to install and configure the Compute <para>This section describes how to install and configure the Compute

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-networking-compute-node"> xml:id="nova-networking-compute-node">
<title>Configure compute node</title> <title>Configure compute node</title>
<para>This section covers deployment of a simple <para>This section covers deployment of a simple

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-networking-controller-node"> xml:id="nova-networking-controller-node">
<title>Configure controller node</title> <title>Configure controller node</title>
<para>Legacy networking primarily involves compute nodes. However, you must <para>Legacy networking primarily involves compute nodes. However, you must

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-network-initial-network"> xml:id="nova-network-initial-network">
<title>Create initial network</title> <title>Create initial network</title>
<para>Before launching your first instance, you must create the necessary <para>Before launching your first instance, you must create the necessary

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-verify"> xml:id="nova-verify">
<title>Verify operation</title> <title>Verify operation</title>
<para>This section describes how to verify operation of the Compute <para>This section describes how to verify operation of the Compute

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="trove-install" version="5.0"> <section 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="trove-install">
<title>Install the Database service</title> <title>Install the Database service</title>
<para>This procedure installs the Database module on the controller <para>This procedure installs the Database module on the controller
node.</para> node.</para>

View File

@ -1,7 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xml:id="trove-verify" 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="trove-verify">
<title>Verify the Database service installation</title> <title>Verify the Database service installation</title>
<para>To verify that the Database service is installed and <para>To verify that the Database service is installed and
configured correctly, try executing a Trove command:</para> configured correctly, try executing a Trove command:</para>