You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ch...@apache.org on 2013/07/18 21:25:12 UTC

[1/3] Cleaning up release notes for 4.1.1 content

Updated Branches:
  refs/heads/4.1 e05281ed3 -> f1c98746c


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/60b0a0af/docs/en-US/Release_Notes.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/Release_Notes.xml b/docs/en-US/Release_Notes.xml
index 04e5d60..3ab8076 100644
--- a/docs/en-US/Release_Notes.xml
+++ b/docs/en-US/Release_Notes.xml
@@ -23,12 +23,12 @@ under the License.
     <xi:include href="Preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
     <chapter id="welcome-4.1">
         <title>Welcome to &PRODUCT; 4.1</title>
-        <para>Welcome to the 4.1.0 release of &PRODUCT;, the first major release from the Apache CloudStack project since its graduation from the Apache Incubator.</para>
-        <para>This document contains information specific to this release of &PRODUCT;, including upgrade instructions from prior releases, new features added to &PRODUCT;, API changes, and issues fixed in the release. For installation instructions, please see the <ulink url="http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.1.0/html/Installation_Guide/index.html">Installation Guide</ulink>. For usage and administration instructions, please see the <ulink url="http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.1.0/html/Admin_Guide/index.html">&PRODUCT; Administrator's Guide</ulink>. Developers and users who wish to work with the API will find instruction in the <ulink url="http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.1-incubating/html/API_Developers_Guide/index.html">&PRODUCT; API Developer's Guide</ulink></para>
+        <para>Welcome to the 4.1.1 release of &PRODUCT;, the first major release from the Apache CloudStack project since its graduation from the Apache Incubator.</para>
+        <para>This document contains information specific to this release of &PRODUCT;, including upgrade instructions from prior releases, new features added to &PRODUCT;, API changes, and issues fixed in the release. For installation instructions, please see the <ulink url="http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.1.1/html/Installation_Guide/index.html">Installation Guide</ulink>. For usage and administration instructions, please see the <ulink url="http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.1.1/html/Admin_Guide/index.html">&PRODUCT; Administrator's Guide</ulink>. Developers and users who wish to work with the API will find instruction in the <ulink url="http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.1-incubating/html/API_Developers_Guide/index.html">&PRODUCT; API Developer's Guide</ulink></para>
         <para>If you find any errors or problems in this guide, please see <xref linkend="feedback" />. We hope you enjoy working with &PRODUCT;!</para>
     </chapter>
     <chapter id="compatibility">
-        <title>Compatibility Matrix for 4.1.0</title>
+        <title>Compatibility Matrix for 4.1.1</title>
             <para>&PRODUCT; is tested against certain operating systems, hypervisors, and other components to ensure that it works on specific platforms. It may work well on other platforms, but the platforms listed below are the ones we specifically test against and are more likely to be able to help troubleshoot if you run into any issues.</para>
             <section id="supported-oses">
                 <title>Supported Operating Systems</title>
@@ -68,7 +68,7 @@ under the License.
             </section>
             <section id="supported-devices">
                 <title>External Devices</title>
-                <para>The following external devices are supported in &PRODUCT; 4.1.0.</para>
+                <para>The following external devices are supported in &PRODUCT; 4.1.1.</para>
                 <itemizedlist>
                     <listitem><para>F5: 10.1.10 (Build 3341.1084)</para></listitem>
                     <listitem><para>SRX model srx100b: Must be 10.3 or higher -10.4R7.5</para></listitem>
@@ -79,4598 +79,61 @@ under the License.
             </section>
     </chapter>
     <chapter id="version-4.1">
