Rework to add PDF for complete API reference pages

Add link for comprehensive API Reference PDF to all index.html pages

Partial-Bug: #1301473

Change-Id: I9ac759e0a26d64c1060a0ff1fc1a00565416fa2c
author: diane fleming
This commit is contained in:
Diane Fleming 2014-04-02 16:06:55 -05:00
parent 717faea967
commit 006cafd5a2
6 changed files with 356 additions and 296 deletions

View File

@ -2,68 +2,74 @@
<section xml:id="section_image-mgmt" <section xml:id="section_image-mgmt"
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">
<title>Image management</title> <title>Image management</title>
<para>The OpenStack Image Service discovers, registers, and retrieves virtual machine images. <para>The OpenStack Image Service discovers, registers, and
The service also includes a RESTful API that allows you to query VM image metadata and retrieves virtual machine images. The service also includes a
retrieve the actual image with HTTP requests. For more information about the API, see the RESTful API that allows you to query VM image metadata and
<link xlink:href="http://api.openstack.org/api-ref.html#os-images-2.0"> OpenStack retrieve the actual image with HTTP requests. For more
API</link> or the <link information about the API, see the <link
xlink:href="http://docs.openstack.org/developer/python-glanceclient/"> Python xlink:href="http://api.openstack.org/api-ref.html"
API</link>.</para> >OpenStack API Complete Reference</link> and the <link
<para>The OpenStack Image Service can be controlled using a command-line tool. For more xlink:href="http://docs.openstack.org/developer/python-glanceclient/"
information about the using OpenStack Image command-line tool, see the <link >Python API</link>.</para>
xlink:href="http://docs.openstack.org/user-guide/content/cli_manage_images.html"> Manage <para>The OpenStack Image Service can be controlled using a
Images</link> section in the <citetitle>OpenStack End User Guide</citetitle>.</para> command-line tool. For more information about the using
<para>Virtual images that have been made available through the Image Service can be stored OpenStack Image command-line tool, see the <link
in a variety of ways. In order to use these services, you must have a working installation xlink:href="http://docs.openstack.org/user-guide/content/cli_manage_images.html"
of the Image Service, with a working endpoint, and users that have been created in OpenStack >Manage Images</link> section in the <citetitle>OpenStack
Identity. Additionally, you must meet the environment variables required by the Compute and End User Guide</citetitle>.</para>
Image Service clients.</para> <para>Virtual images that have been made available through the
<para>The Image Service supports these back end stores:</para> Image Service can be stored in a variety of ways. In order to
<variablelist> use these services, you must have a working installation of
<varlistentry> the Image Service, with a working endpoint, and users that
<term>File system</term> have been created in OpenStack Identity. Additionally, you
<listitem> must meet the environment variables required by the Compute
<para>The OpenStack Image Service stores virtual machine images in the file and Image Service clients.</para>
system back end by default. This simple back end writes image files to the local <para>The Image Service supports these back-end stores:</para>
file system.</para> <variablelist>
</listitem> <varlistentry>
</varlistentry> <term>File system</term>
<varlistentry> <listitem>
<term>Object Storage service</term> <para>The OpenStack Image Service stores virtual
<listitem> machine images in the file system back end by
<para>The OpenStack highly available service for storing objects.</para> default. This simple back end writes image files
</listitem> to the local file system.</para>
</varlistentry> </listitem>
<varlistentry> </varlistentry>
<term>S3</term> <varlistentry>
<listitem> <term>Object Storage service</term>
<para>The Amazon S3 service.</para> <listitem>
</listitem> <para>The OpenStack highly available service for
</varlistentry> storing objects.</para>
<varlistentry> </listitem>
<term>HTTP</term> </varlistentry>
<listitem> <varlistentry>
<para>OpenStack Image Service can read virtual <term>S3</term>
machine images that are available on the <listitem>
internet using HTTP. This store is read <para>The Amazon S3 service.</para>
only.</para> </listitem>
</listitem> </varlistentry>
</varlistentry> <varlistentry>
<varlistentry> <term>HTTP</term>
<term>Rados block device (RBD)</term> <listitem>
<listitem> <para>OpenStack Image Service can read virtual machine
<para>Stores images inside of a Ceph storage images that are available on the internet using
cluster using Ceph's RBD interface.</para> HTTP. This store is read only.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>GridFS</term> <term>Rados block device (RBD)</term>
<listitem> <listitem>
<para>Stores images using MongoDB.</para> <para>Stores images inside of a Ceph storage cluster
</listitem> using Ceph's RBD interface.</para>
</varlistentry> </listitem>
</variablelist> </varlistentry>
</section> <varlistentry>
<term>GridFS</term>
<listitem>
<para>Stores images using MongoDB.</para>
</listitem>
</varlistentry>
</variablelist>
</section>

