Fixed instances of 4.0 instead of 4.0.0-incubating referring to version numbers.

This commit is contained in:
Joe Brockmeier 2012-10-20 13:55:23 -05:00
parent dffe67085e
commit b387e11333
14 changed files with 22 additions and 21 deletions

View File

@ -26,7 +26,7 @@
<bookinfo id="cloudstack_developers"> <bookinfo id="cloudstack_developers">
<title>&PRODUCT; API Developer's Guide</title> <title>&PRODUCT; API Developer's Guide</title>
<productname>Apache CloudStack</productname> <productname>Apache CloudStack</productname>
<productnumber>4.0</productnumber> <productnumber>4.0.0-incubating</productnumber>
<edition></edition> <edition></edition>
<pubsnumber></pubsnumber> <pubsnumber></pubsnumber>
<abstract> <abstract>

View File

@ -26,7 +26,7 @@
<bookinfo id="cloudstack_admin"> <bookinfo id="cloudstack_admin">
<title>&PRODUCT; Administrator's Guide</title> <title>&PRODUCT; Administrator's Guide</title>
<productname>Apache CloudStack</productname> <productname>Apache CloudStack</productname>
<productnumber>4.0</productnumber> <productnumber>4.0.0-incubating</productnumber>
<edition>1</edition> <edition>1</edition>
<pubsnumber></pubsnumber> <pubsnumber></pubsnumber>
<abstract> <abstract>

View File

@ -27,7 +27,7 @@
<title>&PRODUCT; Guide</title> <title>&PRODUCT; Guide</title>
<subtitle>Revised August 9, 2012 10:48 pm Pacific</subtitle> <subtitle>Revised August 9, 2012 10:48 pm Pacific</subtitle>
<productname>Apache CloudStack</productname> <productname>Apache CloudStack</productname>
<productnumber>4.0</productnumber> <productnumber>4.0.0-incubating</productnumber>
<edition>1</edition> <edition>1</edition>
<pubsnumber></pubsnumber> <pubsnumber></pubsnumber>
<abstract> <abstract>

View File

@ -19,13 +19,13 @@
under the License. under the License.
--> -->
<bookinfo id="book-release-notes-4.0"> <bookinfo id="book-release-notes-4.0">
<title>Version 4.0 Release Notes</title> <title>Version 4.0.0-incubating Release Notes</title>
<subtitle>Revised October 17, 2012 19:49 UTC</subtitle> <subtitle>Revised October 17, 2012 19:49 UTC</subtitle>
<productname>Apache CloudStack</productname> <productname>Apache CloudStack</productname>
<productnumber/> <productnumber/>
<pubsnumber/> <pubsnumber/>
<abstract> <abstract>
<para>Release notes for the Apache CloudStack 4.0 release.</para> <para>Release notes for the Apache CloudStack 4.0.0-incubating release.</para>
</abstract> </abstract>
<corpauthor> <corpauthor>
<inlinemediaobject> <inlinemediaobject>

View File

@ -28,7 +28,7 @@
<bookinfo id="cloudstack_plugin_niciranvp"> <bookinfo id="cloudstack_plugin_niciranvp">
<title>&PRODUCT; Plugin Guide for the Nicira NVP Plugin</title> <title>&PRODUCT; Plugin Guide for the Nicira NVP Plugin</title>
<productname>Apache CloudStack</productname> <productname>Apache CloudStack</productname>
<productnumber>4.0</productnumber> <productnumber>4.0.0-incubating</productnumber>
<edition>1</edition> <edition>1</edition>
<pubsnumber></pubsnumber> <pubsnumber></pubsnumber>
<abstract> <abstract>

View File

@ -19,7 +19,7 @@
under the License. under the License.
--> -->
<section id="added-API-commands-4.0"> <section id="added-API-commands-4.0">
<title>Added API Commands in 4.0</title> <title>Added API Commands in 4.0.0-incubating</title>
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para>createCounter (Adds metric counter)</para> <para>createCounter (Adds metric counter)</para>

View File

@ -34,7 +34,7 @@
<para>To configure CAStor:</para> <para>To configure CAStor:</para>
<orderedlist> <orderedlist>
<listitem> <listitem>
<para>Install &PRODUCT; 4.0 by following the instructions given in the INSTALL.txt <para>Install &PRODUCT; 4.0.0-incubating by following the instructions given in the INSTALL.txt
file.</para> file.</para>
<note> <note>
<para>You can use the S3 storage system in &PRODUCT; without setting up and installing the <para>You can use the S3 storage system in &PRODUCT; without setting up and installing the

View File