-        <title>Version 4.1.0</title>
-        <section id="what-new-in-4.1">
-            <title>What’s New in 4.1</title>
-            <para>Apache CloudStack 4.1.0 includes many new features. This section covers the most prominent new features and changes.</para>
-            <section id="localization">
-                <title>Localization</title>
-                <para>The 4.1.0 release adds partial User Interface (UI) support for Catalan, Chinese, French, German, Italian, Japanese, Korean, Norwegian, Portuguese, Russian, and Spanish. Not all languages are complete.</para>
-                <para>The 4.1.0 release also adds documentation translations for Chinese, Chinese (Taiwan), Italian, Japanese, Korean, and Portuguese.</para>
-            </section>
-            <section id="aws-style-regions">
-                <title>Added Region Support</title>
-                <para><ulink url="https://issues.apache.org/jira/browse/CLOUDSTACK-241">CLOUDSTACK-241</ulink>: This feature adds a "region" construct that spans several management servers. The objective of this feature is to add AWS EC2 like Regions implementation into CloudStack.  Regions are dispersed and located in separate geographic areas. Availability Zones (or Zones in CloudStack) are distinct locations within a Region that are engineered to be isolated from failures in other Zones and provide inexpensive, low latency network connectivity to other Zones in the same Region.</para>
-                <para>Regions are expected to add the following benefits</para>
-                <itemizedlist>
-                    <listitem><para>Higher availability of the services: users can deploy services across AZs and even if one of the AZ goes down the services are still available to the end-user through VMs deployed in other zones.</para></listitem>
-                    <listitem><para>Higher availability of the Management Server (MS): Since each MS Cluster only manages a single Region, if that MS Cluster goes down, only that particular Region is impacted. Admin should be able to access all the other Regions.</para></listitem>
-                    <listitem><para>Scalability: The scalability limit of CloudStack dramatically improves, as the scalability limit of MS Cluster is limited to a single Region.</para></listitem>
-                    <listitem><para>Object Store: With Regions construct, CloudStack would also allow users to define Object Store (Secondary Storage) across AZs. This helps users easily deploy VMs in different AZs using the same template, offerings.</para></listitem>
-                    <listitem><para>Geographical Grouping: Regions allow admins to group AZs (that have low latency and are geographically located nearby) into a broader region construct.</para></listitem>
-                </itemizedlist>
-                <para>Currently the Region feature is exposed in the API, but does not have a UI component.</para>
-            </section>
-            <section id="ec2-query-api">
-                <title>Support for EC2 Query API</title>
-                <para><ulink url="https://issues.apache.org/jira/browse/CLOUDSTACK-197">CLOUDSTACK-197</ulink>: This introduces a query API for the AWS APIs that are currently only supported by SOAP. The AWS Java SDK and AWS PHP SDK should now be supported by the AWSAPI in CloudStack.</para>
-                <para>Supported Query APIs in 4.1.0:</para>
-                <itemizedlist>
-                    <listitem><para><command>AllocateAddress</command></para></listitem>
-                    <listitem><para><command>AssociateAddress</command></para></listitem>
-                    <listitem><para><command>AttachVolume</command></para></listitem>
-                    <listitem><para><command>AuthorizeSecurityGroupIngress</command></para></listitem>
-                    <listitem><para><command>CreateImage</command></para></listitem>
-                    <listitem><para><command>CreateKeyPair</command></para></listitem>
-                    <listitem><para><command>CreateSecurityGroup</command></para></listitem>
-                    <listitem><para><command>CreateSnapshot</command></para></listitem>
-                    <listitem><para><command>CreateTags</command></para></listitem>
-                    <listitem><para><command>CreateVolume</command></para></listitem>
-                    <listitem><para><command>DeleteKeyPair</command></para></listitem>
-                    <listitem><para><command>DeleteSecurityGroup</command></para></listitem>
-                    <listitem><para><command>DeleteSnapshot</command></para></listitem>
-                    <listitem><para><command>DeleteTags</command></para></listitem>
-                    <listitem><para><command>DeleteVolume</command></para></listitem>
-                    <listitem><para><command>DeregisterImage</command></para></listitem>
-                    <listitem><para><command>DescribeAddresses</command></para></listitem>
-                    <listitem><para><command>DescribeAvailabilityZones</command></para></listitem>
-                    <listitem><para><command>DescribeImageAttribute</command></para></listitem>
-                    <listitem><para><command>DescribeImages</command></para></listitem>
-                    <listitem><para><command>DescribeInstanceAttribute</command></para></listitem>
-                    <listitem><para><command>DescribeInstances</command></para></listitem>
-                    <listitem><para><command>DescribeKeyPairs</command></para></listitem>
-                    <listitem><para><command>DescribeSecurityGroups</command></para></listitem>
-                    <listitem><para><command>DescribeSnapshots</command></para></listitem>
-                    <listitem><para><command>DescribeTags</command></para></listitem>
-                    <listitem><para><command>DescribeVolumes</command></para></listitem>
-                    <listitem><para><command>DetachVolume</command></para></listitem>
-                    <listitem><para><command>DisassociateAddress</command></para></listitem>
-                    <listitem><para><command>GetPasswordData</command></para></listitem>
-                    <listitem><para><command>ImportkeyPair</command></para></listitem>
-                    <listitem><para><command>ModifyImageAttribute</command></para></listitem>
-                    <listitem><para><command>RebootInstances</command></para></listitem>
-                    <listitem><para><command>RegisterImage</command></para></listitem>
-                    <listitem><para><command>ReleaseAddress</command></para></listitem>
-                    <listitem><para><command>ResetImageAttribute</command></para></listitem>
-                    <listitem><para><command>RevokeSecurityGroupIngress</command></para></listitem>
-                    <listitem><para><command>RunInstances</command></para></listitem>
-                    <listitem><para><command>StartInstances</command></para></listitem>
-                    <listitem><para><command>StopInstances</command></para></listitem>
-                    <listitem><para><command>TerminateInstances</command></para></listitem>
-                </itemizedlist>
-                <para>See the <ulink url="https://cwiki.apache.org/CLOUDSTACK/ec2-functional-spec-for-query-api-support.html">Feature Specification</ulink> for more information on the Query API support.</para>
-            </section>
-            <section id="cloudmonkey">
-                <title>Auto-Completing Shell for CloudStack (CloudMonkey)</title>
-                <para><ulink url="https://issues.apache.org/jira/browse/CLOUDSTACK-132">CLOUDSTACK-132</ulink>: Adds a auto-completing shell and command-line tool for &PRODUCT; written in Python, called <application>CloudMonkey</application>.</para>
-                <para>CloudMonkey includes the following features:</para>
-                <itemizedlist>
-                    <listitem><para>Usable as a command line tool and interactive shell.</para></listitem>
-                    <listitem><para>All commands are lowercase unlike API.</para></listitem>
-                    <listitem><para>Api Discovery using sync feature, with build time api precaching for failsafe sync.</para></listitem>
-                    <listitem><para>Raw api execution support.</para></listitem>
-                    <listitem><para>Auto-completion via double <command>tab</command>.</para></listitem>
-                    <listitem><para>Reverse search using <command>Ctrl+R</command></para></listitem>
-                    <listitem><para>Emacs compatible key bindings.</para></listitem>
-                    <listitem><para>Output that's "pipeable" to other *nix programs.</para></listitem>
-                    <listitem><para>Unix shell execution.</para></listitem>
-                    <listitem><para>Support to handle asynchronous jobs using user defined blocking or non-blocking way.</para></listitem>
-                    <listitem><para>Tabular or JSON output with filtering of table columns.</para></listitem>
-                    <listitem><para>Colored output.</para></listitem>
-                    <listitem><para>API parameter value completion (based on predication, fuzzy results may fail sometimes).</para></listitem>
-                </itemizedlist>
-                <para>CloudMonkey has a few requirements above and beyond CloudStack, and does not need to be run on the same machine as a management server. If you wish to run <application>CloudMonkey</application> you'll need Python 2.5 or later, <application>readline</application>, <application>Pygments</application>, and <application>prettytable</application>. CloudMonkey can be installed with <application>pip</application>:</para>
-                <programlisting language="Bash"><prompt>$</prompt> pip install cloudmonkey</programlisting>
-                <para>See the Developer's Guide and <ulink url="https://cwiki.apache.org/CLOUDSTACK/cloudstack-cloudmonkey-cli.html">the CloudStack wiki</ulink> for the latest information on <application>CloudMonkey</application> installation and use.</para>
-            </section>
-            <section id="apidiscover">
-                <title>API Discovery Service</title>
-                <para><ulink url="https://issues.apache.org/jira/browse/CLOUDSTACK-926">CLOUDSTACK-926</ulink>: &PRODUCT; has more than 300 APIs and more are added in each major release. &PRODUCT; admins can enable or disable APIs, or add plugins which provide more APIs. The API Discovery Service is a plugin which will help users discover the APIs available to them on a &PRODUCT; Management Server.</para>
-                <para>The discovery service implements a method called <command>listApis</command> which will return information about APIs for a user. It currently accepts an apiName to list api information of that particular API. The method ensures that user can only list APIs they are entitled to.</para>
-                <para>All &PRODUCT; APIs are implemented by annotated command class and PluggableService is a contract implemented by all the components such as the Management Server and all the plugins which provide an API. During load time, API discovery service asks all the pluggable services to return list of API cmd classes from whose fields and annotations it gathers information about each API, the information consists of name, description, parameter name, parameter description, etc.</para>
-                <para>For more information on the implementation of the API Discovery Service for 4.1.0, see the <ulink url="https://cwiki.apache.org/CLOUDSTACK/api-discovery-service.html">&PRODUCT; wiki</ulink>.</para> 
-            </section>
-            <section id="events-framework">
-                <title>Events Framework</title>
-                <para><ulink url="https://issues.apache.org/jira/browse/CLOUDSTACK-820">CLOUDSTACK-820</ulink>:The event notification framework provides a means for the Management Server components to publish and subscribe to &PRODUCT; events. Event notification is achieved by implementing the concept of event bus abstraction in the Management Server. An event bus is introduced in the Management Server that allows the &PRODUCT;components and extension plug-ins to subscribe to the events by using the Advanced Message Queuing Protocol (AMQP) client. In &PRODUCT;, a default implementation of event bus is provided as a plug-in that uses the RabbitMQ AMQP client. The AMQP client pushes the published events to a compatible AMQP server. Therefore all the &PRODUCT; events are published to an exchange in the AMQP server. </para> 
-                <para>A new event for state change, resource state change, is introduced as part of Event notification framework. Every resource, such as user VM, volume, NIC, network, public IP, snapshot, and template, is associated with a state machine and generates events as part of the state change. That implies that a change in the state of a resource results in a state change event, and the event is published in the corresponding state machine on the event bus. All the &PRODUCT; events (alerts, action events, usage events) and the additional category of resource state change events, are published on to the events bus.</para>
-                <para>See the Events Framework section of the Admin Guide for more information on using the events framework.</para>
-            </section>
-            <section id="l3-nicira">
-                <title>L3 Router Functionality in Nicira NVP Plugin</title>
-                <para><ulink url="https://issues.apache.org/jira/browse/CLOUDSTACK-726">CLOUDSTACK-726</ulink>: Adds on work done in &PRODUCT; 4.0.x series to add support for the Nicira Network Virtualization Platform (NVP). The 4.0.x releases added L2 (data link layer) support for NVP, but L3 (network layer) support was missing.</para>
-                <para>With 4.1.0, &PRODUCT; adds support for the following features:</para>
-                <itemizedlist>
-                    <listitem><para>L3 Routing (Gateway)</para></listitem>
-                    <listitem><para>Source NAT</para></listitem>
-                    <listitem><para>Static NAT</para></listitem>
-                    <listitem><para>Port Forwarding</para></listitem>
-                </itemizedlist>
-            </section>
-            <section id="persistent-networks">
-                <title>Persistent Networks without Running VM</title>
-                <para><ulink url="https://issues.apache.org/jira/browse/CLOUDSTACK-706">CLOUDSTACK-706</ulink>: Prior to &PRODUCT; 4.1.0, a network had to have at least one instance (VM) running to actually deploy a network. In 4.1.0, we add the ability to deploy physical network devices without having a instance (VM) running on that network.</para>
-                <para>One use case for this is creating a Virtual Private Cloud (VPC) with a tier consisting only of physical devices. For example, you might create a VPC for a three-tier application, deploy VMs for Web and Application tier, and use physical machines for the Database tier. Another use case is that if you are providing services by using physical hardware, you can define the network as persistent and therefore even if all its VMs are destroyed the services will not be discontinued.</para>
-                <para>See the <emphasis>Persistent Networks</emphasis> section in the Admin Guide for more on this feature.</para>
-            </section>
-            <section id="add-remove-network-vm">
-                <title>Add/Remove Network on VM</title>
-                <para><ulink url="https://issues.apache.org/jira/browse/CLOUDSTACK-645">CLOUDSTACK-645</ulink>: provides the ability to move VMs between networks and reconfigure a VM's network. You can remove a VM from a physical network and add to a new physical network. You can also change the default physical network of a virtual machine. With this functionality, hybrid or traditional server loads can be accommodated with ease.</para>
-                <para>This feature is supported on XenServer and KVM hypervisors.</para>
-                <para>The following APIs have been added to support this feature. These API calls can function only while the VM is in running or stopped state:</para>
-                <itemizedlist>
-                    <listitem><para><command>addNicToVirtualMachine</command></para></listitem>
-                    <listitem><para><command>removeNicFromVirtualMachine</command></para></listitem>
-                    <listitem><para><command>updateDefaultNicForVirtualMachine</command></para></listitem>
-                </itemizedlist>
-                <para>See the Developer's Guide for more on using the new APIs.</para>
-            </section>
-            <section id="resize-volumes">
-                <title>Resize Volumes Feature</title>
-                <para><ulink url="https://issues.apache.org/jira/browse/CLOUDSTACK-644">CLOUDSTACK-644</ulink>: With 4.1.0 &PRODUCT; now provides the ability to resize data disks. Volumes within the disk offerings with the same storage tag can be resized. For example, if you only want to offer 10GB, 50GB, and 100GB offerings, the allowed resize should stay within those limits. That implies if you define a 10GB, a 50GB and a 100GB disk offerings, a user can upgrade from 10GB to 50GB, or 50GB to 100GB. If you create a custom-sized disk offering, then you have the option to resize the volume by specifying a new, larger size.</para> 
-                <para>This feature is supported on KVM, XenServer, and VMware hosts. However, shrinking volumes is <emphasis>not</emphasis> supported on VMware hosts.</para> 
-                <para>Using the <command>resizeVolume</command> API, a data volume can be moved from a static disk offering to a custom disk offering with the size specified. This functionality allows those who might be billing by certain volume sizes or disk offerings to stick to that model, while providing the flexibility to migrate to whatever custom size necessary.</para>
-            </section>
-            <section id="autoscale">
-                <title>Autoscale</title>
-                <para><ulink url="https://issues.apache.org/jira/browse/CLOUDSTACK-637">CLOUDSTACK-637</ulink>: AutoScaling allows you to scale your back-end services or application instances up or down automatically according to the conditions you define. With AutoScaling enabled, you can ensure that the number of instances you are using seamlessly scale up when demand increases, and automatically decreases when demand subsides.</para> 
-                <para>Conditions for triggering a scaleup or scaledown action can vary from a simple use case like monitoring the CPU usage of a server to a complex use case of monitoring a combination of server's responsiveness and its CPU usage. For example, you can configure AutoScaling to launch an additional instance whenever CPU usage exceeds 80 percent for 15 minutes, or to remove a VM whenever CPU usage is less than 20 percent for 30 minutes.</para> 
-                <para>AutoScale is supported on NetScaler Release 10 Build 73.e and beyond.</para>
-            </section>
-            <section id="api-throttling">
-                <title>API Request Throttling</title>
-                <para><ulink url="https://issues.apache.org/jira/browse/CLOUDSTACK-618">CLOUDSTACK-618</ulink>: Limits the number of API requests per second that can be placed against a management server to avoid DoS attacks via API requests.</para>
-                <para>The throttling is controlled by the <command>api.throttling.enabled</command>, <command>api.throttling.interval</command>, and <command>api.throttling.max</command> configuration settings. Note that <command>api.throttling.enabled</command> is set to <emphasis>false</emphasis> by default.</para>
-            </section>
-            <section id="s3-backed-storage">
-                <title>S3 Backed Secondary Storage</title>
-                <para><ulink url="https://issues.apache.org/jira/browse/CLOUDSTACK-509">CLOUDSTACK-509</ulink>: This enhancement backs NFS secondary storage with an S3-compatible object store. Periodically, a reaper thread synchronizes the templates, ISOs, and snapshots stored on a NFS secondary storage mount with a configured S3 object store. In addition to permitting the use of commodity or IaaS storage solutions for static assets, it provides a means of automatically synchronizing template and ISO assets across multiple zones.</para>
-                <para>See the <ulink url="https://cwiki.apache.org/CLOUDSTACK/s3-backed-secondary-storage.html">&PRODUCT; wiki</ulink> for more information on this feature, currently the <ulink url="https://issues.apache.org/jira/browse/CLOUDSTACK-878">documentation is incomplete</ulink>.</para>
-            </section>
-            <section id="user-domain-admin-create-key">
-                <title>User and Domain Admin Can Create API Key and Secret</title>
-                <para><ulink url="https://issues.apache.org/jira/browse/CLOUDSTACK-437">CLOUDSTACK-437</ulink>: This feature adds the ability for domain admins and users to create their own API Key and Secret. Domain admins can create keys for themselves, subdomain admins, and for regular users, but not for other domain admins.</para>
-            </section>
-            <section id="inline-srx-f5-mode">
-                <title>Support Inline Mode for F5 and SRX</title>
-                <para><ulink url="https://issues.apache.org/jira/browse/CLOUDSTACK-306">CLOUDSTACK-306</ulink>: For &PRODUCT; deployments using the Juniper SRX (firewall) and F5 Big IP (load balancer), &PRODUCT; 4.1.0 supports putting the firewall in front of the load balancer, making the firewall device the gateway and putting the load balancer behind the public network.</para>
-            </section>
-            <section id="egress-firewall">
-                <title>Egress Firewall Rules for Guest Networks</title>
-                <para><ulink url="https://issues.apache.org/jira/browse/CLOUDSTACK-299">CLOUDSTACK-299</ulink>: This feature allows users to create egress (exit) traffic rules from private networks to public networks (<emphasis>e.g.</emphasis> from your internal network to the public Internet). By default all traffic is blocked from internal networks to the public networks, this allows you to open ports as necessary.</para>
-                <para>Egress traffic rules are suppored only on virtual routers at this time, physical devices are not supported.</para>
-            </section>
-            <section id="reset-ssh-key">
-                <title>Reset SSH Key to Access VM</title>
-                <para><ulink url="https://issues.apache.org/jira/browse/CLOUDSTACK-297">CLOUDSTACK-297</ulink>: &PRODUCT; 4.1.0 introduces a new API <command>resetSSHKeyForVirtualMachine</command>, that can allow them to set or reset the SSH keypair assigned to a virtual machine.</para>
-            </section>
-        </section>
-        <section id="issues-fixed-4.1">
-            <title>Issues Fixed in 4.1.0</title>
-            <para>Apache CloudStack uses <ulink url="https://issues.apache.org/jira/browse/CLOUDSTACK">Jira</ulink>
-                to track its issues. All new features and bugs for 4.1.0 have been tracked in Jira, and have 
-                a standard naming convention of "CLOUDSTACK-NNNN" where "NNNN" is the issue number.</para>
-            <para>This section includes a summary of known issues against 4.0.0 that were fixed in 4.1.0. Approximately 470 bugs were resolved or closed in the 4.1.0 cycle.</para>
-            <informaltable>
-                <tgroup cols="2" align="left" colsep="1" rowsep="1">
-                    <colspec colwidth="1*" colname="1" colnum="1"/>
-                    <colspec colwidth="2*" colname="2" colnum="2"/>
-                    <thead>
-                        <row>
-                            <entry>
-                                <para>Defect</para>
-                            </entry>
-                            <entry>
-                                <para>Description</para>
-                            </entry>
-                        </row>
-                    </thead>
-                    <tbody>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-46</para>
-                            </entry>
-                            <entry>
-                                <para>Remnants of mycloud remain.</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-70</para>
-                            </entry>
-                            <entry>
-                                <para>Improve Network Restart Behaviour for Basic Zone: Restarting Network Fail</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-94</para>
-                            </entry>
-                            <entry>
-                                <para>"API command, listIsos documentation clarity</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-95</para>
-                            </entry>
-                            <entry>
-                                <para>IP address allocation not working when a user tries to allocate IP addresses in a Project</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-97</para>
-                            </entry>
-                            <entry>
-                                <para>Vmware network labels are ignored when creating a Zone using basic networking</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-108</para>
-                            </entry>
-                            <entry>
-                                <para>VM should not be allowed to be deployed on two Isolated Networks of an Account that were created from DefaultNetworkOfferingwithSourceNATService</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-118</para>
-                            </entry>
-                            <entry>
-                                <para>Status of host resorce stuck in "ErrorInMaintenance"</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-119</para>
-                            </entry>
-                            <entry>
-                                <para>Move Agent-Simulator in to the hypervisor plugin model</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-130</para>
-                            </entry>
-                            <entry>
-                                <para>Clarify docs on tags parameter in API reference</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-152</para>
-                            </entry>
-                            <entry>
-                                <para>Routes on the User VM are programmed incorrectly on a VM present on both Isolated and Shared Guest Network</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-178</para>
-                            </entry>
-                            <entry>
-                                <para>Expose name parameter of VM in list Vm view.</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-198</para>
-                            </entry>
-                            <entry>
-                                <para>vpn:failto add VPN Users deletes all the existing Vpn user</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-222</para>
-                            </entry>
-                            <entry>
-                                <para>Admin UI prompts to restart Management server with cancel edit operation</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-225</para>
-                            </entry>
-                            <entry>
-                                <para>API Docs: Request params repeated with different description</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-226</para>
-                            </entry>
-                            <entry>
-                                <para>UpdatePhysicalNetworkcommand failed due to java.sql.BatchUpdateException ; Tried to extend the existing Guest VLAN Range of one physical network into the Guest VLAN range of the other physical network</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-227</para>
-                            </entry>
-                            <entry>
-                                <para>ReconnectHostCmd: NullPointerException: Unable to get host Information for XenServer 6.0.2 host - on intentionally changing the traffic labels on the physical network</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-228</para>
-                            </entry>
-                            <entry>
-                                <para>UI provides an option to reconnect a disconnected host - ServerApiException is thrown on an attempt</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-232</para>
-                            </entry>
-                            <entry>
-                                <para>Zone infrastructure chart -- disable resource total display</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-235</para>
-                            </entry>
-                            <entry>
-                                <para>Network rate can be set in 2 places. Clarify docs on how this works</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-249</para>
-                            </entry>
-                            <entry>
-                                <para>Add host id to failed VM deploy alerts</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-250</para>
-                            </entry>
-                            <entry>
-                                <para>Incorrect description of maintenance mode in admin guide</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-256</para>
-                            </entry>
-                            <entry>
-                                <para>"vpn:As an admin user, not able to delete VPN user which is present in a regular user's network.</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-271</para>
-                            </entry>
-                            <entry>
-                                <para>updatePhysicalNetwork dies with an NPE when the vlan range is empty</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-274</para>
-                            </entry>
-                            <entry>
-                                <para>Two error codes mapped to same value in API</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-275</para>
-                            </entry>
-                            <entry>
-                                <para>hostid not always a UUID</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-277</para>
-                            </entry>
-                            <entry>
-                                <para>Message during CloudStack management server Installation: cannot access /usr/share/cloud/bridge/lib: No such file or directory</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-279</para>
-                            </entry>
-                            <entry>
-                                <para>deleteProject fails when executed by the regular user (works fine for root/domain admin)</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-284</para>
-                            </entry>
-                            <entry>
-                                <para>listVirtualMachines does not return deleted machines when zone is specified</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-290</para>
-                            </entry>
-                            <entry>
-                                <para>3.0.0 template also needed for 2.2.14 to 3.0.5 direct upgrade.</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-293</para>
-                            </entry>
-                            <entry>
-                                <para>"We do awful, hacky things in our spec file for client"</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-304</para>
-                            </entry>
-                            <entry>
-                                <para>Add synchronization for createSnapshot command per host basis</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-309</para>
-                            </entry>
-                            <entry>
-                                <para>iptables rules being deleted from wrong VM after a migration</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-318</para>
-                            </entry>
-                            <entry>
-                                <para>Adding XenServer Host Fails - 6.0.2 fails with 4.0.0</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-320</para>
-                            </entry>
-                            <entry>
-                                <para>"sessionKey query parameter should be case-insensitive, now only sessionkey is accepted"</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-322</para>
-                            </entry>
-                            <entry>
-                                <para>During upgrade displays error - a foreign key constraint fails (`cloud/#sql-f34_6e`..</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-332</para>
-                            </entry>
-                            <entry>
-                                <para>"count" property in list* API response should be equal to how many entries in database, not how many objects in API response</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-333</para>
-                            </entry>
-                            <entry>
-                                <para>When Datacenter name in VCenter has spaces Primary Storage (VMFS) discovery will fail</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-335</para>
-                            </entry>
-                            <entry>
-                                <para>KVM VPC load balancer not working</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-336</para>
-                            </entry>
-                            <entry>
-                                <para>listZones doesn't honour paging</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-343</para>
-                            </entry>
-                            <entry>
-                                <para>"Document what tools and packages are required to build, package and install CloudStack 4.0</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-346</para>
-                            </entry>
-                            <entry>
-                                <para>Cannot add Vmware cluster with class loader conflict exception</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-347</para>
-                            </entry>
-                            <entry>
-                                <para>listNetworks API: return vlan information only when the caller is ROOT admin</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-348</para>
-                            </entry>
-                            <entry>
-                                <para>deleteNetwork does not clean up network resource count correctly</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-354</para>
-                            </entry>
-                            <entry>
-                                <para>Display of storage statistics is wrong</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-355</para>
-                            </entry>
-                            <entry>
-                                <para>"Fix ""count"" in a bunch of API commands</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-357</para>
-                            </entry>
-                            <entry>
-                                <para>"ISOs can be deleted while still attached to a running VM, and they subsequently cannot be detached from a running VM</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-359</para>
-                            </entry>
-                            <entry>
-                                <para>PropagateResourceEventCommand failes in cluster configuration</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-361</para>
-                            </entry>
-                            <entry>
-                                <para>Wrong creation of guest networks on a KVM host in Multiple Physical Networks with guest traffic</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-364</para>
-                            </entry>
-                            <entry>
-                                <para>Docs point to download.cloud.com for AWS API script</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-368</para>
-                            </entry>
-                            <entry>
-                                <para>OVM - cannot create guest VM</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-369</para>
-                            </entry>
-                            <entry>
-                                <para>ASF 4.0 - unable to support XenServer 6.1 host</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-373</para>
-                            </entry>
-                            <entry>
-                                <para>"static NAT and Firewall is not working on external firewall device SRX, it needs to be implemented</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-377</para>
-                            </entry>
-                            <entry>
-                                <para>provide deployment config access to marvin's testcase</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-378</para>
-                            </entry>
-                            <entry>
-                                <para>mavenize marvin on master</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-390</para>
-                            </entry>
-                            <entry>
-                                <para>Install Guide: Section 4.5.7 (Prepare the System VM Template): Links go to cloud.com</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-397</para>
-                            </entry>
-                            <entry>
-                                <para>Install Guide: Section 11.1 (Guest Traffic): Diagram is the wrong diagram</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-398</para>
-                            </entry>
-                            <entry>
-                                <para>Install Guide: Section 11.17.3 (Using VPN with Mac OSX): Not complete</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-404</para>
-                            </entry>
-                            <entry>
-                                <para>Update docs on the usage of cloud-setup-database</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-412</para>
-                            </entry>
-                            <entry>
-                                <para>Data truncation: Out of range value for column 'ram' at row </para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-415</para>
-                            </entry>
-                            <entry>
-                                <para>restartNetwork call causes VM to be unreachable when Nicira based SDN is used</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-416</para>
-                            </entry>
-                            <entry>
-                                <para>XCP 1.6beta2 (61002c) - can't add a host</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-417</para>
-                            </entry>
-                            <entry>
-                                <para>Handle password server securely to run on port 8080 on VR</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-424</para>
-                            </entry>
-                            <entry>
-                                <para>Updated userdata not propagating to the VR</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-427</para>
-                            </entry>
-                            <entry>
-                                <para>Change hardcoded step number references to dynamic link</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-428</para>
-                            </entry>
-                            <entry>
-                                <para>Storage capacity shown in UI is incorrect</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-435</para>
-                            </entry>
-                            <entry>
-                                <para>Vmware network labels are ignored when creating a Zone using basic networking</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-441</para>
-                            </entry>
-                            <entry>
-                                <para>Running mgmt server using jetty fails to start api server</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-446</para>
-                            </entry>
-                            <entry>
-                                <para>"Host going to alert state, if you are adding already added host</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-448</para>
-                            </entry>
-                            <entry>
-                                <para>SSVM bootstrap failure on XenServer hosts with E3 CPU</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-456</para>
-                            </entry>
-                            <entry>
-                                <para>License tag in SPEC isn't what RPM is expecting</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-459</para>
-                            </entry>
-                            <entry>
-                                <para>[Optional Public IP assignment for EIP with Basic Zone] Associate IP Checkbox in Create Network Offering Dialog is Displayed When Elastic LB is Selected</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-462</para>
-                            </entry>
-                            <entry>
-                                <para>A few corrections to make to the 4.0.0 installation guide</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-464</para>
-                            </entry>
-                            <entry>
-                                <para>"Regression in AWSAPI docs, entire sections removed</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-465</para>
-                            </entry>
-                            <entry>
-                                <para>French language file quotes are dropping javascript syntax error</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-467</para>
-                            </entry>
-                            <entry>
-                                <para>Developer's Guide points to cloud.com for API reference</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-479</para>
-                            </entry>
-                            <entry>
-                                <para>UpdateVirtualMachine api fails to propagate userdata to domr</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-481</para>
-                            </entry>
-                            <entry>
-                                <para>Installation Guide Doc Error</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-493</para>
-                            </entry>
-                            <entry>
-                                <para>2.2.x-3.0 DB upgrade support for Advance SG enabled network</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-499</para>
-                            </entry>
-                            <entry>
-                                <para>cloudmonkey CLI can't accept complex parameter</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-500</para>
-                            </entry>
-                            <entry>
-                                <para>Passwd-server iptables rules are dropped on domr on fresh start or on reboot.</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-501</para>
-                            </entry>
-                            <entry>
-                                <para>Apidocs and marvin does not know how to handle Autoscaling docs.</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-504</para>
-                            </entry>
-                            <entry>
-                                <para>Duplicate guest password scripts in codebase.</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-507</para>
-                            </entry>
-                            <entry>
-                                <para>fix api docs for listSSHKeyPair</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-508</para>
-                            </entry>
-                            <entry>
-                                <para>CLVM copies template to primary storage unnecessarily.</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-510</para>
-                            </entry>
-                            <entry>
-                                <para>Add button not visible when adding public IPs to physical network.</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-514</para>
-                            </entry>
-                            <entry>
-                                <para>Marvin and Cloudmonkey don't work when an API target uses https or an alternate path.</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-518</para>
-                            </entry>
-                            <entry>
-                                <para>API refactoring -- change @Parameter annotation and remove the @IdentityMapper annotation.</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-520</para>
-                            </entry>
-                            <entry>
-                                <para>Dependency jar names mismatch with install-non-oss.sh</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-521</para>
-                            </entry>
-                            <entry>
-                                <para>Build will hung up when doing test for TestAgentShell</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-522</para>
-                            </entry>
-                            <entry>
-                                <para>Log requests in cloudmonkey's log file.</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-527</para>
-                            </entry>
-                            <entry>
-                                <para>List API performance optimization by using DB views and removing UUID conversion.</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-534</para>
-                            </entry>
-                            <entry>
-                                <para>Failed to add host</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-536</para>
-                            </entry>
-                            <entry>
-                                <para>remove citrix cloudpatform from 4.0 build - CloudStack is ASF project.</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-539</para>
-                            </entry>
-                            <entry>
-                                <para>Cropped Text in UI under Quick View.</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-552</para>
-                            </entry>
-                            <entry>
-                                <para>]Quick view details for a volume displays scroll bar in place of name of the volume when the name of the volume has more no of characters.</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-553</para>
-                            </entry>
-                            <entry>
-                                <para>"SRX - When adding SRX device make "Public Network" - default to "untrusted" and "Private Network" - default to "trusted" as un-editable fields.</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-556</para>
-                            </entry>
-                            <entry>
-                                <para>Erratic window behavior in Quick View tooltip.</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-559</para>
-                            </entry>
-                            <entry>
-                                <para>source code import problem</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-560</para>
-                            </entry>
-                            <entry>
-                                <para>Usage server doesn't work in 4.0.0 due to missing db changes</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-572</para>
-                            </entry>
-                            <entry>
-                                <para>SG Enabled Advanced Zone - Not able to deploy a VM in an account specific shared network</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-573</para>
-                            </entry>
-                            <entry>
-                                <para>"NPE at ""com.cloud.network.NetworkManagerImpl.networkOfferingIsConfiguredForExternalNetworking(NetworkManagerImpl.java:4345)"" when create network from the network offering having NULL provider for the service</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-578</para>
-                            </entry>
-                            <entry>
-                                <para>The already deleted same hostname is not deleted from /etc/hosts of vRouter</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-584</para>
-                            </entry>
-                            <entry>
-                                <para>"typos in ""Apache_CloudStack-4.0.0-incubating-CloudStack_Nicira_NVP_Guide-en-US""</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-590</para>
-                            </entry>
-                            <entry>
-                                <para>Incorrect Network Gateways Assigned to System VM</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-592</para>
-                            </entry>
-                            <entry>
-                                <para>"API bloat, unknown apis cmd classes</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-593</para>
-                            </entry>
-                            <entry>
-                                <para>"2 guest network, auto create vlan error</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-596</para>
-                            </entry>
-                            <entry>
-                                <para>DeployVM command takes a lot of time to return job id.</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-599</para>
-                            </entry>
-                            <entry>
-                                <para>DhcpEntryCommand fails on Router VM on CS4.0 and vSphere5 with Advanced Network Zone.</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-600</para>
-                            </entry>
-                            <entry>
-                                <para>When rebooting KVM local storage VM host, libvirt definitions deleted</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-605</para>
-                            </entry>
-                            <entry>
-                                <para>Host physical CPU is incorrectly calculated for Vmware host</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-606</para>
-                            </entry>
-                            <entry>
-                                <para>Starting VM fails with 'ConcurrentOperationException' in a clustered MS scenario</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-614</para>
-                            </entry>
-                            <entry>
-                                <para>"ListTemplates API is not returning ""Enable SSH Key"" attribute for any given template</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-617</para>
-                            </entry>
-                            <entry>
-                                <para>Unable to edit a Sub domain</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-639</para>
-                            </entry>
-                            <entry>
-                                <para>API Refactoring: Adapters for ACL</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-648</para>
-                            </entry>
-                            <entry>
-                                <para>The normal users could change their own login password.</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-660</para>
-                            </entry>
-                            <entry>
-                                <para>Network Traffic Labels are not functional in Marvin</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-683</para>
-                            </entry>
-                            <entry>
-                                <para>Image Is Missing in the Accessing VM Section</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-689</para>
-                            </entry>
-                            <entry>
-                                <para>RVR: Stop pending flag is not cleared when user start the disconnected router from another host</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-691</para>
-                            </entry>
-                            <entry>
-                                <para>A warning dialog box shows after reloading the welcome page.</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-693</para>
-                            </entry>
-                            <entry>
-                                <para>Adding a VPC virtual router to a NiciraNVP enabled network fails.</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-694</para>
-                            </entry>
-                            <entry>
-                                <para>"Create a new VPC network offering with "connectivity" option needed for SDN networking) is not allowed / VPC support for SDN networks</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-717</para>
-                            </entry>
-                            <entry>
-                                <para>cloudmonkey fails to parse/print response.</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-720</para>
-                            </entry>
-                            <entry>
-                                <para>Fail to load a png image when accessing the web console.</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-721</para>
-                            </entry>
-                            <entry>
-                                <para>Bytes sent/received in user statistics is empty (CloudStack 4.0)</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-725</para>
-                            </entry>
-                            <entry>
-                                <para>UI: Error when the Egress rules tab is selected for a network.</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-734</para>
-                            </entry>
-                            <entry>
-                                <para>api_refactoring: CreateAccountCmd fails to send response due to NPE in service layer</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-735</para>
-                            </entry>
-                            <entry>
-                                <para>Integration smoke tests: Fix expunge vm test on api_refactoring</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-736</para>
-                            </entry>
-                            <entry>
-                                <para>Integration smoke tests: Fix check for vm name for the deployvm smoke test.</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-793</para>
-                            </entry>
-                            <entry>
-                                <para>"Create cloudmonkey-helper, a plugin that helps autodiscover and sync api info via an api over some endpoint</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-798</para>
-                            </entry>
-                            <entry>
-                                <para>Move usage related cmd classes from cloud-server to cloud-api</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-799</para>
-                            </entry>
-                            <entry>
-                                <para>[Load Test] Check router statistics falls behind in gathering stats by more than 2 times the set value</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-819</para>
-                            </entry>
-                            <entry>
-                                <para>Create Account/User API logging password in access log</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-863</para>
-                            </entry>
-                            <entry>
-                                <para>Non-printable characters (ASCII control character) such as %00 or %0025 are getting stored in raw/non encoded form in the database</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-870</para>
-                            </entry>
-                            <entry>
-                                <para>Client UI: Wrong character encoding for some language</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-928</para>
-                            </entry>
-                            <entry>
-                                <para>[Simulator] Latency for Agent Commands - change unit of wait from seconds to milliseconds</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-938</para>
-                            </entry>
-                            <entry>
-                                <para>s2s VPN trouble</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-959</para>
-                            </entry>
-                            <entry>
-                                <para>Missing sub-sections in document section System Service Offering</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-968</para>
-                            </entry>
-                            <entry>
-                                <para>marvin: vlan should be an attribute of the physical_network and not the zone</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-977</para>
-                            </entry>
-                            <entry>
-                                <para>Document how to use openvswitch with KVM hypervisor</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-978</para>
-                            </entry>
-                            <entry>
-                                <para>TypeError: instance.displayname is undefined while adding VM's to the LB rule</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-985</para>
-                            </entry>
-                            <entry>
-                                <para>Different MAC address for RvR caused issue in short term network outage</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-987</para>
-                            </entry>
-                            <entry>
-                                <para>Sections missing in Working With Snapshots</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-993</para>
-                            </entry>
-                            <entry>
-                                <para>"admin"" user is not getting created when management server is started.</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-995</para>
-                            </entry>
-                            <entry>
-                                <para>Not able to add the KVM host</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1002</para>
-                            </entry>
-                            <entry>
-                                <para>Not able to start VM</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1006</para>
-                            </entry>
-                            <entry>
-                                <para>need to disable service libvirt-guests in CentOS packaging RPMs, or in installation docs</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1008</para>
-                            </entry>
-                            <entry>
-                                <para>"Egress"" tab should not be presented in the UI for Shared Networks</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1010</para>
-                            </entry>
-                            <entry>
-                                <para>Host count and Secondary storage count always shows 1 in UI</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1011</para>
-                            </entry>
-                            <entry>
-                                <para>KVM host getting disconnected in cluster environment</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1013</para>
-                            </entry>
-                            <entry>
-                                <para>running cloudstack overwrites default public/private ssh key</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1014</para>
-                            </entry>
-                            <entry>
-                                <para>Merge ManagementServer and ManagementServerEx</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1016</para>
-                            </entry>
-                            <entry>
-                                <para>Not able to deploy VM</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1021</para>
-                            </entry>
-                            <entry>
-                                <para>the vlan is not creat to right nic. when i creat multi guest network</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1024</para>
-                            </entry>
-                            <entry>
-                                <para>Regression: Unable to add Xenserver host with latest build.</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1027</para>
-                            </entry>
-                            <entry>
-                                <para>"Update SSL certificate" button should properly reflect its functionality</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1029</para>
-                            </entry>
-                            <entry>
-                                <para>Enter the token to specified project is malfunctioned</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1037</para>
-                            </entry>
-                            <entry>
-                                <para>"Make cloudmonkey awesome-er: Online help docs and api discovery, better colored output, parameter value autocompletion</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1050</para>
-                            </entry>
-                      