View File

@ -5,7 +5,6 @@
xml:id="app_community_support"> xml:id="app_community_support">
<?dbhtml stop-chunking?> <?dbhtml stop-chunking?>
<title>Community support</title> <title>Community support</title>
<para>Many resources are available to help you run and use <para>Many resources are available to help you run and use
OpenStack. Members of the OpenStack community can answer OpenStack. Members of the OpenStack community can answer
questions and help with bug suspicions. We are constantly questions and help with bug suspicions. We are constantly
@ -13,12 +12,11 @@
you have any problems, do not hesitate to ask. Use the you have any problems, do not hesitate to ask. Use the
following resources to get OpenStack support and troubleshoot following resources to get OpenStack support and troubleshoot
your existing installations.</para> your existing installations.</para>
<section xml:id="support-documentation"> <section xml:id="support-documentation">
<title>Documentation</title> <title>Documentation</title>
<para>For the available OpenStack documentation, see <link <para>For the available OpenStack documentation, see <link
xlink:href="http://docs.openstack.org" xlink:href="http://docs.openstack.org"
>docs.openstack.org</link>.</para> >docs.openstack.org</link>.</para>
<para>To provide feedback on documentation, join and use the <para>To provide feedback on documentation, join and use the
<email>openstack-docs@lists.openstack.org</email> <email>openstack-docs@lists.openstack.org</email>
mailing list at <link mailing list at <link
@ -26,117 +24,130 @@
>OpenStack Documentation Mailing List</link>, or <link >OpenStack Documentation Mailing List</link>, or <link
xlink:href="https://bugs.launchpad.net/openstack-manuals/+filebug" xlink:href="https://bugs.launchpad.net/openstack-manuals/+filebug"
>report a bug</link>.</para> >report a bug</link>.</para>
<para>The following books explain how to install an OpenStack
<para>The following books explain how to install an OpenStack cloud cloud and its associated components:</para>
and its associated components:
</para>
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para> <para>
<link xlink:href="http://docs.openstack.org/trunk/install-guide/install/apt-debian/content/"> <link
<citetitle>Installation Guide for Debian 7.0</citetitle> xlink:href="http://docs.openstack.org/trunk/install-guide/install/apt-debian/content/">
</link> <citetitle>Installation Guide for Debian
</para> 7.0</citetitle>
</listitem> </link></para>
<listitem> </listitem>
<para> <listitem>
<link xlink:href="http://docs.openstack.org/trunk/install-guide/install/zypper/content/"> <para>
<citetitle>Installation Guide for openSUSE and SUSE Linux Enterprise Server</citetitle> <link
</link> xlink:href="http://docs.openstack.org/trunk/install-guide/install/zypper/content/">
</para> <citetitle>Installation Guide for openSUSE and
</listitem> SUSE Linux Enterprise Server</citetitle>
<listitem> </link></para>
<para> </listitem>
<link xlink:href="http://docs.openstack.org/trunk/install-guide/install/yum/content/"> <listitem>
<citetitle>Installation Guide for Red Hat Enterprise Linux, <para>
CentOS, and Fedora</citetitle> <link
</link> xlink:href="http://docs.openstack.org/trunk/install-guide/install/yum/content/">
</para> <citetitle>Installation Guide for Red Hat
</listitem> Enterprise Linux, CentOS, and
<listitem> Fedora</citetitle>
<para> </link></para>
<link xlink:href="http://docs.openstack.org/trunk/install-guide/install/apt/content/"> </listitem>
<citetitle>Installation Guide for Ubuntu 12.04 (LTS)</citetitle> <listitem>
</link> <para>
</para> <link
</listitem> xlink:href="http://docs.openstack.org/trunk/install-guide/install/apt/content/">
<citetitle>Installation Guide for Ubuntu 12.04
(LTS)</citetitle>
</link></para>
</listitem>
</itemizedlist> </itemizedlist>
<para>The following books explain how to configure and run an <para>The following books explain how to configure and run an
OpenStack cloud:</para> OpenStack cloud:</para>
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para> <para>
<link <link
xlink:href="http://docs.openstack.org/admin-guide-cloud/content/" xlink:href="http://docs.openstack.org/admin-guide-cloud/content/"
><citetitle>Cloud Administrator Guide</citetitle></link> ><citetitle>Cloud Administrator
</para> Guide</citetitle></link></para>
</listitem> </listitem>
<listitem> <listitem>
<para><link <para><link
xlink:href="http://docs.openstack.org/trunk/config-reference/content/" xlink:href="http://docs.openstack.org/trunk/config-reference/content/"
><citetitle>Configuration Reference</citetitle></link> ><citetitle>Configuration
</para> Reference</citetitle></link></para>
</listitem> </listitem>
<listitem> <listitem>
<para><link <para><link
xlink:href="http://docs.openstack.org/ops/" xlink:href="http://docs.openstack.org/ops/"
><citetitle>Operations Guide</citetitle></link></para> ><citetitle>Operations
</listitem> Guide</citetitle></link></para>
<listitem> </listitem>
<para><link <listitem>
xlink:href="http://docs.openstack.org/high-availability-guide/content/" <para><link
><citetitle>High Availability Guide</citetitle></link> xlink:href="http://docs.openstack.org/high-availability-guide/content/"
</para> ><citetitle>High Availability
</listitem> Guide</citetitle></link></para>
<listitem> </listitem>
<para><link <listitem>
xlink:href="http://docs.openstack.org/sec/" <para><link
><citetitle>Security Guide</citetitle></link> xlink:href="http://docs.openstack.org/sec/"
</para> ><citetitle>Security
</listitem> Guide</citetitle></link></para>
<listitem> </listitem>
<para><link <listitem>
xlink:href="http://docs.openstack.org/image-guide/content/" <para><link
><citetitle>Virtual Machine Image Guide</citetitle></link> xlink:href="http://docs.openstack.org/image-guide/content/"
</para> ><citetitle>Virtual Machine Image
</listitem> Guide</citetitle></link></para>
</listitem>
</itemizedlist> </itemizedlist>
<para>The following books explain how to use the OpenStack <para>The following books explain how to use the OpenStack
dashboard and command-line clients:</para> dashboard and command-line clients:</para>
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para> <para>
<link <link
xlink:href="http://docs.openstack.org/api/quick-start/content/" xlink:href="http://docs.openstack.org/api/quick-start/content/"
><citetitle>API Quick Start</citetitle></link> ><citetitle>API Quick
</para> Start</citetitle></link></para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
<link <link
xlink:href="http://docs.openstack.org/user-guide/content/" xlink:href="http://docs.openstack.org/user-guide/content/"
><citetitle>End User Guide</citetitle></link> ><citetitle>End User
</para> Guide</citetitle></link></para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
<link <link
xlink:href="http://docs.openstack.org/user-guide-admin/content/" xlink:href="http://docs.openstack.org/user-guide-admin/content/"
><citetitle>Admin User Guide</citetitle></link> ><citetitle>Admin User
</para> Guide</citetitle></link></para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
<link <link
xlink:href="http://docs.openstack.org/cli-reference/content/" xlink:href="http://docs.openstack.org/cli-reference/content/"
><citetitle>Command-Line Interface ><citetitle>Command-Line Interface
Reference</citetitle></link> Reference</citetitle></link></para>
</para> </listitem>
</listitem>
</itemizedlist> </itemizedlist>
<para>The following documentation provides reference and <para>The following documentation provides reference and
guidance information for the OpenStack APIs:</para> guidance information for the OpenStack APIs:</para>
<itemizedlist><listitem><para><link xlink:href="http://api.openstack.org/api-ref.html">OpenStack API Reference</link></para></listitem> <itemizedlist>
<listitem>
<para><link
xlink:href="http://api.openstack.org/api-ref.html"
>OpenStack API Complete
Reference (HTML)</link></para>
</listitem>
<listitem>
<para><link
xlink:href="http://api.openstack.org/api-ref-guides/bk-api-ref.pdf"
>API Complete Reference (PDF)</link></para>
</listitem>
<listitem> <listitem>
<para><link <para><link
xlink:href="http://docs.openstack.org/api/openstack-block-storage/2.0/content/" xlink:href="http://docs.openstack.org/api/openstack-block-storage/2.0/content/"
@ -146,56 +157,65 @@
</listitem> </listitem>
<listitem> <listitem>
<para><link <para><link
xlink:href="http://docs.openstack.org/api/openstack-compute/2/content/" xlink:href="http://docs.openstack.org/api/openstack-compute/2/content/"
><citetitle>OpenStack Compute API v2 and Extensions Reference</citetitle></link></para> ><citetitle>OpenStack Compute API v2 and
Extensions
Reference</citetitle></link></para>
</listitem> </listitem>
<listitem> <listitem>
<para><link <para><link
xlink:href="http://docs.openstack.org/api/openstack-identity-service/2.0/content/" xlink:href="http://docs.openstack.org/api/openstack-identity-service/2.0/content/"
><citetitle>OpenStack Identity Service API v2.0 Reference</citetitle></link></para> ><citetitle>OpenStack Identity Service API
v2.0 Reference</citetitle></link></para>
</listitem> </listitem>
<listitem> <listitem>
<para><link <para><link
xlink:href="http://docs.openstack.org/api/openstack-image-service/2.0/content/" xlink:href="http://docs.openstack.org/api/openstack-image-service/2.0/content/"
><citetitle>OpenStack Image Service API v2 Reference</citetitle></link></para> ><citetitle>OpenStack Image Service API v2
Reference</citetitle></link></para>
</listitem> </listitem>
<listitem> <listitem>
<para><link <para><link
xlink:href="http://docs.openstack.org/api/openstack-network/2.0/content/" xlink:href="http://docs.openstack.org/api/openstack-network/2.0/content/"
><citetitle>OpenStack Networking API v2.0 Reference</citetitle></link></para> ><citetitle>OpenStack Networking API v2.0
Reference</citetitle></link></para>
</listitem> </listitem>
<listitem> <listitem>
<para><link <para><link
xlink:href="http://docs.openstack.org/api/openstack-object-storage/1.0/content/" xlink:href="http://docs.openstack.org/api/openstack-object-storage/1.0/content/"
><citetitle>OpenStack Object Storage API v1 Reference</citetitle></link></para> ><citetitle>OpenStack Object Storage API
</listitem></itemizedlist> v1 Reference</citetitle></link></para>
<para>The <link xlink:href="http://docs.openstack.org/training-guides/content/" </listitem>
><citetitle>Training Guides</citetitle></link> </itemizedlist>
offer software training for cloud administration and management.</para> <para>The <link
xlink:href="http://docs.openstack.org/training-guides/content/"
><citetitle>Training Guides</citetitle></link>
offer software training for cloud administration and
management.</para>
</section> </section>
<section xml:id="support-ask_openstack"> <section xml:id="support-ask_openstack">
<title>ask.openstack.org</title> <title>ask.openstack.org</title>
<para>During the set up or testing of OpenStack, you might have questions about <para>During the set up or testing of OpenStack, you might
how a specific task is completed or be in a situation where a feature have questions about how a specific task is completed or
does not work correctly. Use the <link be in a situation where a feature does not work correctly.
xlink:href="http://ask.openstack.org" Use the <link xlink:href="http://ask.openstack.org"
>ask.openstack.org</link> site to ask questions and >ask.openstack.org</link> site to ask questions and
get answers. When you visit the <link get answers. When you visit the <link
xlink:href="http://ask.openstack.org" xlink:href="http://ask.openstack.org"
>http://ask.openstack.org</link> site, scan the recently asked questions to see whether >http://ask.openstack.org</link> site, scan the
your question has already been answered. If not, ask a new question. Be sure recently asked questions to see whether your question has
to give a clear, concise summary in the title and provide already been answered. If not, ask a new question. Be sure
as much detail as possible in the description. Paste in to give a clear, concise summary in the title and provide
your command output or stack traces, links to screen shots, as much detail as possible in the description. Paste in
and so on.</para> your command output or stack traces, links to screen
shots, and so on.</para>
</section> </section>
<section xml:id="support-mailing-lists"> <section xml:id="support-mailing-lists">
<title>OpenStack mailing lists</title> <title>OpenStack mailing lists</title>
<para>A great way to get answers and insights is to post your <para>A great way to get answers and insights is to post your
question or problematic scenario to the OpenStack mailing list. You question or problematic scenario to the OpenStack mailing
can learn from and help others who might have similar list. You can learn from and help others who might have
issues. To subscribe or view the archives, go to similar issues. To subscribe or view the archives, go to
<link <link
xlink:href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" xlink:href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack"
>http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</link>. >http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</link>.
@ -210,21 +230,21 @@ and so on.</para>
<section xml:id="support-wiki"> <section xml:id="support-wiki">
<title>The OpenStack wiki</title> <title>The OpenStack wiki</title>
<para>The <link xlink:href="http://wiki.openstack.org/" <para>The <link xlink:href="http://wiki.openstack.org/"
>OpenStack wiki</link> contains a broad >OpenStack wiki</link> contains a broad range of
range of topics but some of the information can be difficult topics but some of the information can be difficult to
to find or is a few pages deep. Fortunately, the wiki search find or is a few pages deep. Fortunately, the wiki search
feature enables you to search by title or content. If you feature enables you to search by title or content. If you
search for specific information, such as about networking or search for specific information, such as about networking
nova, you can find lots of relevant material. More is being or nova, you can find lots of relevant material. More is
added all the time, so be sure to check back often. You can find being added all the time, so be sure to check back often.
the search box in the upper right corner of any OpenStack wiki You can find the search box in the upper right corner of
page.</para> any OpenStack wiki page.</para>
</section> </section>
<section xml:id="support-bugs-area"> <section xml:id="support-bugs-area">
<title>The Launchpad Bugs area</title> <title>The Launchpad Bugs area</title>
<para>The OpenStack community values your set <para>The OpenStack community values your set up and testing
up and testing efforts and wants your feedback. To log a efforts and wants your feedback. To log a bug, you must
bug, you must sign up for a Launchpad account at <link sign up for a Launchpad account at <link
xlink:href="https://launchpad.net/+login" xlink:href="https://launchpad.net/+login"
>https://launchpad.net/+login</link>. You can view >https://launchpad.net/+login</link>. You can view
existing bugs and report bugs in the Launchpad Bugs area. existing bugs and report bugs in the Launchpad Bugs area.
@ -234,79 +254,100 @@ and so on.</para>
report.</para> report.</para>
<para>Some tips:</para> <para>Some tips:</para>
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para>Give a clear, concise summary!</para> <para>Give a clear, concise summary!</para>
</listitem> </listitem>
<listitem> <listitem>
<para>Provide as much detail as possible in the <para>Provide as much detail as possible in the
description. Paste in your command output or stack description. Paste in your command output or stack
traces, links to screen shots, and so on.</para> traces, links to screen shots, and so on.</para>
</listitem> </listitem>
<listitem> <listitem>
<para>Be sure to include the software and package versions that you are using, <para>Be sure to include the software and package
especially if you are using a development branch, versions that you are using, especially if you are
such as, <literal>"Grizzly release" vs git commit using a development branch, such as,
<literal>"Grizzly release" vs git commit
bc79c3ecc55929bac585d04a03475b72e06a3208</literal>.</para> bc79c3ecc55929bac585d04a03475b72e06a3208</literal>.</para>
</listitem> </listitem>
<listitem> <listitem>
<para>Any deployment specific information is helpful, <para>Any deployment specific information is helpful,
such as Ubuntu 12.04 or multi-node install.</para> such as Ubuntu 12.04 or multi-node install.</para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
<para>The Launchpad Bugs areas are available here:</para> <para>The Launchpad Bugs areas are available here:</para>
<itemizedlist> <itemizedlist>
<!-- Core projects, sorted alphabetically --> <!-- Core projects, sorted alphabetically -->
<listitem> <listitem>
<para><link xlink:href="https://bugs.launchpad.net/nova">Bugs: <para><link
OpenStack Block Storage (cinder)</link></para> xlink:href="https://bugs.launchpad.net/nova"
>Bugs: OpenStack Block Storage
(cinder)</link></para>
</listitem> </listitem>
<listitem> <listitem>
<para><link xlink:href="https://bugs.launchpad.net/nova">Bugs: <para><link
OpenStack Compute (nova)</link></para> xlink:href="https://bugs.launchpad.net/nova"
>Bugs: OpenStack Compute (nova)</link></para>
</listitem> </listitem>
<listitem> <listitem>
<para><link xlink:href="https://bugs.launchpad.net/horizon">Bugs: <para><link
OpenStack Dashboard (horizon)</link></para> xlink:href="https://bugs.launchpad.net/horizon"
>Bugs: OpenStack Dashboard
(horizon)</link></para>
</listitem> </listitem>
<listitem> <listitem>
<para><link xlink:href="https://bugs.launchpad.net/keystone" <para><link
>Bugs: OpenStack Identity (keystone)</link></para> xlink:href="https://bugs.launchpad.net/keystone"
>Bugs: OpenStack Identity
(keystone)</link></para>
</listitem> </listitem>
<listitem> <listitem>
<para><link xlink:href="https://bugs.launchpad.net/glance">Bugs: <para><link
OpenStack Image Service (glance)</link></para> xlink:href="https://bugs.launchpad.net/glance"
>Bugs: OpenStack Image Service
(glance)</link></para>
</listitem> </listitem>
<listitem> <listitem>
<para><link xlink:href="https://bugs.launchpad.net/neutron">Bugs: <para><link
OpenStack Networking (neutron)</link></para> xlink:href="https://bugs.launchpad.net/neutron"
>Bugs: OpenStack Networking
(neutron)</link></para>
</listitem> </listitem>
<listitem> <listitem>
<para><link xlink:href="https://bugs.launchpad.net/swift">Bugs: <para><link
OpenStack Object Storage (swift)</link></para> xlink:href="https://bugs.launchpad.net/swift"
>Bugs: OpenStack Object Storage
(swift)</link></para>
</listitem> </listitem>
<!-- Modules, sorted alphabetically --> <!-- Modules, sorted alphabetically -->
<listitem> <listitem>
<para><link xlink:href="https://bugs.launchpad.net/ironic" <para><link
xlink:href="https://bugs.launchpad.net/ironic"
>Bugs: Bare Metal (ironic)</link></para> >Bugs: Bare Metal (ironic)</link></para>
</listitem> </listitem>
<listitem> <listitem>
<para><link xlink:href="https://bugs.launchpad.net/sahara" <para><link
>Bugs: Data Processing Service (sahara)</link></para> xlink:href="https://bugs.launchpad.net/sahara"
>Bugs: Data Processing Service
(sahara)</link></para>
</listitem> </listitem>
<listitem> <listitem>
<para><link xlink:href="https://bugs.launchpad.net/trove" <para><link
xlink:href="https://bugs.launchpad.net/trove"
>Bugs: Database Service (trove)</link></para> >Bugs: Database Service (trove)</link></para>
</listitem> </listitem>
<listitem> <listitem>
<para><link xlink:href="https://bugs.launchpad.net/heat">Bugs: <para><link
Orchestration (heat)</link></para> xlink:href="https://bugs.launchpad.net/heat"
>Bugs: Orchestration (heat)</link></para>
</listitem> </listitem>
<listitem> <listitem>
<para><link xlink:href="https://bugs.launchpad.net/ceilometer" <para><link
xlink:href="https://bugs.launchpad.net/ceilometer"
>Bugs: Telemetry (ceilometer)</link></para> >Bugs: Telemetry (ceilometer)</link></para>
</listitem> </listitem>
<listitem> <listitem>
<para><link xlink:href="https://bugs.launchpad.net/marconi" <para><link
xlink:href="https://bugs.launchpad.net/marconi"
>Bugs: Queue Service (marconi)</link></para> >Bugs: Queue Service (marconi)</link></para>
</listitem> </listitem>
<!-- Programs, sorted alphabetically --> <!-- Programs, sorted alphabetically -->
@ -352,49 +393,46 @@ and so on.</para>
>https://wiki.openstack.org/wiki/IRC</link>.</para> >https://wiki.openstack.org/wiki/IRC</link>.</para>
</section> </section>
<section xml:id="support-documentation-feedback"> <section xml:id="support-documentation-feedback">
<title>Documentation feedback</title> <title>Documentation feedback</title>
<para>To provide feedback on documentation, join and use the <para>To provide feedback on documentation, join and use the
<email>openstack-docs@lists.openstack.org</email> <email>openstack-docs@lists.openstack.org</email>
mailing list at <link mailing list at <link
xlink:href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs" xlink:href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-docs"
>OpenStack Documentation Mailing List</link>, >OpenStack Documentation Mailing List</link>, or <link
or <link xlink:href="https://bugs.launchpad.net/openstack-manuals/+filebug"
xlink:href="https://bugs.launchpad.net/openstack-manuals/+filebug" >report a bug</link>.</para>
>report a bug</link>.
</para>
</section> </section>
<section xml:id="distro-support"> <section xml:id="distro-support">
<title>OpenStack distribution packages</title> <title>OpenStack distribution packages</title>
<para> <para>The following Linux distributions provide
The following Linux distributions provide community-supported packages for community-supported packages for OpenStack:</para>
OpenStack: <itemizedlist>
</para> <listitem>
<itemizedlist> <para><emphasis role="bold">Debian:</emphasis>
<listitem> <link
<para><emphasis role="bold">Debian:</emphasis> <link xlink:href="http://wiki.debian.org/OpenStack"
xlink:href="http://wiki.debian.org/OpenStack">http://wiki.debian.org/OpenStack</link></para> >http://wiki.debian.org/OpenStack</link></para>
</listitem> </listitem>
<listitem> <listitem>
<para><emphasis role="bold">CentOS, Fedora, and Red Hat <para><emphasis role="bold">CentOS, Fedora, and Red
Enterprise Linux:</emphasis> <link Hat Enterprise Linux:</emphasis>
xlink:href="http://openstack.redhat.com/">http://openstack.redhat.com/</link> <link xlink:href="http://openstack.redhat.com/"
</para> >http://openstack.redhat.com/</link></para>
</listitem> </listitem>
<listitem> <listitem>
<para><emphasis role="bold">openSUSE and SUSE Linux <para><emphasis role="bold">openSUSE and SUSE Linux
Enterprise Server:</emphasis> Enterprise Server:</emphasis>
<link xlink:href="http://en.opensuse.org/Portal:OpenStack" <link
>http://en.opensuse.org/Portal:OpenStack</link> xlink:href="http://en.opensuse.org/Portal:OpenStack"
</para> >http://en.opensuse.org/Portal:OpenStack</link></para>
</listitem> </listitem>
<listitem> <listitem>
<para><emphasis role="bold">Ubuntu:</emphasis> <para><emphasis role="bold">Ubuntu:</emphasis>
<link xlink:href="https://wiki.ubuntu.com/ServerTeam/CloudArchive" <link
>https://wiki.ubuntu.com/ServerTeam/CloudArchive</link> xlink:href="https://wiki.ubuntu.com/ServerTeam/CloudArchive"
</para> >https://wiki.ubuntu.com/ServerTeam/CloudArchive</link></para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
</section> </section>
</appendix> </appendix>