@ -19,7 +19,7 @@
under the License. under the License.
--> -->
<section id="changed-apicommands-4.0"> <section id="changed-apicommands-4.0">
<title>Changed API Commands in 4.0</title> <title>Changed API Commands in 4.0.0-incubating</title>
<informaltable> <informaltable>
<tgroup cols="2" align="left" colsep="1" rowsep="1"> <tgroup cols="2" align="left" colsep="1" rowsep="1">
<colspec colwidth="1" colname="1" colnum="1"/> <colspec colwidth="1" colname="1" colnum="1"/>

View File

@ -26,7 +26,7 @@
<bookinfo id="cloudstack_all"> <bookinfo id="cloudstack_all">
<title>&PRODUCT; Complete Documentation</title> <title>&PRODUCT; Complete Documentation</title>
<productname>Apache CloudStack</productname> <productname>Apache CloudStack</productname>
<productnumber>4.0</productnumber> <productnumber>4.0.0-incubating</productnumber>
<edition>1</edition> <edition>1</edition>
<pubsnumber></pubsnumber> <pubsnumber></pubsnumber>
<abstract> <abstract>

View File

@ -40,7 +40,8 @@
<section id="configure-package-repository-deb"> <section id="configure-package-repository-deb">
<title>DEB package repository</title> <title>DEB package repository</title>
<para>You can add a DEB package repository to your apt sources with the following commands. Please note that currently only packages for Ubuntu 12.04 (precise) are being build.</para> <para>You can add a DEB package repository to your apt sources with the following commands. Please note that currently only packages for Ubuntu 12.04 (precise) are being build.</para>
<programlisting language="Bash">echo "deb http://cloudstack.apt-get.eu/ubuntu $(lsb_release -s -c) 4.0" > /etc/apt/sources.list.d/cloudstack.list</programlisting> <para>Use your preferred editor and open (or create) <filename>/etc/apt/sources.list.d/cloudstack</filename>. Add the community provided repository to the file:</para>
<programlisting>deb http://cloudstack.apt-get.eu/ubuntu precise 4.0</programlisting>
<para>We now have to add the public key to the trusted keys.</para> <para>We now have to add the public key to the trusted keys.</para>
<programlisting language="Bash"><prompt>#</prompt> <command>wget</command> -O - http://cloudstack.apt-get.eu/release.asc|apt-key add -</programlisting> <programlisting language="Bash"><prompt>#</prompt> <command>wget</command> -O - http://cloudstack.apt-get.eu/release.asc|apt-key add -</programlisting>
<para>Now update your local apt cache.</para> <para>Now update your local apt cache.</para>

View File

@ -22,8 +22,8 @@
--> -->
<section id="Features-of-the-Nicira-NVP-Plugin"> <section id="Features-of-the-Nicira-NVP-Plugin">
<title>Features of the Nicira NVP Plugin</title> <title>Features of the Nicira NVP Plugin</title>
<para>In CloudStack release 4.0.x this plugin supports the Connectivity service. This service is responsible for creating Layer 2 networks supporting the networks created by Guests. In other words when an tennant creates a new network, instead of the traditional VLAN a logical network will be created by sending the appropriate calls to the Nicira NVP Controller.</para> <para>In CloudStack release 4.0.0-incubating this plugin supports the Connectivity service. This service is responsible for creating Layer 2 networks supporting the networks created by Guests. In other words when an tennant creates a new network, instead of the traditional VLAN a logical network will be created by sending the appropriate calls to the Nicira NVP Controller.</para>
<para>The plugin has been tested with Nicira NVP versions 2.1.0, 2.2.0 and 2.2.1</para> <para>The plugin has been tested with Nicira NVP versions 2.1.0, 2.2.0 and 2.2.1</para>
<note><para>In CloudStack 4.0.x only the XenServer hypervisor is supported for use in combination with Nicira NVP</para></note> <note><para>In CloudStack 4.0.0-incubating only the XenServer hypervisor is supported for use in combination with Nicira NVP</para></note>
<note><para>In CloudStack 4.0.x the UI components for this plugin are not complete, configuration is done by sending commands to the API</para></note> <note><para>In CloudStack 4.0.0-incubating the UI components for this plugin are not complete, configuration is done by sending commands to the API</para></note>
</section> </section>

View File

@ -36,7 +36,7 @@
</author> </author>
<revdescription> <revdescription>
<simplelist> <simplelist>
<member>Documentation created for 4.0.x version of the NVP Plugin</member> <member>Documentation created for 4.0.0-incubating version of the NVP Plugin</member>
</simplelist> </simplelist>
</revdescription> </revdescription>
</revision> </revision>