<TRUNCATED>

[2/3] git commit: updated refs/heads/4.1 to f1c9874

Posted by ch...@apache.org.
Cleaning up release notes for 4.1.1 content


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/60b0a0af
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/60b0a0af
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/60b0a0af

Branch: refs/heads/4.1
Commit: 60b0a0afe45b0c65fd9dd6f4eab367fa322de77a
Parents: e05281e
Author: Chip Childers <ch...@apache.org>
Authored: Thu Jul 18 15:23:02 2013 -0400
Committer: Chip Childers <ch...@apache.org>
Committed: Thu Jul 18 15:23:02 2013 -0400

----------------------------------------------------------------------
 docs/en-US/Release_Notes.xml | 5034 +------------------------------------
 1 file changed, 61 insertions(+), 4973 deletions(-)
----------------------------------------------------------------------



[3/3] git commit: updated refs/heads/4.1 to f1c9874

Posted by ch...@apache.org.
Replacing instances of Apache CloudStack with &PRODUCT; in the release notes


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f1c98746
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f1c98746
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f1c98746

Branch: refs/heads/4.1
Commit: f1c98746c07c16ad73abfb07295e680200e30b86
Parents: 60b0a0a
Author: Chip Childers <ch...@apache.org>
Authored: Thu Jul 18 15:24:54 2013 -0400
Committer: Chip Childers <ch...@apache.org>
Committed: Thu Jul 18 15:24:54 2013 -0400