View File

@ -101,7 +101,11 @@ div.c1 {width: 100%;}
<dl> <dl>
<dd><a <dd><a
href="http://api.openstack.org/api-ref.html" href="http://api.openstack.org/api-ref.html"
>API Complete Reference</a> >API Complete Reference (HTML)</a>
</dd>
<dd><a
href="http://api.openstack.org/api-ref-guides/bk-api-ref.pdf"
>API Complete Reference (PDF)</a>
</dd> </dd>
<dd><a <dd><a
href="http://docs.openstack.org/api/openstack-block-storage/2.0/content/" href="http://docs.openstack.org/api/openstack-block-storage/2.0/content/"

View File

@ -262,7 +262,11 @@
</dd> </dd>
<dd><a <dd><a
href="http://api.openstack.org/api-ref.html" href="http://api.openstack.org/api-ref.html"
>API Complete Reference</a> >API Complete Reference (HTML)</a>
</dd>
<dd><a
href="http://api.openstack.org/api-ref-guides/bk-api-ref.pdf"
>API Complete Reference (PDF)</a>
</dd> </dd>
<dd><a <dd><a
href="http://docs.openstack.org/api/openstack-block-storage/2.0/content/" href="http://docs.openstack.org/api/openstack-block-storage/2.0/content/"

