You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ra...@apache.org on 2013/04/22 11:20:48 UTC

[1/2] fixing RN build errors

Updated Branches:
  refs/heads/master e309a91a9 -> 67bd2c6eb


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/67bd2c6e/docs/en-US/Release_Notes.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/Release_Notes.xml b/docs/en-US/Release_Notes.xml
index 354c25d..cda8d72 100644
--- a/docs/en-US/Release_Notes.xml
+++ b/docs/en-US/Release_Notes.xml
@@ -19,4239 +19,4790 @@ specific language governing permissions and limitations
 under the License.
 -->
 <book>
-    <xi:include href="Book_Info_Release_Notes_4-0.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-    <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>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="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>: CloudStack has more than 300 APIs and more are added in each major release. CloudStack 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 CloudStack 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 CloudStack 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">CloudStack 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 Events Framework provides a mechanism to publish and subscribe to events in &PRODUCT;.</para>
-            </section>
-            <section id="additional-vmx-settings">
-                <title>Additional VMX Settings</title>
-                <para>###</para>
-            </section>
-            <section id="l3-nicira">
-                <title>L3 Router Functionality in Nicira Nvp Plugin</title>
-                <para>###</para>
-            </section>
-            <section id="persistent-networks">
-                <title>Persistent Networks without Running VM</title>
-                <para>###</para>
-            </section>
-            <section id="add-remove-network-vm">
-                <title>Add/Remove Network on VM</title>
-                <para>###</para>
-            </section>
-            <section id="resize-volumes">
-                <title>Resize Volumes Feature</title>
-                <para>###</para>
-            </section>
-            <section id="autoscale">
-                <title>Autoscale</title>
-                <para>###</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.0">
-            <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>
-                            <entry>
-                                <para>No Documentation on Adding a Load Balancer Rule</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1051</para>
-                            </entry>
-                            <entry>
-                                <para>API dispatcher unable to find objectVO corresponding to DeleteTemplatecmd</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1055</para>
-                            </entry>
-                            <entry>
-                                <para>"The overlay still exists when the ""Recurring Snapshots"" dialog is canceled by pressing esc key.</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1056</para>
-                            </entry>
-                            <entry>
-                                <para>S3 secondary storage fails to upload systemvm template due to KVMHA directory</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1057</para>
-                            </entry>
-                            <entry>
-                                <para>regression of changeServiceForVirtualMachine API - fails to find service offering by serviceOfferingId parameter</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1063</para>
-                            </entry>
-                            <entry>
-                                <para>"SG Enabled Advanced Zone - "Add Guest Networks" - When user tries to add a guest Network with scope as "Account" he should NOT be presented with "Offering for shared security group enabled"</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1064</para>
-                            </entry>
-                            <entry>
-                                <para>A type error occurs when trying to add account/register template...</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1068</para>
-                            </entry>
-                            <entry>
-                                <para>Names in VR list is useless</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1070</para>
-                            </entry>
-                            <entry>
-                                <para>javelin: NPE on executing registerIso API</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1071</para>
-                            </entry>
-                            <entry>
-                                <para>Netscaler element is not getting loaded as part of LoadBalancing Service Providers</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1078</para>
-                            </entry>
-                            <entry>
-                                <para>Not able to start System Vms on Rhel 6.3 KVM host</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1079</para>
-                            </entry>
-                            <entry>
-                                <para>Deploying AWSAPI with mvn -pl :cloud-awsapi jetty:run fail</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1082</para>
-                            </entry>
-                            <entry>
-                                <para>UI doesn't throw any error message when trying to delete ip range from a network that is in use.</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1083</para>
-                            </entry>
-                            <entry>
-                                <para>listUsageRecords api: removed project results in NPE</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1087</para>
-                            </entry>
-                            <entry>
-                                <para>Update the Developer Guide for ASFCS 4.1 Release</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1088</para>
-                            </entry>
-                            <entry>
-                                <para>EnableStaticNat error will clear the data in database</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1094</para>
-                            </entry>
-                            <entry>
-                                <para>Ipv6 - hostname/hostname --fqdn does not return the name of the VM. But i am able to reach the Vm using their names</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1095</para>
-                            </entry>
-                            <entry>
-                                <para>Ipv6 - dhclient command needs to be run manually on the Vms to get the Ipv6 address</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1100</para>
-                            </entry>
-                            <entry>
-                                <para>Expunge thread is not kicked off based on global configuration if the global setting is less than 60 seconds</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1103</para>
-                            </entry>
-                            <entry>
-                                <para>"IpV6 - listNetwork() command does not retrun gateway,netmask,cidr</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1104</para>
-                            </entry>
-                            <entry>
-                                <para>Ipv6 - listVlanIpRanges() returns error 530</para>
-                            </entry>
-                        </row>
-                        <row>
-                            <entry>
-                                <para>CLOUDSTACK-1105</para>
-               

<TRUNCATED>

[2/2] git commit: updated refs/heads/master to 67bd2c6

Posted by ra...@apache.org.
fixing RN build errors


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

Branch: refs/heads/master
Commit: 67bd2c6eb70d99d9535300e7e4010ea33ff95fcb
Parents: e309a91
Author: Radhika PC <ra...@citrix.com>
Authored: Mon Apr 22 14:48:44 2013 +0530
Committer: Radhika PC <ra...@citrix.com>
Committed: Mon Apr 22 14:50:08 2013 +0530

----------------------------------------------------------------------
 docs/en-US/Preface.xml       |    2 +-
 docs/en-US/Release_Notes.xml |11164 ++++++++++++++++++++-----------------
 2 files changed, 5906 insertions(+), 5260 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/67bd2c6e/docs/en-US/Preface.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/Preface.xml b/docs/en-US/Preface.xml
index 3f5cdc6..28ad48e 100644
--- a/docs/en-US/Preface.xml
+++ b/docs/en-US/Preface.xml
@@ -25,7 +25,7 @@
 <preface id="pref-cloudstack-Preface">
     <title>Preface</title>
     <xi:include href="Common_Content/Conventions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude"><xi:fallback xmlns:xi="http://www.w3.org/2001/XInclude"><xi:include href="Common_Content/Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude"><xi:fallback xmlns:xi="http://www.w3.org/2001/XInclude"><xi:include href="Common_Content/Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
     </xi:fallback>
     </xi:include>
 </preface>