----------------------------------------------------------------------
 docs/en-US/Release_Notes.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f1c98746/docs/en-US/Release_Notes.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/Release_Notes.xml b/docs/en-US/Release_Notes.xml
index 3ab8076..a594183 100644
--- a/docs/en-US/Release_Notes.xml
+++ b/docs/en-US/Release_Notes.xml
@@ -23,7 +23,7 @@ under the License.
     <xi:include href="Preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
     <chapter id="welcome-4.1">
         <title>Welcome to &PRODUCT; 4.1</title>
-        <para>Welcome to the 4.1.1 release of &PRODUCT;, the first major release from the Apache CloudStack project since its graduation from the Apache Incubator.</para>
+        <para>Welcome to the 4.1.1 release of &PRODUCT;, the first major release from the &PRODUCT; project since its graduation from the Apache Incubator.</para>
         <para>This document contains information specific to this release of &PRODUCT;, including upgrade instructions from prior releases, new features added to &PRODUCT;, API changes, and issues fixed in the release. For installation instructions, please see the <ulink url="http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.1.1/html/Installation_Guide/index.html">Installation Guide</ulink>. For usage and administration instructions, please see the <ulink url="http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.1.1/html/Admin_Guide/index.html">&PRODUCT; Administrator's Guide</ulink>. Developers and users who wish to work with the API will find instruction in the <ulink url="http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.1-incubating/html/API_Developers_Guide/index.html">&PRODUCT; API Developer's Guide</ulink></para>
         <para>If you find any errors or problems in this guide, please see <xref linkend="feedback" />. We hope you enjoy working with &PRODUCT;!</para>
     </chapter>