View File

@ -212,11 +212,11 @@
>Virtual Machine Image >Virtual Machine Image
Guide</a></dd> Guide</a></dd>
</dl> </dl>
<h4 class="special">Training Guides</h4> <h4 class="special">Training guides</h4>
<dl> <dl>
<dd><a <dd><a
href="http://docs.openstack.org/training-guides/content/"> href="http://docs.openstack.org/training-guides/content/">
Training Guides</a> Training guides</a>
</dd> </dd>
</dl> </dl>
<h4 class="special">Get involved</h4> <h4 class="special">Get involved</h4>
@ -258,7 +258,11 @@
</dd> </dd>
<dd><a <dd><a
href="http://api.openstack.org/api-ref.html" href="http://api.openstack.org/api-ref.html"
>API Complete Reference</a> >API Complete Reference (HTML)</a>
</dd>
<dd><a
href="http://api.openstack.org/api-ref-guides/bk-api-ref.pdf"
>API Complete Reference (PDF)</a>
</dd> </dd>
<dd><a <dd><a
href="http://docs.openstack.org/api/openstack-block-storage/2.0/content/" href="http://docs.openstack.org/api/openstack-block-storage/2.0/content/"

View File

@ -260,7 +260,11 @@
</dd> </dd>
<dd><a <dd><a
href="http://api.openstack.org/api-ref.html" href="http://api.openstack.org/api-ref.html"
>API Complete Reference</a> >API Complete Reference (HTML)</a>
</dd>
<dd><a
href="http://api.openstack.org/api-ref-guides/bk-api-ref.pdf"
>API Complete Reference (PDF)</a>
</dd> </dd>
<dd><a <dd><a
href="http://docs.openstack.org/api/openstack-block-storage/2.0/content/" href="http://docs.openstack.org/api/openstack-block-storage/2.0/content/"