@@ -82,7 +82,7 @@ under the License.
         <title>Version 4.1.1</title>
         <section id="issues-fixed-4.1.1">
             <title>Issues Fixed in 4.1.1</title>
-            <para>Apache CloudStack uses <ulink url="https://issues.apache.org/jira/browse/CLOUDSTACK">Jira</ulink>
+            <para>&PRODUCT; uses <ulink url="https://issues.apache.org/jira/browse/CLOUDSTACK">Jira</ulink>
                 to track its issues. All bugs for 4.1.1 have been tracked in Jira, and have 
                 a standard naming convention of "CLOUDSTACK-NNNN" where "NNNN" is the issue number.</para>
             <para>This section includes a summary of known issues against 4.1.0 that were fixed in 4.1.1. Approximately 36 bugs were resolved or closed in the 4.1.1 cycle.</para>
@@ -142,7 +142,7 @@ under the License.
     </chapter>
     <chapter id="upgrade-instructions">
         <title>Upgrade Instructions</title>
-        <para>This section contains upgrade instructions from prior versions of CloudStack to Apache CloudStack 4.1.1. We include instructions on upgrading to Apache CloudStack from pre-Apache versions of Citrix CloudStack (last version prior to Apache is 3.0.2) and from the releases made while CloudStack was in the Apache Incubator.</para>
+        <para>This section contains upgrade instructions from prior versions of CloudStack to &PRODUCT; 4.1.1. We include instructions on upgrading to &PRODUCT; from pre-Apache versions of Citrix CloudStack (last version prior to Apache is 3.0.2) and from the releases made while CloudStack was in the Apache Incubator.</para>
         <para>If you run into any issues during upgrades, please feel free to ask questions on users@cloudstack.apache.org or dev@cloudstack.apache.org.</para>
         <section id="upgrade-from-4.0-to-4.1">
             <title>Upgrade from 4.0.x to 4.1.1</title>
@@ -156,7 +156,7 @@ under the License.
             <orderedlist>
                 <listitem>
                     <para>Most users of &PRODUCT; manage the installation and upgrades of &PRODUCT; with one of Linux's predominant package systems, RPM or APT. This guide assumes you'll be using RPM and Yum (for Red Hat Enterprise Linux or CentOS), or APT and Debian packages (for Ubuntu).</para>
-                    <para>Create RPM or Debian packages (as appropriate) and a repository from the 4.1.1 source, or check the Apache CloudStack downloads page at <ulink url="http://cloudstack.apache.org/downloads.html">http://cloudstack.apache.org/downloads.html</ulink> for package repositories supplied by community members. You will need them for step <xref linkend="upgrade-deb-packages" /> or step <xref linkend="upgrade-rpm-packages" />.</para>
+                    <para>Create RPM or Debian packages (as appropriate) and a repository from the 4.1.1 source, or check the &PRODUCT; downloads page at <ulink url="http://cloudstack.apache.org/downloads.html">http://cloudstack.apache.org/downloads.html</ulink> for package repositories supplied by community members. You will need them for step <xref linkend="upgrade-deb-packages" /> or step <xref linkend="upgrade-rpm-packages" />.</para>
                     <para>Instructions for creating packages from the &PRODUCT; source are in the <ulink url="http://cloudstack.apache.org/docs/en-US/index.html">Installation Guide</ulink>.</para>
                 </listitem>
                 <listitem>
@@ -317,7 +317,7 @@ under the License.
         </section>
         <section id="upgrade-from-3.0.2-to-4.0">
             <title>Upgrade from 3.0.2 to 4.1.1</title>
-            <para>This section will guide you from Citrix CloudStack 3.0.2 to Apache CloudStack 4.1.1. Sections that are hypervisor-specific will be called out with a note.</para>
+            <para>This section will guide you from Citrix CloudStack 3.0.2 to &PRODUCT; 4.1.1. Sections that are hypervisor-specific will be called out with a note.</para>
             <orderedlist>
                 <listitem>
                     <note>