You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by se...@apache.org on 2014/05/19 08:50:25 UTC

[1/8] git commit: remove non 4.4 api changes

Repository: cloudstack-docs-rn
Updated Branches:
  refs/heads/master 606f16e76 -> a25989144


remove non 4.4 api changes

Signed-off-by: Sebastien Goasguen <ru...@gmail.com>


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

Branch: refs/heads/master
Commit: 54d85e83c259c61ecbfe03d2a6b8509ab987f00a
Parents: 54cce38
Author: Pierre-Luc Dion <pd...@cloudops.com>
Authored: Sun May 18 09:59:04 2014 -0400
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Mon May 19 08:49:38 2014 +0200

----------------------------------------------------------------------
 source/api-changes.rst | 143 +++++++-------------------------------------
 1 file changed, 20 insertions(+), 123 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/54d85e83/source/api-changes.rst
----------------------------------------------------------------------
diff --git a/source/api-changes.rst b/source/api-changes.rst
index 9d8879f..91a1f3b 100644
--- a/source/api-changes.rst
+++ b/source/api-changes.rst
@@ -19,131 +19,28 @@ API Changes Introduced in |version|
 List Instances
 --------------
 
-+---------------------+-------------------------------------------------------------------+
-| API                 | Description                                                       |
-+=====================+===================================================================+
-| listVirtualMachines | For this existing API, the following request parameters has       |
-|                     | been added                                                        |
-|                     |                                                                   |
-|                     | - ids : comma seperated VM ID's                                   |
-+---------------------+-------------------------------------------------------------------+
-
-https://issues.apache.org/jira/browse/CLOUDSTACK-6052
-
-
-API support for retrieving UserData
------------------------------------
-
-
-
-
-Hyper-V
--------
-
-+-------------------+-------------------------------------------------------------------+
-| API               | Description                                                       |
-+===================+===================================================================+
-| addPrimaryStorage | To this existing API, the following field has been added: smb     |
-+-------------------+-------------------------------------------------------------------+
-| addImageStore     | To this existing API, the following field has been added: smb     |
-+-------------------+-------------------------------------------------------------------+
-
-Reporting CPU Sockets
----------------------
-
-+----------+-------------------------------------------------------------------+
-| API      | Description                                                       |
-+==========+===================================================================+
-| listhost | To this existing API, the following request parameter has been    |
-|          | added: hypervisor.                                                |
-|          |                                                                   |
-|          | The new response parameter added is: cpusockets                   |
-+----------+-------------------------------------------------------------------+
-
-Publishing Alerts Using the Web ROOT Admin API
-----------------------------------------------
+   +---------------------+-------------------------------------------------------------------+
+   | API                 | Description                                                       |
+   +=====================+===================================================================+
+   | listVirtualMachines | For this existing API, the following request parameters has       |
+   |                     | been added                                                        |
+   |                     |                                                                   |
+   |                     | - ids : comma seperated VM ID's                                   |
+   +---------------------+-------------------------------------------------------------------+
+   
+   `CLOUDSTACK-6052 <https://issues.apache.org/jira/browse/CLOUDSTACK-6052>`_
 
-+---------------+-------------------------------------------------------------------+
-| API           | Description                                                       |
-+===============+===================================================================+
-| generateAlert | A new API has been added to generate and publish alerts for usage |
-|               | services. The usage services can be installed on a different host |
-|               | or the same host where the Management Server is running. This API |
-|               | is available only to the Root Admin.                              |
-+---------------+-------------------------------------------------------------------+
-| listAlerts    | To this existing API, a new response parameter has been added:    |
-|               | name. An alert can be searched on the basis of alert name.        |
-+---------------+-------------------------------------------------------------------+
 
-Dynamic Compute Offering
-------------------------
+Retrieving UserData
+-------------------
 
-+-----------------+-------------------------------------------------------------------+
-| API             | Description                                                       |
-+=================+===================================================================+
-| DeployVM        | To this existing API, the following request parameter has been    |
-|                 | added: details.                                                   |
-+-----------------+-------------------------------------------------------------------+
-| ScaleVM         | To this existing API, the following request parameter has been    |
-|                 | added: details.                                                   |
-+-----------------+-------------------------------------------------------------------+
-| ScaleSystemVM   | To this existing API, the following request parameter has been    |
-|                 | added: details.                                                   |
-|                 |                                                                   |
-+-----------------+-------------------------------------------------------------------+
-| UpgradeVM       | To this existing API, the following request parameter has been    |
-|                 | added: details.                                                   |
-+-----------------+-------------------------------------------------------------------+
-| UpgradeSystemVM | To this existing API, the following request parameter has been    |
-|                 | added: details.                                                   |
-|                 |                                                                   |
-+-----------------+-------------------------------------------------------------------+
+   +---------------------------+-------------------------------------------------------------------+
+   | API                       | Description                                                       |
+   +===========================+===================================================================+
+   | getVirtualMachineUserData | Returns vmId and userData associated with this vm (if not null)   |
+   |                           |                                                                   |
+   |                           | - vmId : VM ID (required)                                         |
+   +---------------------------+-------------------------------------------------------------------+
 
-Enhanced Upgrade for Virtual Routers
-------------------------------------
+   `CLOUDSTACK-5870 <https://issues.apache.org/jira/browse/CLOUDSTACK-5870>`_
 
-+-----------------------+-------------------------------------------------------------------+
-| API                   | Description                                                       |
-+=======================+===================================================================+
-| upgradeRouterTemplate | This is a new API which has been added in this release.           |
-|                       |                                                                   |
-|                       | The following are the request parameters:                         |
-|                       |                                                                   |
-|                       | -  id: Upgrade the specified VR                                   |
-|                       |                                                                   |
-|                       | -  zone\_id : Upgrade the VRs in the specified zone.              |
-|                       |                                                                   |
-|                       | -  pod\_id : Upgrade the VRs in the specified pod.                |
-|                       |                                                                   |
-|                       | -  cluster\_id : Upgrade the VRs in the specified cluster.        |
-|                       |                                                                   |
-|                       | -  domain\_id : Upgrade the VRs belonging to the specified        |
-|                       |    domain.                                                        |
-|                       |                                                                   |
-|                       | -  account\_id : Upgrade the VRs belonging to the specified       |
-|                       |    account.                                                       |
-|                       |                                                                   |                                  
-+-----------------------+-------------------------------------------------------------------+
-| listRouters           | For this existing API, the following request parameters has been  |
-|                       | added:                                                            |
-|                       |                                                                   |
-|                       | -  version: Lists routers by specified version.                   |
-|                       |                                                                   |
-|                       | -  zone\_id : lists routers in specified zone.                    |
-|                       |                                                                   |
-|                       | -  pod\_id : Lists routers in the specified pod.                  |
-|                       |                                                                   |
-|                       | -  cluster\_id : Lists routers in the specified cluster.          |
-|                       |                                                                   |
-|                       | -  domain\_id : Lists routers owned by specified domain.          |
-|                       |                                                                   |
-|                       | -  account: Lists routers owned by specified account.             |
-|                       |                                                                   |
-|                       | The following response parameters has been added:                 |
-|                       |                                                                   |
-|                       | -  version : (String) The router version. For example, |release|. |
-|                       |                                                                   |
-|                       | -  requiresupgrade: (Boolean) The flag to indicate if the router  |
-|                       |    template requires an upgrade.                                  |
-|                       |                                                                   |
-+-----------------------+-------------------------------------------------------------------+


[5/8] git commit: rnotes.rst: fix upgrade references to wrong version: 4.3

Posted by se...@apache.org.
rnotes.rst: fix upgrade references to wrong version: 4.3

Signed-off-by: Sebastien Goasguen <ru...@gmail.com>


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

Branch: refs/heads/master
Commit: 50a412daab1e9bf2c1b255c036901efcecefd653
Parents: 606f16e
Author: Pierre-Luc Dion <pd...@voilevacance.ca>
Authored: Thu May 1 21:11:48 2014 -0400
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Mon May 19 08:49:38 2014 +0200

----------------------------------------------------------------------
 source/rnotes.rst | 38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/50a412da/source/rnotes.rst
----------------------------------------------------------------------
diff --git a/source/rnotes.rst b/source/rnotes.rst
index e973914..8409c7f 100644
--- a/source/rnotes.rst
+++ b/source/rnotes.rst
@@ -549,7 +549,7 @@ working on a production system.
           gpgcheck=0
 
       If you are using the community provided package repository, change
-      the base url to http://cloudstack.apt-get.eu/rhel/|version|/
+      the base url to http://cloudstack.apt-get.eu/rhel/4.3/
 
       If you're using your own package repository, change this line to
       read as appropriate for your |version| repository.
@@ -783,11 +783,11 @@ working on a production system.
 #. 
 
    Create RPM or Debian packages (as appropriate) and a repository from
-   the 4.2.1 source, or check the Apache CloudStack downloads page at
+   the 4.3.0 source, or check the Apache CloudStack downloads page at
    `http://cloudstack.apache.org/downloads.html <http://cloudstack.apache.org/downloads.html>`__
    for package repositories supplied by community members. You will need
    them for step `8 <#upgrade-deb-packages-41to42>`__ or step
-   `11 <#upgrade-rpm-packages-41to42>`__.
+   `11 <#upgrade-rpm-packages-41to43>`__.
 
    Instructions for creating packages from the CloudStack source are in
    the `Installation
@@ -863,7 +863,7 @@ working on a production system.
 
       .. sourcecode:: bash
 
-          deb http://cloudstack.apt-get.eu/ubuntu precise 4.0
+          deb http://cloudstack.apt-get.eu/ubuntu precise 4.1
 
       We'll change it to point to the new package repository:
 
@@ -1087,7 +1087,7 @@ working on a production system.
           gpgcheck=0
 
       If you are using the community provided package repository, change
-      the base url to http://cloudstack.apt-get.eu/rhel/4.2/
+      the base url to http://cloudstack.apt-get.eu/rhel/4.3/
 
       If you're using your own package repository, change this line to
       read as appropriate for your |version| repository.
@@ -1209,10 +1209,10 @@ working on a production system.
    Enterprise Linux or CentOS), or APT and Debian packages (for Ubuntu).
 
    Create RPM or Debian packages (as appropriate) and a repository from
-   the 4.1.0 source, or check the Apache CloudStack downloads page at
+   the 4.3.0 source, or check the Apache CloudStack downloads page at
    `http://cloudstack.apache.org/downloads.html <http://cloudstack.apache.org/downloads.html>`__
    for package repositories supplied by community members. You will need
-   them for step `9 <#upgrade-deb-packages-40to41>`__ or step
+   them for step `9 <#upgrade-deb-packages-40to43>`__ or step
    `10 <#upgrade-rpm-packages-40to41>`__.
 
    Instructions for creating packages from the CloudStack source are in
@@ -1402,7 +1402,7 @@ working on a production system.
 #. 
 
    If you are using Ubuntu, follow this procedure to upgrade your
-   packages. If not, skip to step `10 <#upgrade-rpm-packages-40to41>`__.
+   packages. If not, skip to step `10 <#upgrade-rpm-packages-40to43>`__.
 
    .. note:: **Community Packages:** This section assumes you're using the community supplied packages for CloudStack. If you've created your own packages and APT repository, substitute your own URL for the ones used in these examples.
 
@@ -1429,7 +1429,7 @@ working on a production system.
           deb http://cloudstack.apt-get.eu/ubuntu precise 4.3
 
       If you're using your own package repository, change this line to
-      read as appropriate for your 4.1.0 repository.
+      read as appropriate for your 4.3.0 repository.
 
    #. 
 
@@ -1541,7 +1541,7 @@ working on a production system.
                                           gpgcheck=0
 
       If you are using the community provided package repository, change
-      the baseurl to http://cloudstack.apt-get.eu/rhel/4.1/
+      the baseurl to http://cloudstack.apt-get.eu/rhel/4.3/
 
       If you're using your own package repository, change this line to
       read as appropriate for your |version| repository.
@@ -1786,10 +1786,10 @@ with a note.
                       gpgcheck=0
 
       If you are using the community provided package repository, change
-      the baseurl to http:// cloudstack.apt-get.eu/rhel/4.2/
+      the baseurl to http:// cloudstack.apt-get.eu/rhel/4.3/
 
       If you are using your own package repository, change this line to
-      read as appropriate for your 4.2 repository.
+      read as appropriate for your 4.3 repository.
 
    #. 
 
@@ -1980,10 +1980,10 @@ with a note.
           gpgcheck=0
 
       If you are using the community provided package repository, change
-      the baseurl to http://cloudstack.apt-get.eu/rhel/4.2/
+      the baseurl to http://cloudstack.apt-get.eu/rhel/4.3/
 
       If you're using your own package repository, change this line to
-      read as appropriate for your 4.2 repository.
+      read as appropriate for your 4.3 repository.
 
    #. 
 
@@ -2611,15 +2611,15 @@ Upgrade from 2.2.14 to |version|
                       gpgcheck=0
                       [apache CloudStack]
                       name= Apache CloudStack
-                      baseurl= http://cloudstack.apt-get.eu/rhel/4.2/
+                      baseurl= http://cloudstack.apt-get.eu/rhel/4.3/
                       enabled=1
                       gpgcheck=0
 
       If you are using the community provided package repository, change
-      the baseurl to http:// cloudstack.apt-get.eu/rhel/4.2/
+      the baseurl to http:// cloudstack.apt-get.eu/rhel/4.3/
 
       If you are using your own package repository, change this line to
-      read as appropriate for your 4.2 repository.
+      read as appropriate for your 4.3 repository.
 
    #. 
 
@@ -2698,7 +2698,7 @@ Upgrade from 2.2.14 to |version|
           deb http://cloudstack.apt-get.eu/ubuntu precise 4.3
 
       If you're using your own package repository, change this line to
-      read as appropriate for your 4.2 repository.
+      read as appropriate for your 4.3 repository.
 
    #. 
 
@@ -2810,7 +2810,7 @@ Upgrade from 2.2.14 to |version|
           gpgcheck=0
 
       If you are using the community provided package repository, change
-      the baseurl to http://cloudstack.apt-get.eu/rhel/4.2/
+      the baseurl to http://cloudstack.apt-get.eu/rhel/4.3/
 
       If you're using your own package repository, change this line to
       read as appropriate for your |version| repository.


[4/8] git commit: rebase into branch

Posted by se...@apache.org.
rebase into branch

Signed-off-by: Sebastien Goasguen <ru...@gmail.com>


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

Branch: refs/heads/master
Commit: f2d59abf82808e2424ff0031ba880217f4aba96b
Parents: 50a412d
Author: Pierre-Luc Dion <pd...@cloudops.com>
Authored: Sun May 18 18:55:03 2014 -0400
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Mon May 19 08:49:38 2014 +0200

----------------------------------------------------------------------
 source/about.rst        | 436 +------------------------------------------
 source/fixed_issues.rst |  33 ++++
 source/global.rst       |  20 ++
 source/index.rst        |   9 +-
 source/known_issues.rst | 325 ++++++++++++++++++++++++++++++++
 5 files changed, 384 insertions(+), 439 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/f2d59abf/source/about.rst
----------------------------------------------------------------------
diff --git a/source/about.rst b/source/about.rst
index 3b691a1..b372702 100644
--- a/source/about.rst
+++ b/source/about.rst
@@ -557,173 +557,7 @@ Issues Fixed in |release|
 Apache CloudStack uses `Jira <https://issues.apache.org/jira/browse/CLOUDSTACK>`_ to track its
 issues. All new features and bugs for |release| have been tracked in Jira, and have a standard naming convention of "CLOUDSTACK-NNNN" where "NNNN" is the issue number.
 
-For the list of issues fixed, see `Issues Fixed in <https://issues.apache.org/jira/issues/?filter=12326161>`_ |release|.
-
-==========================================================================  ===================================================================================
-Bug ID                                                                      Description
-==========================================================================  ===================================================================================
-`CLOUDSTACK-6103 <https://issues.apache.org/jira/browse/CLOUDSTACK-6103>`_  vms with isos attached don't migrate...
-`CLOUDSTACK-6089 <https://issues.apache.org/jira/browse/CLOUDSTACK-6089>`_  resource tags show up in multiples...
-`CLOUDSTACK-6046 <https://issues.apache.org/jira/browse/CLOUDSTACK-6046>`_  CreateVolume from snapshot is failing with S3 as secondary storage and zone-wide...
-`CLOUDSTACK-6040 <https://issues.apache.org/jira/browse/CLOUDSTACK-6040>`_  Failed to configure PF on vm secondary ip for shared network...
-`CLOUDSTACK-6007 <https://issues.apache.org/jira/browse/CLOUDSTACK-6007>`_  [VMware] RestoreVM API fails with NPE...
-`CLOUDSTACK-5986 <https://issues.apache.org/jira/browse/CLOUDSTACK-5986>`_  dnsmasq racy condition result in dnsmasq failed to handout IP address...
-`CLOUDSTACK-5971 <https://issues.apache.org/jira/browse/CLOUDSTACK-5971>`_  Templates created from a snapshots can't be copied to other zones...
-`CLOUDSTACK-5960 <https://issues.apache.org/jira/browse/CLOUDSTACK-5960>`_  Domain admin or user cannot register a template using S3/Swift object store...
-`CLOUDSTACK-5922 <https://issues.apache.org/jira/browse/CLOUDSTACK-5922>`_  Incorrect handling RHEL guests ...
-`CLOUDSTACK-5921 <https://issues.apache.org/jira/browse/CLOUDSTACK-5921>`_  S3 security key is stored in DB unencrypted...
-`CLOUDSTACK-5903 <https://issues.apache.org/jira/browse/CLOUDSTACK-5903>`_  CLONE - OVA files exist for templates created from volumes...
-`CLOUDSTACK-5895 <https://issues.apache.org/jira/browse/CLOUDSTACK-5895>`_  CreateVolumeFromSnapshot can fail in a multiple pod environment with tagged stor...
-`CLOUDSTACK-5886 <https://issues.apache.org/jira/browse/CLOUDSTACK-5886>`_  4.2.1 upgrade fails on acl migration...
-`CLOUDSTACK-5877 <https://issues.apache.org/jira/browse/CLOUDSTACK-5877>`_  listTemplates does not sort based on sort_key...
-`CLOUDSTACK-5875 <https://issues.apache.org/jira/browse/CLOUDSTACK-5875>`_  No templates in simulator run...
-`CLOUDSTACK-5864 <https://issues.apache.org/jira/browse/CLOUDSTACK-5864>`_  Simulator profile broken ...
-`CLOUDSTACK-5813 <https://issues.apache.org/jira/browse/CLOUDSTACK-5813>`_  With S3 as secondary storage, snapshot taken in one zone cannot be used to creat...
-`CLOUDSTACK-5723 <https://issues.apache.org/jira/browse/CLOUDSTACK-5723>`_  Malfunction agent may block future SSL connection to the server...
-`CLOUDSTACK-5704 <https://issues.apache.org/jira/browse/CLOUDSTACK-5704>`_  OVA files exist for templates created from volumes...
-`CLOUDSTACK-5701 <https://issues.apache.org/jira/browse/CLOUDSTACK-5701>`_  size column is not getting updated in snapshot_store_ref table....
-`CLOUDSTACK-5666 <https://issues.apache.org/jira/browse/CLOUDSTACK-5666>`_  Cant remove a nic when a vm is in the Stopped state ...
-`CLOUDSTACK-5661 <https://issues.apache.org/jira/browse/CLOUDSTACK-5661>`_  [VMware] DetachIsoCmd succeeds even though cdrom is locked by VM as cdrom is mou...
-`CLOUDSTACK-5653 <https://issues.apache.org/jira/browse/CLOUDSTACK-5653>`_  S3 object store as Secondary Storage, the template created from different zone i...
-`CLOUDSTACK-5613 <https://issues.apache.org/jira/browse/CLOUDSTACK-5613>`_  CloudStack 4.2.0 - Usage server is running but tables remain empty...
-`CLOUDSTACK-5608 <https://issues.apache.org/jira/browse/CLOUDSTACK-5608>`_  HyperV Builtin and System vm template entries missing in |version| upgrade setup...
-`CLOUDSTACK-5534 <https://issues.apache.org/jira/browse/CLOUDSTACK-5534>`_  MySQL exception raised when searching for users with keyword...
-`CLOUDSTACK-5533 <https://issues.apache.org/jira/browse/CLOUDSTACK-5533>`_  Virtual router in shared network does respond to DNS even when no DNS service is...
-`CLOUDSTACK-5532 <https://issues.apache.org/jira/browse/CLOUDSTACK-5532>`_  Long tag values are not readable within the UI...
-`CLOUDSTACK-5519 <https://issues.apache.org/jira/browse/CLOUDSTACK-5519>`_  [VMWARE] Cancel vCenter tasks if the task invoked by CloudStack failes with time...
-`CLOUDSTACK-5517 <https://issues.apache.org/jira/browse/CLOUDSTACK-5517>`_  NPE observed during "release portable IPs" as part of account cleanup...
-`CLOUDSTACK-5514 <https://issues.apache.org/jira/browse/CLOUDSTACK-5514>`_  Response of listAccounts API call includes removed users...
-`CLOUDSTACK-5513 <https://issues.apache.org/jira/browse/CLOUDSTACK-5513>`_  VM can't start after creating snapshot from it (CS4.2 + VMware 5.1)...
-`CLOUDSTACK-5481 <https://issues.apache.org/jira/browse/CLOUDSTACK-5481>`_  Regular User is unable to use "Add Isolated Network" Button on the UI...
-`CLOUDSTACK-5466 <https://issues.apache.org/jira/browse/CLOUDSTACK-5466>`_  removeIpFromNic not working properly...
-`CLOUDSTACK-5453 <https://issues.apache.org/jira/browse/CLOUDSTACK-5453>`_  Site-to-site VPN connection status monitoring is broken in KVM...
-`CLOUDSTACK-5431 <https://issues.apache.org/jira/browse/CLOUDSTACK-5431>`_  permit 'http' as service type for GSLB rule...
-`CLOUDSTACK-5428 <https://issues.apache.org/jira/browse/CLOUDSTACK-5428>`_  support NetScaler to be configured exclusively for GSLB service and not used for...
-`CLOUDSTACK-5426 <https://issues.apache.org/jira/browse/CLOUDSTACK-5426>`_  Cannot deploy instance having multiple volumes that use different storage tags f...
-`CLOUDSTACK-5422 <https://issues.apache.org/jira/browse/CLOUDSTACK-5422>`_  Changing  XenServer Tools Version 6.1 + doesnt work ...
-`CLOUDSTACK-5417 <https://issues.apache.org/jira/browse/CLOUDSTACK-5417>`_  On network restart for external devices egress rules configured with old CIDR...
-`CLOUDSTACK-5416 <https://issues.apache.org/jira/browse/CLOUDSTACK-5416>`_  [VMware] Not able to add seventh disk to VM in an upgraded setup...
-`CLOUDSTACK-5404 <https://issues.apache.org/jira/browse/CLOUDSTACK-5404>`_  Network usages (bytes sent/received) are saved in the wrong timezone...
-`CLOUDSTACK-5401 <https://issues.apache.org/jira/browse/CLOUDSTACK-5401>`_  VM migration during host maintenance fails if pool.storage.capacity.disablethres...
-`CLOUDSTACK-5391 <https://issues.apache.org/jira/browse/CLOUDSTACK-5391>`_  Change service offering of a stopped vm and then starting it should check host c...
-`CLOUDSTACK-5355 <https://issues.apache.org/jira/browse/CLOUDSTACK-5355>`_  addImageStore should not log password in clear text in the log...
-`CLOUDSTACK-5354 <https://issues.apache.org/jira/browse/CLOUDSTACK-5354>`_  CLONE - UI - normal users are not allowed to edit their own iso...
-`CLOUDSTACK-5352 <https://issues.apache.org/jira/browse/CLOUDSTACK-5352>`_  CPU cap calculated incorrectly for VMs on XenServer hosts...
-`CLOUDSTACK-5332 <https://issues.apache.org/jira/browse/CLOUDSTACK-5332>`_  Network offering don't use new system offering for router...
-`CLOUDSTACK-5303 <https://issues.apache.org/jira/browse/CLOUDSTACK-5303>`_  "snapshot" count and "secondary_storage" count  are not correct in resource_coun...
-`CLOUDSTACK-5302 <https://issues.apache.org/jira/browse/CLOUDSTACK-5302>`_  listHosts API response - value of cpuallocated is always 0%...
-`CLOUDSTACK-5299 <https://issues.apache.org/jira/browse/CLOUDSTACK-5299>`_  Can not get hypervisor type for volumes...
-`CLOUDSTACK-5293 <https://issues.apache.org/jira/browse/CLOUDSTACK-5293>`_   Error while collecting vm disk stats from hosts if iso is attached to vm...
-`CLOUDSTACK-5285 <https://issues.apache.org/jira/browse/CLOUDSTACK-5285>`_  Correct the API command description for removeIpFromNic...
-`CLOUDSTACK-5261 <https://issues.apache.org/jira/browse/CLOUDSTACK-5261>`_  Ability to publish Alerts via CS Root API...
-`CLOUDSTACK-5260 <https://issues.apache.org/jira/browse/CLOUDSTACK-5260>`_  Vmware 5.1 Deploy Template Error : Read Timeout...
-`CLOUDSTACK-5228 <https://issues.apache.org/jira/browse/CLOUDSTACK-5228>`_  [API] [EIP/ELB enabled Zone] Need to display EIP address as "Public IP Address" ...
-`CLOUDSTACK-5227 <https://issues.apache.org/jira/browse/CLOUDSTACK-5227>`_  Cannot pass Japanese characters as parameter values to API...
-`CLOUDSTACK-5218 <https://issues.apache.org/jira/browse/CLOUDSTACK-5218>`_  CLONE - [Doc] Make VMware vCenter session timeout value configurable....
-`CLOUDSTACK-5199 <https://issues.apache.org/jira/browse/CLOUDSTACK-5199>`_  Cannot restart VM after taking a VM snapshot of an existing VM or reverting a VM...
-`CLOUDSTACK-5141 <https://issues.apache.org/jira/browse/CLOUDSTACK-5141>`_  [Automation] Router deployment failed due to failure in SavePasswordCommand, obs...
-`CLOUDSTACK-5140 <https://issues.apache.org/jira/browse/CLOUDSTACK-5140>`_  A stopped vm cant start after disable threshold has been reached on the storage ...
-`CLOUDSTACK-5138 <https://issues.apache.org/jira/browse/CLOUDSTACK-5138>`_  [Automation] NPE while create template from snapshot...
-`CLOUDSTACK-5122 <https://issues.apache.org/jira/browse/CLOUDSTACK-5122>`_  [VMware] System VMs are getting recreated with old template after upgrading to 4...
-`CLOUDSTACK-5105 <https://issues.apache.org/jira/browse/CLOUDSTACK-5105>`_   Template/ISO download fails cause the object to disappear from UI...
-`CLOUDSTACK-5098 <https://issues.apache.org/jira/browse/CLOUDSTACK-5098>`_  [UI] Zone view is showing "Add VMware Datacenter" button even though zone is alr...
-`CLOUDSTACK-5092 <https://issues.apache.org/jira/browse/CLOUDSTACK-5092>`_  [Automation] [BVT] Failed to copy template and ISO between zones in xen ...
-`CLOUDSTACK-5076 <https://issues.apache.org/jira/browse/CLOUDSTACK-5076>`_  (Upgrade) reboot VM failed after bridge name change...
-`CLOUDSTACK-5069 <https://issues.apache.org/jira/browse/CLOUDSTACK-5069>`_  Make VMware vCenter session timeout value configurable....
-`CLOUDSTACK-5066 <https://issues.apache.org/jira/browse/CLOUDSTACK-5066>`_  Existed remote access VPN got dropped when adding new VPN users...
-`CLOUDSTACK-5062 <https://issues.apache.org/jira/browse/CLOUDSTACK-5062>`_  Deleting Load Balancing Rule fails when generating usage events are enabled...
-`CLOUDSTACK-5054 <https://issues.apache.org/jira/browse/CLOUDSTACK-5054>`_  vm migration involving storage migration on vmware fails with exception " The ob...
-`CLOUDSTACK-5053 <https://issues.apache.org/jira/browse/CLOUDSTACK-5053>`_  No Qemu-KVM module dependency error message is displayed (if not present)while i...
-`CLOUDSTACK-5042 <https://issues.apache.org/jira/browse/CLOUDSTACK-5042>`_  (Upgrade) Exception when stop VM after upgrade...
-`CLOUDSTACK-5029 <https://issues.apache.org/jira/browse/CLOUDSTACK-5029>`_  cloud-bugtool isn't in release package like release notes say...
-`CLOUDSTACK-5025 <https://issues.apache.org/jira/browse/CLOUDSTACK-5025>`_  display_volume field is set to false by default for VolumeVO object...
-`CLOUDSTACK-5024 <https://issues.apache.org/jira/browse/CLOUDSTACK-5024>`_  listVolumes: add support to list by storage pool (for admin only)...
-`CLOUDSTACK-5017 <https://issues.apache.org/jira/browse/CLOUDSTACK-5017>`_  If SSVM is unavailable DownloadCommands will be routed to mgmt server...
-`CLOUDSTACK-5014 <https://issues.apache.org/jira/browse/CLOUDSTACK-5014>`_  vmware:deployVM with data disk failed with exception...
-`CLOUDSTACK-5012 <https://issues.apache.org/jira/browse/CLOUDSTACK-5012>`_  Bad data inserted into physical network labels for Zone Create Wizard using VMWa...
-`CLOUDSTACK-5008 <https://issues.apache.org/jira/browse/CLOUDSTACK-5008>`_  [VMWARE]Failed to start the VM after performing Cold Migration of Volume to Seco...
-`CLOUDSTACK-5002 <https://issues.apache.org/jira/browse/CLOUDSTACK-5002>`_  unable to destroy vm ;VM destroy failed in Stop i-2-59-VM Command due to You gav...
-`CLOUDSTACK-4998 <https://issues.apache.org/jira/browse/CLOUDSTACK-4998>`_  assignVirtualMachine API has wrong response string, causing Cloudmonkey to crash...
-`CLOUDSTACK-4997 <https://issues.apache.org/jira/browse/CLOUDSTACK-4997>`_  OVS integration is broken...
-`CLOUDSTACK-4973 <https://issues.apache.org/jira/browse/CLOUDSTACK-4973>`_  CLONE - Specified keyboard language is not showing as default in consoleView pas...
-`CLOUDSTACK-4943 <https://issues.apache.org/jira/browse/CLOUDSTACK-4943>`_  Can't create cluster in CS 4.2...
-`CLOUDSTACK-4941 <https://issues.apache.org/jira/browse/CLOUDSTACK-4941>`_  CLONE - Allocation capacity of a cluster during HA...
-`CLOUDSTACK-4935 <https://issues.apache.org/jira/browse/CLOUDSTACK-4935>`_  Adding same network to VM multiple times resulting in failure, No new NIC is gen...
-`CLOUDSTACK-4931 <https://issues.apache.org/jira/browse/CLOUDSTACK-4931>`_  observed NPE with new system vm template...
-`CLOUDSTACK-4913 <https://issues.apache.org/jira/browse/CLOUDSTACK-4913>`_  Disable security group for bridge mode non-security group zone...
-`CLOUDSTACK-4904 <https://issues.apache.org/jira/browse/CLOUDSTACK-4904>`_  Unable to see a derieved template if the parent template is deleted...
-`CLOUDSTACK-4886 <https://issues.apache.org/jira/browse/CLOUDSTACK-4886>`_  cloud-setup-databases not escaping password in shell commands...
-`CLOUDSTACK-4875 <https://issues.apache.org/jira/browse/CLOUDSTACK-4875>`_  VMWARE: vCenter 5.5 - SYSTEM VM: Unable to create deployment for VM...
-`CLOUDSTACK-4861 <https://issues.apache.org/jira/browse/CLOUDSTACK-4861>`_  [VMware] If Guest traffic spans across multiple physical networks, selection of ...
-`CLOUDSTACK-4860 <https://issues.apache.org/jira/browse/CLOUDSTACK-4860>`_  [VMware] Vcenter 5.5  ESXi 5.5 hosts  SSVM CPVM fail to come up to running state...
-`CLOUDSTACK-4856 <https://issues.apache.org/jira/browse/CLOUDSTACK-4856>`_  Optimize on the # of control commands sent by MS to HV host...
-`CLOUDSTACK-4855 <https://issues.apache.org/jira/browse/CLOUDSTACK-4855>`_  Throttle based on the # of outstanding requests to the directly managed HV host ...
-`CLOUDSTACK-4852 <https://issues.apache.org/jira/browse/CLOUDSTACK-4852>`_  Since upgrade to 4.2 only users at the zone-attached domain level can manipulate...
-`CLOUDSTACK-4850 <https://issues.apache.org/jira/browse/CLOUDSTACK-4850>`_  [UCS] using template instead of cloning profile...
-`CLOUDSTACK-4831 <https://issues.apache.org/jira/browse/CLOUDSTACK-4831>`_  Ability for root admin or domain admin to create a network for another user unde...
-`CLOUDSTACK-4830 <https://issues.apache.org/jira/browse/CLOUDSTACK-4830>`_  Allow creation of users and accounts by domain admin in UI...
-`CLOUDSTACK-4826 <https://issues.apache.org/jira/browse/CLOUDSTACK-4826>`_  System VMs fail to start...
-`CLOUDSTACK-4820 <https://issues.apache.org/jira/browse/CLOUDSTACK-4820>`_  TestVPCNetworkGc.test_01_wait_network_gc netacls are not cleared...
-`CLOUDSTACK-4810 <https://issues.apache.org/jira/browse/CLOUDSTACK-4810>`_  Enable hypervisor snapshots for CloudStack-managed storage (for XenServer and VM...
-`CLOUDSTACK-4768 <https://issues.apache.org/jira/browse/CLOUDSTACK-4768>`_  [Automation] Race condition; delete the template and create VM at same time; dep...
-`CLOUDSTACK-4750 <https://issues.apache.org/jira/browse/CLOUDSTACK-4750>`_  bond.VLAN mapping in iptables FORWARD chain not created consistently...
-`CLOUDSTACK-4741 <https://issues.apache.org/jira/browse/CLOUDSTACK-4741>`_  URL of ImageStore not in proper format for XenServer...
-`CLOUDSTACK-4740 <https://issues.apache.org/jira/browse/CLOUDSTACK-4740>`_  Some vSphere VMs are shutdown when ACS is restarted...
-`CLOUDSTACK-4734 <https://issues.apache.org/jira/browse/CLOUDSTACK-4734>`_  Creating snapshot from ROOT volume fails with error message - "Failed to create ...
-`CLOUDSTACK-4724 <https://issues.apache.org/jira/browse/CLOUDSTACK-4724>`_  [Vmware] Deploy VM in designated cluster fail if there is only zone wide primary...
-`CLOUDSTACK-4697 <https://issues.apache.org/jira/browse/CLOUDSTACK-4697>`_  Not able to delete Primary storage when there are no hosts in the cluster....
-`CLOUDSTACK-4676 <https://issues.apache.org/jira/browse/CLOUDSTACK-4676>`_  [Baremetal]  baremetal hostename should not be fixed in  kickstart file ...
-`CLOUDSTACK-4670 <https://issues.apache.org/jira/browse/CLOUDSTACK-4670>`_  [Baremetal] Cloudplatform BareMetal installation guide for CP 4.2...
-`CLOUDSTACK-4631 <https://issues.apache.org/jira/browse/CLOUDSTACK-4631>`_  [Automation] Failed to create snapshot from volume due to storage pool missing e...
-`CLOUDSTACK-4620 <https://issues.apache.org/jira/browse/CLOUDSTACK-4620>`_  Vm failed to start on the host on which it was running due to not having enough ...
-`CLOUDSTACK-4616 <https://issues.apache.org/jira/browse/CLOUDSTACK-4616>`_  When system Vms fail to start when host is down ,  link local Ip addresses do no...
-`CLOUDSTACK-4598 <https://issues.apache.org/jira/browse/CLOUDSTACK-4598>`_  [Performance Testing] High delays during deployVM - both network delay and deplo...
-`CLOUDSTACK-4597 <https://issues.apache.org/jira/browse/CLOUDSTACK-4597>`_  Complete Exceptions are getting displayed in the UI where there is an operationa...
-`CLOUDSTACK-4594 <https://issues.apache.org/jira/browse/CLOUDSTACK-4594>`_  [VMWARE] [Upgrade] Failed to revert VM Snapshot which were created before Live S...
-`CLOUDSTACK-4588 <https://issues.apache.org/jira/browse/CLOUDSTACK-4588>`_  [Automation][Vmware] VM deployment failed while creating Volume with NPE...
-`CLOUDSTACK-4577 <https://issues.apache.org/jira/browse/CLOUDSTACK-4577>`_  VMWare:Volumes: Unexpected exception while executing org.apache.cloudstack.api.c...
-`CLOUDSTACK-4543 <https://issues.apache.org/jira/browse/CLOUDSTACK-4543>`_  [Automation] Failed to configure VPC router then reported as deployment failure...
-`CLOUDSTACK-4542 <https://issues.apache.org/jira/browse/CLOUDSTACK-4542>`_  [Automation] Failed to apply DHCP entry in VR and deployment failed ...
-`CLOUDSTACK-4540 <https://issues.apache.org/jira/browse/CLOUDSTACK-4540>`_  [Automation] Parallel deployment - Vmware - When deploying 30 parallel Vms , 16 ...
-`CLOUDSTACK-4506 <https://issues.apache.org/jira/browse/CLOUDSTACK-4506>`_  In a mixed hypervisor setup, destroying a VM whose host has been removed, throws...
-`CLOUDSTACK-4504 <https://issues.apache.org/jira/browse/CLOUDSTACK-4504>`_  VM creation Is failing using the Ubuntu ISO with Xen 6.1 and 6.2...
-`CLOUDSTACK-4450 <https://issues.apache.org/jira/browse/CLOUDSTACK-4450>`_  Possibility of /tmp/xapilog filling up the Root disk on Xenserver ...
-`CLOUDSTACK-4445 <https://issues.apache.org/jira/browse/CLOUDSTACK-4445>`_   [UI]Edit Icon is used for Dedicate host / Add or Remove VMWARE Datacenter with ...
-`CLOUDSTACK-4428 <https://issues.apache.org/jira/browse/CLOUDSTACK-4428>`_  [UI] "kvm.snapshot.enabled" flag should be taken to account only when snapshot i...
-`CLOUDSTACK-4402 <https://issues.apache.org/jira/browse/CLOUDSTACK-4402>`_  [deleteStoragePool] There is no way to delete Primary storage if the last host w...
-`CLOUDSTACK-4371 <https://issues.apache.org/jira/browse/CLOUDSTACK-4371>`_  [Performance Testing] Basic zone with 20K Hosts, management server restart leave...
-`CLOUDSTACK-4263 <https://issues.apache.org/jira/browse/CLOUDSTACK-4263>`_  Unable to get git number in maven-jgit-buildnumber-plugin, while build cloudstac...
-`CLOUDSTACK-4207 <https://issues.apache.org/jira/browse/CLOUDSTACK-4207>`_  [upgrade] Exception observed after upgrade "jsonParseException: The JsonDeserial...
-`CLOUDSTACK-4061 <https://issues.apache.org/jira/browse/CLOUDSTACK-4061>`_  UI issue with Japanese localized ui...
-`CLOUDSTACK-3806 <https://issues.apache.org/jira/browse/CLOUDSTACK-3806>`_  OS Preference can not be set...
-`CLOUDSTACK-3664 <https://issues.apache.org/jira/browse/CLOUDSTACK-3664>`_  scaling up vms is not considering  parameter "cluster.(memory/cpu).allocated.cap...
-`CLOUDSTACK-3627 <https://issues.apache.org/jira/browse/CLOUDSTACK-3627>`_  Public IP interface(eth2) is not getting confugured with Redundant VR (State = F...
-`CLOUDSTACK-3577 <https://issues.apache.org/jira/browse/CLOUDSTACK-3577>`_  NPE while downloading the template to secondary storage ...
-`CLOUDSTACK-3561 <https://issues.apache.org/jira/browse/CLOUDSTACK-3561>`_  When inputting the nfs server in secondary storage, if once it's required, it al...
-`CLOUDSTACK-3364 <https://issues.apache.org/jira/browse/CLOUDSTACK-3364>`_  normal users are not allowed to edit their own iso...
-`CLOUDSTACK-3266 <https://issues.apache.org/jira/browse/CLOUDSTACK-3266>`_  [UI] Failed to delete Anti affinitygroup for the first time ...
-`CLOUDSTACK-3252 <https://issues.apache.org/jira/browse/CLOUDSTACK-3252>`_  An instance deployed using explicit or implicit dedication doesn't generate a us...
-`CLOUDSTACK-3247 <https://issues.apache.org/jira/browse/CLOUDSTACK-3247>`_  Removing a Disconnected Host throws a NoTransitionException...
-`CLOUDSTACK-3156 <https://issues.apache.org/jira/browse/CLOUDSTACK-3156>`_  needs proper message for failing Add nic command when vmware tools is not instal...
-`CLOUDSTACK-3067 <https://issues.apache.org/jira/browse/CLOUDSTACK-3067>`_  UI for Dedicating POD/Cluster/Host is misleading Icons should be changed....
-`CLOUDSTACK-3027 <https://issues.apache.org/jira/browse/CLOUDSTACK-3027>`_  Object_Store_Refactor - Uploaded template S3 content-type is not appropriate....
-`CLOUDSTACK-2895 <https://issues.apache.org/jira/browse/CLOUDSTACK-2895>`_  Can't start a VM with 3 volumes attached [VMWare]...
-`CLOUDSTACK-2766 <https://issues.apache.org/jira/browse/CLOUDSTACK-2766>`_  [VPC] [UI] Firewall service should not be enabled for acquired public IPs in VPC...
-`CLOUDSTACK-2687 <https://issues.apache.org/jira/browse/CLOUDSTACK-2687>`_  NPE with deploy VM when there are no resources available ...
-`CLOUDSTACK-2570 <https://issues.apache.org/jira/browse/CLOUDSTACK-2570>`_  [UI]Resource Name is mentioned twice with view VNMC devices ...
-`CLOUDSTACK-2562 <https://issues.apache.org/jira/browse/CLOUDSTACK-2562>`_  [VMWARE] As per the code, currently CloudStack fails to program PF/NAT/LB rules ...
-`CLOUDSTACK-2428 <https://issues.apache.org/jira/browse/CLOUDSTACK-2428>`_  HA - When the master host is disconnected , the host status contines to remain i...
-`CLOUDSTACK-2414 <https://issues.apache.org/jira/browse/CLOUDSTACK-2414>`_  NPE while deleting Cisco VNMC provider...
-`CLOUDSTACK-2396 <https://issues.apache.org/jira/browse/CLOUDSTACK-2396>`_  PVLAN - Should not be allowed to create multiple networks with same Vlan  associ...
-`CLOUDSTACK-2199 <https://issues.apache.org/jira/browse/CLOUDSTACK-2199>`_  ID parameter of UpdateConfiguration API should be changed to a different name...
-`CLOUDSTACK-2141 <https://issues.apache.org/jira/browse/CLOUDSTACK-2141>`_  During HA process ,  dead lock is detected - Caused by: com.mysql.jdbc.exception...
-`CLOUDSTACK-1970 <https://issues.apache.org/jira/browse/CLOUDSTACK-1970>`_  Ubuntu - "cloudstack-setup-management" not available in "/usr/bin"...
-`CLOUDSTACK-1889 <https://issues.apache.org/jira/browse/CLOUDSTACK-1889>`_  [UI] Consumed Resource usage details are not available for all the resources...
-`CLOUDSTACK-1868 <https://issues.apache.org/jira/browse/CLOUDSTACK-1868>`_  GetVmStatsCommand throws NullPointerException with VMWare...
-`CLOUDSTACK-1762 <https://issues.apache.org/jira/browse/CLOUDSTACK-1762>`_  [MultipleIpsToNic] addIpToNic should not let network id or broadcast to be assig...
-`CLOUDSTACK-1637 <https://issues.apache.org/jira/browse/CLOUDSTACK-1637>`_  LDAP:UI related issues...
-==========================================================================  ===================================================================================
-
+.. include:: fixed_issues.rst
 
 Known Issues in |release|
 -------------------------
@@ -731,271 +565,5 @@ Known Issues in |release|
 Apache CloudStack uses
 `Jira <https://issues.apache.org/jira/browse/CLOUDSTACK>`_ to track its issues. All new features and bugs for |release| have been tracked in Jira, and have a standard naming convention of "CLOUDSTACK-NNNN" where "NNNN" is the issue number.
 
-For the list of known issues, see `Known Issues in <https://issues.apache.org/jira/issues/?filter=12326162>`_ |release|.
-
-==========================================================================  ===================================================================================
-Bug ID                                                                      Description
-==========================================================================  ===================================================================================
-`CLOUDSTACK-4787 <https://issues.apache.org/jira/browse/CLOUDSTACK-4787>`_  Allow selection of scsi controller type in vSphere...
-`CLOUDSTACK-6024 <https://issues.apache.org/jira/browse/CLOUDSTACK-6024>`_  template copy to primary storage uses a random source secstorage from any zone...
-`CLOUDSTACK-4912 <https://issues.apache.org/jira/browse/CLOUDSTACK-4912>`_  API docs are missing some APIs...
-`CLOUDSTACK-5124 <https://issues.apache.org/jira/browse/CLOUDSTACK-5124>`_  Simulator: Virtual Router fails to start because of improper version returned by...
-`CLOUDSTACK-5262 <https://issues.apache.org/jira/browse/CLOUDSTACK-5262>`_  Few of  the snapshot creation from ROOT volume fails when there are concurrent s...
-`CLOUDSTACK-5356 <https://issues.apache.org/jira/browse/CLOUDSTACK-5356>`_  Xenserver - Failed to create snapshot when secondary store was made unavaibale f...
-`CLOUDSTACK-5357 <https://issues.apache.org/jira/browse/CLOUDSTACK-5357>`_  Xenserver - Failed to create snapshot due to "unable to destroy task(com.xe nsou...
-`CLOUDSTACK-5358 <https://issues.apache.org/jira/browse/CLOUDSTACK-5358>`_  API: synchronization on the object is broken...
-`CLOUDSTACK-5372 <https://issues.apache.org/jira/browse/CLOUDSTACK-5372>`_  Xenserver - SR not being recreated when the Primary storage is brought down and ...
-`CLOUDSTACK-5429 <https://issues.apache.org/jira/browse/CLOUDSTACK-5429>`_  KVM - Primary store down/Network Failure - Hosts attempt to reboot becasue of pr...
-`CLOUDSTACK-5452 <https://issues.apache.org/jira/browse/CLOUDSTACK-5452>`_  KVM - Agent is not able to connect back if management server was restarted when ...
-`CLOUDSTACK-5469 <https://issues.apache.org/jira/browse/CLOUDSTACK-5469>`_  Snapshot creation fails with following exception - "Failed to backup snapshot: q...
-`CLOUDSTACK-5485 <https://issues.apache.org/jira/browse/CLOUDSTACK-5485>`_  Vmware - Whe 10 hourly snapshots are scheduled at the same time , we see only 5 ...
-`CLOUDSTACK-5494 <https://issues.apache.org/jira/browse/CLOUDSTACK-5494>`_  the dns resolver servers on the VRs are open to the world...
-`CLOUDSTACK-5499 <https://issues.apache.org/jira/browse/CLOUDSTACK-5499>`_  Vmware -When nfs was down for about 12 hours  and then brought back up again , s...
-`CLOUDSTACK-5501 <https://issues.apache.org/jira/browse/CLOUDSTACK-5501>`_  Unable to create more than one vpnConnection per vpn customer gateway...
-`CLOUDSTACK-5582 <https://issues.apache.org/jira/browse/CLOUDSTACK-5582>`_  kvm - HA is not triggered when host is powered down since the host gets into "Di...
-`CLOUDSTACK-5746 <https://issues.apache.org/jira/browse/CLOUDSTACK-5746>`_  [HyperV]Can't access vm console from IE browser...
-`CLOUDSTACK-5806 <https://issues.apache.org/jira/browse/CLOUDSTACK-5806>`_  Storage types other than NFS/VMFS can't overprovision...
-`CLOUDSTACK-5818 <https://issues.apache.org/jira/browse/CLOUDSTACK-5818>`_  [Hyper-v]Agent status of the System VMs is not updated during Host disconnect...
-`CLOUDSTACK-5825 <https://issues.apache.org/jira/browse/CLOUDSTACK-5825>`_  Create snapshot API always returns success...
-`CLOUDSTACK-5882 <https://issues.apache.org/jira/browse/CLOUDSTACK-5882>`_  UI has different fonts and font sizes...
-`CLOUDSTACK-5899 <https://issues.apache.org/jira/browse/CLOUDSTACK-5899>`_  Contrail:MS: Exceptions in MS logs on a fresh install,  syncDomain java.lang.Nul...
-`CLOUDSTACK-5928 <https://issues.apache.org/jira/browse/CLOUDSTACK-5928>`_  [VM Sync] - Vmware - When a Vm is "suspended" from outside of CloudStack , this ...
-`CLOUDSTACK-5929 <https://issues.apache.org/jira/browse/CLOUDSTACK-5929>`_  [VM Sync] - Vmware - Even when starting Vm fails, startVirtualMachine async job ...
-`CLOUDSTACK-5961 <https://issues.apache.org/jira/browse/CLOUDSTACK-5961>`_  CLONE - API: synchronization on the object is broken...
-`CLOUDSTACK-6050 <https://issues.apache.org/jira/browse/CLOUDSTACK-6050>`_  A limitations on min-max on CPU/RAM for a dynamic offering ...
-`CLOUDSTACK-6051 <https://issues.apache.org/jira/browse/CLOUDSTACK-6051>`_  VR Rolling upgrade: Make the numbers of Routers parallely being upgraded as conf...
-`CLOUDSTACK-6063 <https://issues.apache.org/jira/browse/CLOUDSTACK-6063>`_  CLONE - Non windows instances are created on XenServer with a vcpu-max above sup...
-`CLOUDSTACK-6065 <https://issues.apache.org/jira/browse/CLOUDSTACK-6065>`_  No HA for shutdown VM...
-`CLOUDSTACK-6079 <https://issues.apache.org/jira/browse/CLOUDSTACK-6079>`_  a broadcast type of a public network is affected by another physical network's i...
-`CLOUDSTACK-77 <https://issues.apache.org/jira/browse/CLOUDSTACK-77>`_      console proxy display issues...
-`CLOUDSTACK-107 <https://issues.apache.org/jira/browse/CLOUDSTACK-107>`_    Network domain guest suffix is not getting programmed as part of hostnames on Gu...
-`CLOUDSTACK-237 <https://issues.apache.org/jira/browse/CLOUDSTACK-237>`_    StopVMCommand reported success in spite of failing to stop a VM which got stuck ...
-`CLOUDSTACK-238 <https://issues.apache.org/jira/browse/CLOUDSTACK-238>`_    vpn:fail to connect to vpnserver using non-sourceNAT IP...
-`CLOUDSTACK-252 <https://issues.apache.org/jira/browse/CLOUDSTACK-252>`_    UpdateNetwork Operation on a guest network that is currently using Virtual Route...
-`CLOUDSTACK-255 <https://issues.apache.org/jira/browse/CLOUDSTACK-255>`_    Null pointer exception while creating portforwarding rule after performing Updat...
-`CLOUDSTACK-317 <https://issues.apache.org/jira/browse/CLOUDSTACK-317>`_    get xcp 1.5 into an advanced network zone...
-`CLOUDSTACK-375 <https://issues.apache.org/jira/browse/CLOUDSTACK-375>`_    Unable to delete physical network - because there are other networks attached...
-`CLOUDSTACK-425 <https://issues.apache.org/jira/browse/CLOUDSTACK-425>`_    Check image type is qcow2 before actually installing...
-`CLOUDSTACK-992 <https://issues.apache.org/jira/browse/CLOUDSTACK-992>`_    Template creations dies after 2h for no reason...
-`CLOUDSTACK-1007 <https://issues.apache.org/jira/browse/CLOUDSTACK-1007>`_  Not able to delete Shared network because of not being able to stop the router....
-`CLOUDSTACK-1091 <https://issues.apache.org/jira/browse/CLOUDSTACK-1091>`_  Fix API server's parsing mechanism for POST requests...
-`CLOUDSTACK-1092 <https://issues.apache.org/jira/browse/CLOUDSTACK-1092>`_  Fix API Server's parsing mechanism to parse GET request as multimap...
-`CLOUDSTACK-1309 <https://issues.apache.org/jira/browse/CLOUDSTACK-1309>`_  Large guest subnets downgrade performance...
-`CLOUDSTACK-1389 <https://issues.apache.org/jira/browse/CLOUDSTACK-1389>`_  Interactive Password Prompts during Management Server Startup...
-`CLOUDSTACK-1413 <https://issues.apache.org/jira/browse/CLOUDSTACK-1413>`_  Need something to concretely identify the version of the code in a particular bu...
-`CLOUDSTACK-1527 <https://issues.apache.org/jira/browse/CLOUDSTACK-1527>`_  Non-fatal POSTIN scriptlet failure in rpm package cloudstack-management-4.2.0-SN...
-`CLOUDSTACK-1717 <https://issues.apache.org/jira/browse/CLOUDSTACK-1717>`_  AWS Regions - Local region entry that gets added by default should not include "...
-`CLOUDSTACK-1885 <https://issues.apache.org/jira/browse/CLOUDSTACK-1885>`_  Broken testcases in 4.1...
-`CLOUDSTACK-1990 <https://issues.apache.org/jira/browse/CLOUDSTACK-1990>`_  Docs: Update "Choosing a Hypervisor" feature matrix with new info...
-`CLOUDSTACK-2004 <https://issues.apache.org/jira/browse/CLOUDSTACK-2004>`_  IPV6 - UI -  Router details page - NICs tab - Guest traffic type does not displa...
-`CLOUDSTACK-2009 <https://issues.apache.org/jira/browse/CLOUDSTACK-2009>`_  IPV6 - listNetwork() command does not return ip6dns1 and ip6dns2 entries....
-`CLOUDSTACK-2022 <https://issues.apache.org/jira/browse/CLOUDSTACK-2022>`_  IPV6 - ListRouter() should return guestip6address parameter similar to guestaddr...
-`CLOUDSTACK-2023 <https://issues.apache.org/jira/browse/CLOUDSTACK-2023>`_  IPV6 - Dashboard View - System wide Capacity for Shared Network IPs does not inc...
-`CLOUDSTACK-2026 <https://issues.apache.org/jira/browse/CLOUDSTACK-2026>`_  IPV6 - UI - Provide the ability to turn off all the IPV6 parameters by using a g...
-`CLOUDSTACK-2099 <https://issues.apache.org/jira/browse/CLOUDSTACK-2099>`_  Not able to add a host after a failed attempt to add the host to a wrong cluster...
-`CLOUDSTACK-2112 <https://issues.apache.org/jira/browse/CLOUDSTACK-2112>`_  VM went in stopped state after  live migration failed while vmscaleup...
-`CLOUDSTACK-2191 <https://issues.apache.org/jira/browse/CLOUDSTACK-2191>`_  sanity tests for "EIP : Optional public IP" changes ...
-`CLOUDSTACK-2291 <https://issues.apache.org/jira/browse/CLOUDSTACK-2291>`_  [BasicZone-XenServer] NPE while trying DeleteNetworkCmd...
-`CLOUDSTACK-2293 <https://issues.apache.org/jira/browse/CLOUDSTACK-2293>`_  [BasicZone-XenServer] DeletePhysicalNetworkCmd is not deleting the external devi...
-`CLOUDSTACK-2412 <https://issues.apache.org/jira/browse/CLOUDSTACK-2412>`_  [UI]Disable CiscoVnmc provider for PF/SourceNat/StaticNAT/Firewall dropdown list...
-`CLOUDSTACK-2418 <https://issues.apache.org/jira/browse/CLOUDSTACK-2418>`_  [GSLB] NPE while removing the GSLB enabled Netscaler device...
-`CLOUDSTACK-2471 <https://issues.apache.org/jira/browse/CLOUDSTACK-2471>`_  test_host_high_availability.py refers to non-existent library method wait_for_vm...
-`CLOUDSTACK-2501 <https://issues.apache.org/jira/browse/CLOUDSTACK-2501>`_  Scalevm - Need to take care of upgraded vms...
-`CLOUDSTACK-2790 <https://issues.apache.org/jira/browse/CLOUDSTACK-2790>`_  AWSAPI: packaging includes all .class files bloating size of the RPM...
-`CLOUDSTACK-2795 <https://issues.apache.org/jira/browse/CLOUDSTACK-2795>`_  Create template failed...
-`CLOUDSTACK-2845 <https://issues.apache.org/jira/browse/CLOUDSTACK-2845>`_  [DB upgrade] [ExternalLoadBalancer NetworkUsage] Duplicate entries in the databa...
-`CLOUDSTACK-2853 <https://issues.apache.org/jira/browse/CLOUDSTACK-2853>`_  Cloudstack copies xenserver scripts while adding host even the server is KVM hos...
-`CLOUDSTACK-2860 <https://issues.apache.org/jira/browse/CLOUDSTACK-2860>`_  Add new host into VMWare Cluster failed...
-`CLOUDSTACK-2910 <https://issues.apache.org/jira/browse/CLOUDSTACK-2910>`_  SC: Ctrl combinated with >. is not working of SC IME...
-`CLOUDSTACK-2911 <https://issues.apache.org/jira/browse/CLOUDSTACK-2911>`_  KO: Key translation fails for KO keyboard Right Alt, Han/Eng, Hanja keys...
-`CLOUDSTACK-2919 <https://issues.apache.org/jira/browse/CLOUDSTACK-2919>`_  Snapshot cannot be saved to full Secondary Storage, but doesn't utilize other Se...
-`CLOUDSTACK-3066 <https://issues.apache.org/jira/browse/CLOUDSTACK-3066>`_  No Error message is popped up on UI when a dedicated resource is dedicated to an...
-`CLOUDSTACK-3095 <https://issues.apache.org/jira/browse/CLOUDSTACK-3095>`_  [UI][API]Able to add multiple tier networks to a deployed VM using “Add network”...
-`CLOUDSTACK-3111 <https://issues.apache.org/jira/browse/CLOUDSTACK-3111>`_  [UI] Storage tab is not showing the Hypervisor column as 'KVM' if the (root/data...
-`CLOUDSTACK-3186 <https://issues.apache.org/jira/browse/CLOUDSTACK-3186>`_  Duplicate entries in /etc/hosts file on VR after reboot...
-`CLOUDSTACK-3195 <https://issues.apache.org/jira/browse/CLOUDSTACK-3195>`_  cannot view/delete forward rules if underlying/target VM is destroyed first...
-`CLOUDSTACK-3197 <https://issues.apache.org/jira/browse/CLOUDSTACK-3197>`_  UI: NTier: User is required to scroll down every single time to "Create Network"...
-`CLOUDSTACK-3212 <https://issues.apache.org/jira/browse/CLOUDSTACK-3212>`_  [Advanced_With_SG]View IP Address Range in Default Guest Network page does not s...
-`CLOUDSTACK-3272 <https://issues.apache.org/jira/browse/CLOUDSTACK-3272>`_  EventBus: add global config parameters to specify which category of events are p...
-`CLOUDSTACK-3338 <https://issues.apache.org/jira/browse/CLOUDSTACK-3338>`_  Please provide an icon for "assignVMs" action in internal LB rule detailView...
-`CLOUDSTACK-3518 <https://issues.apache.org/jira/browse/CLOUDSTACK-3518>`_  G11n: JA,SC: Un translation issue occurred on the strings of different UI Specif...
-`CLOUDSTACK-3519 <https://issues.apache.org/jira/browse/CLOUDSTACK-3519>`_  G11n: JA,SC: Un translation issue occurred on the strings of different dropdown ...
-`CLOUDSTACK-3520 <https://issues.apache.org/jira/browse/CLOUDSTACK-3520>`_  G11n: JA,SC: Un translation issue occurred on the strings of different error/war...
-`CLOUDSTACK-3521 <https://issues.apache.org/jira/browse/CLOUDSTACK-3521>`_  G11n: JA,SC: Un translation issue occurred on the strings of different tooltips....
-`CLOUDSTACK-3522 <https://issues.apache.org/jira/browse/CLOUDSTACK-3522>`_  G11n: JA,SC: Un translation issue occurred on the strings of different buttons. ...
-`CLOUDSTACK-3523 <https://issues.apache.org/jira/browse/CLOUDSTACK-3523>`_  G11n: JA,SC: Un translation issue occurred on the strings of different popup mes...
-`CLOUDSTACK-3528 <https://issues.apache.org/jira/browse/CLOUDSTACK-3528>`_  [UI]list calls are in the processing state forever with invalid name provided wi...
-`CLOUDSTACK-3579 <https://issues.apache.org/jira/browse/CLOUDSTACK-3579>`_  [DOC]CLONE - Physical Netwok traffic label update requires Management Server res...
-`CLOUDSTACK-3607 <https://issues.apache.org/jira/browse/CLOUDSTACK-3607>`_  "guest_os_hypervisor" table has values that are not registered in "guest_os" tab...
-`CLOUDSTACK-3608 <https://issues.apache.org/jira/browse/CLOUDSTACK-3608>`_  "guest_os_hypervisor" table has repeated mappings of hypervisor and guest OS...
-`CLOUDSTACK-3656 <https://issues.apache.org/jira/browse/CLOUDSTACK-3656>`_  lots of cloud-management should be changed to cloudstack-management...
-`CLOUDSTACK-3788 <https://issues.apache.org/jira/browse/CLOUDSTACK-3788>`_  [KVM] Weekly Snapshot got stuck in "Allocated State"...
-`CLOUDSTACK-3813 <https://issues.apache.org/jira/browse/CLOUDSTACK-3813>`_  "Service.provider.create" event doesnt mention about the Service Provider in the...
-`CLOUDSTACK-3880 <https://issues.apache.org/jira/browse/CLOUDSTACK-3880>`_  /sbin/poweroff et al or ACPID initiated shutdown does not stop cloudstack-[usage...
-`CLOUDSTACK-3952 <https://issues.apache.org/jira/browse/CLOUDSTACK-3952>`_  Persist VR nic details in DB for additional public ranges...
-`CLOUDSTACK-3973 <https://issues.apache.org/jira/browse/CLOUDSTACK-3973>`_  [GSLB] [LOGS Message] Improving logs messages for GSLB rule configuration...
-`CLOUDSTACK-4016 <https://issues.apache.org/jira/browse/CLOUDSTACK-4016>`_  [PortableIP] [VPC] listPublicIpAddresses lists the portable IP that was already ...
-`CLOUDSTACK-4139 <https://issues.apache.org/jira/browse/CLOUDSTACK-4139>`_  [VMWARE]Failed to resize the volumes which are created from snapshot of root vol...
-`CLOUDSTACK-4475 <https://issues.apache.org/jira/browse/CLOUDSTACK-4475>`_  [ZWPS] attaching an uploaded volume to a VM is always going to first primary sto...
-`CLOUDSTACK-4517 <https://issues.apache.org/jira/browse/CLOUDSTACK-4517>`_  [upgrade][Vmware]Deployment of VM using centos 6.2 template registered before up...
-`CLOUDSTACK-4536 <https://issues.apache.org/jira/browse/CLOUDSTACK-4536>`_  [object_store_refactor] Inconsistency in volume store location on secondary stor...
-`CLOUDSTACK-4568 <https://issues.apache.org/jira/browse/CLOUDSTACK-4568>`_  Need to add this to the release note of 4.2...
-`CLOUDSTACK-4587 <https://issues.apache.org/jira/browse/CLOUDSTACK-4587>`_  VM is failing to deploy on a Legacy zone after adding zone wide primary storage ...
-`CLOUDSTACK-4644 <https://issues.apache.org/jira/browse/CLOUDSTACK-4644>`_  Tool Tip information is not provided for the new fields which are added in 4.2 (...
-`CLOUDSTACK-4789 <https://issues.apache.org/jira/browse/CLOUDSTACK-4789>`_  Fix ResourceMetaDataManagerTest...
-`CLOUDSTACK-4906 <https://issues.apache.org/jira/browse/CLOUDSTACK-4906>`_  add netaddr to marvin dependency list...
-`CLOUDSTACK-4918 <https://issues.apache.org/jira/browse/CLOUDSTACK-4918>`_  VR can not be LB service provider without requiring to be source nat service pro...
-`CLOUDSTACK-4951 <https://issues.apache.org/jira/browse/CLOUDSTACK-4951>`_  [event framework] Action events do not have UUID ...
-`CLOUDSTACK-4987 <https://issues.apache.org/jira/browse/CLOUDSTACK-4987>`_  Able to add isolated network belonging to an account to a virtual machine belong...
-`CLOUDSTACK-5043 <https://issues.apache.org/jira/browse/CLOUDSTACK-5043>`_  [DOC] Page number missing and words truncated in PDFs since 4.1.1...
-`CLOUDSTACK-5044 <https://issues.apache.org/jira/browse/CLOUDSTACK-5044>`_  Configuration Framework Issue...
-`CLOUDSTACK-5090 <https://issues.apache.org/jira/browse/CLOUDSTACK-5090>`_  Anti-Affinity: VM fails to start on a cluster belonging to a different pod....
-`CLOUDSTACK-5157 <https://issues.apache.org/jira/browse/CLOUDSTACK-5157>`_  Loadbalancer Response should include stickiness, health check and ssl certs info...
-`CLOUDSTACK-5243 <https://issues.apache.org/jira/browse/CLOUDSTACK-5243>`_  SSVM responds with timestamp...
-`CLOUDSTACK-5251 <https://issues.apache.org/jira/browse/CLOUDSTACK-5251>`_  No Error message is displayed when nonexistent NFS secondary storage  is added t...
-`CLOUDSTACK-5296 <https://issues.apache.org/jira/browse/CLOUDSTACK-5296>`_  Add certificate chain support for NS...
-`CLOUDSTACK-5307 <https://issues.apache.org/jira/browse/CLOUDSTACK-5307>`_  Same router is listed twice in router view of project...
-`CLOUDSTACK-5324 <https://issues.apache.org/jira/browse/CLOUDSTACK-5324>`_  error message not proper when start VM  fails because router reuires upgrade...
-`CLOUDSTACK-5342 <https://issues.apache.org/jira/browse/CLOUDSTACK-5342>`_  [Automation] Add NIC to virtual machine fails in KVM...
-`CLOUDSTACK-5359 <https://issues.apache.org/jira/browse/CLOUDSTACK-5359>`_  Failed to add second VMWARE cluster on a standard vSwitch enabled zone when vCen...
-`CLOUDSTACK-5373 <https://issues.apache.org/jira/browse/CLOUDSTACK-5373>`_  Web UI (non-English) is corrupted by text expansion...
-`CLOUDSTACK-5395 <https://issues.apache.org/jira/browse/CLOUDSTACK-5395>`_  When backup snapshot fails becasue of backup.snapshot.wait time exceeding , the ...
-`CLOUDSTACK-5410 <https://issues.apache.org/jira/browse/CLOUDSTACK-5410>`_  Changes for tracking logs using jobid is missing in 4.3...
-`CLOUDSTACK-5445 <https://issues.apache.org/jira/browse/CLOUDSTACK-5445>`_  DeleteImageStoreCmd does not use storage plugins to delete storage...
-`CLOUDSTACK-5446 <https://issues.apache.org/jira/browse/CLOUDSTACK-5446>`_  KVM-Secondary Store down-Even after secondary store is brought back up after bei...
-`CLOUDSTACK-5463 <https://issues.apache.org/jira/browse/CLOUDSTACK-5463>`_  Hyper-V does not report stopped VMs...
-`CLOUDSTACK-5474 <https://issues.apache.org/jira/browse/CLOUDSTACK-5474>`_  EventBus: RabbitMQ provider expects password to be stored in plain text....
-`CLOUDSTACK-5475 <https://issues.apache.org/jira/browse/CLOUDSTACK-5475>`_  cluster.cpu/(memory).allocated.capacity.disablethreshold is getting displayed mu...
-`CLOUDSTACK-5479 <https://issues.apache.org/jira/browse/CLOUDSTACK-5479>`_  Upgrading service offering of stopped vm should release the reserved capacity of...
-`CLOUDSTACK-5482 <https://issues.apache.org/jira/browse/CLOUDSTACK-5482>`_  Vmware - When nfs was down for about 1 hour , when snapshots were in progress , ...
-`CLOUDSTACK-5488 <https://issues.apache.org/jira/browse/CLOUDSTACK-5488>`_  KVM:agent is still in stopped state even after host recovered from sudddent powe...
-`CLOUDSTACK-5504 <https://issues.apache.org/jira/browse/CLOUDSTACK-5504>`_  Vmware-Primary store unavailable for 10 mts - All snapshot tasks reported failur...
-`CLOUDSTACK-5512 <https://issues.apache.org/jira/browse/CLOUDSTACK-5512>`_  template format name checking is crude and doesn't work with advanced URLs...
-`CLOUDSTACK-5536 <https://issues.apache.org/jira/browse/CLOUDSTACK-5536>`_  Restarting cloudstack service with template download in progress creates redunda...
-`CLOUDSTACK-5546 <https://issues.apache.org/jira/browse/CLOUDSTACK-5546>`_  Extra tab for adding rules displayed for non-elb networks...
-`CLOUDSTACK-5550 <https://issues.apache.org/jira/browse/CLOUDSTACK-5550>`_  UI - Api key and secret key not fully visible in user detail view....
-`CLOUDSTACK-5561 <https://issues.apache.org/jira/browse/CLOUDSTACK-5561>`_  support of multiple nics for VR running in HyperV...
-`CLOUDSTACK-5563 <https://issues.apache.org/jira/browse/CLOUDSTACK-5563>`_  path field is set to null in volumes table ...
-`CLOUDSTACK-5576 <https://issues.apache.org/jira/browse/CLOUDSTACK-5576>`_  RemoteVPNonVPC :  Label needs to be changed to "Enable Remote Access VPN"...
-`CLOUDSTACK-5583 <https://issues.apache.org/jira/browse/CLOUDSTACK-5583>`_  vmopsSnapshot plug-in (XenServer) does not return an error when it should...
-`CLOUDSTACK-5600 <https://issues.apache.org/jira/browse/CLOUDSTACK-5600>`_  Xenserver - After HA , CPVM's disk is corrupted resulting in CPVM being stuck in...
-`CLOUDSTACK-5616 <https://issues.apache.org/jira/browse/CLOUDSTACK-5616>`_  [DBHA]:There is no way to know to which DB is the CS writing in the case of DBHA...
-`CLOUDSTACK-5632 <https://issues.apache.org/jira/browse/CLOUDSTACK-5632>`_  [Automation] XenServer - Template deletion fails with error "Please specify a te...
-`CLOUDSTACK-5645 <https://issues.apache.org/jira/browse/CLOUDSTACK-5645>`_  Agent manager doesn't need to be aware of vms and their relationship to resource...
-`CLOUDSTACK-5673 <https://issues.apache.org/jira/browse/CLOUDSTACK-5673>`_  [Hyper-V] Default IP address never configured on eth0 with default CentOS templa...
-`CLOUDSTACK-5685 <https://issues.apache.org/jira/browse/CLOUDSTACK-5685>`_  [Vmsync] - When VR is rebooted outside of cloudstack , there is no change in sta...
-`CLOUDSTACK-5700 <https://issues.apache.org/jira/browse/CLOUDSTACK-5700>`_  [Vmsync] - kvm- "paused" state of Vm is not synced to CS....
-`CLOUDSTACK-5719 <https://issues.apache.org/jira/browse/CLOUDSTACK-5719>`_  [UI] Not listing shared network offerings tagged on second physical network...
-`CLOUDSTACK-5724 <https://issues.apache.org/jira/browse/CLOUDSTACK-5724>`_  Console Proxy View - when using ctl c , errors seen on the console proxy view....
-`CLOUDSTACK-5743 <https://issues.apache.org/jira/browse/CLOUDSTACK-5743>`_   Download ROOT Volume when the VM is in stopped state is failing with "Forbidden...
-`CLOUDSTACK-5744 <https://issues.apache.org/jira/browse/CLOUDSTACK-5744>`_  [Hyper-v] White screen on console window when more than two console sessions are...
-`CLOUDSTACK-5753 <https://issues.apache.org/jira/browse/CLOUDSTACK-5753>`_  [Hyper-v] ConsoleProxyLoadReportCommand does not honor the default value of cons...
-`CLOUDSTACK-5762 <https://issues.apache.org/jira/browse/CLOUDSTACK-5762>`_  [dynamic compute offerings]UI change required for select  compute offerinngs in ...
-`CLOUDSTACK-5785 <https://issues.apache.org/jira/browse/CLOUDSTACK-5785>`_  VM display name cell not updated upon detaching volume from VM...
-`CLOUDSTACK-5794 <https://issues.apache.org/jira/browse/CLOUDSTACK-5794>`_  [Hyper-v] Specify username and domain name together in the username field while ...
-`CLOUDSTACK-5798 <https://issues.apache.org/jira/browse/CLOUDSTACK-5798>`_  While attaching a disk to WIN2012 VM with xencenter tools installed got error as...
-`CLOUDSTACK-5800 <https://issues.apache.org/jira/browse/CLOUDSTACK-5800>`_  While creating a VM from template (which is created based on existing newly crea...
-`CLOUDSTACK-5807 <https://issues.apache.org/jira/browse/CLOUDSTACK-5807>`_  Problem with shared datastore in VMware cluster with only one host...
-`CLOUDSTACK-5809 <https://issues.apache.org/jira/browse/CLOUDSTACK-5809>`_  Not able to deploy Vm becasue of crossing pool.storage.allocate d.capacity.disab...
-`CLOUDSTACK-5822 <https://issues.apache.org/jira/browse/CLOUDSTACK-5822>`_  ssh keypairs are removed after rebooting vm...
-`CLOUDSTACK-5834 <https://issues.apache.org/jira/browse/CLOUDSTACK-5834>`_  [upgrade]Error while collecting disk stats from : You gave an invalid object ref...
-`CLOUDSTACK-5836 <https://issues.apache.org/jira/browse/CLOUDSTACK-5836>`_  When tried to reverting back to (disk attached)quiesced vm snapshot, got error a...
-`CLOUDSTACK-5843 <https://issues.apache.org/jira/browse/CLOUDSTACK-5843>`_  registering templates/isos should be either async or changed to non-blocking...
-`CLOUDSTACK-5845 <https://issues.apache.org/jira/browse/CLOUDSTACK-5845>`_  [doc] Document Heterogeneous Secondary Storage Not Supported in Region...
-`CLOUDSTACK-5847 <https://issues.apache.org/jira/browse/CLOUDSTACK-5847>`_  [Hyper-V] [doc] Document creation of external vswitch for Hyper-V 2012 R2 (unlik...
-`CLOUDSTACK-5855 <https://issues.apache.org/jira/browse/CLOUDSTACK-5855>`_  Contrail: Slave compute host restarts when the master compute host is changed to...
-`CLOUDSTACK-5862 <https://issues.apache.org/jira/browse/CLOUDSTACK-5862>`_  Template life cycle needs to be changed based on references of existing VMs to t...
-`CLOUDSTACK-5866 <https://issues.apache.org/jira/browse/CLOUDSTACK-5866>`_  Remove maven profile used to configure zone...
-`CLOUDSTACK-5876 <https://issues.apache.org/jira/browse/CLOUDSTACK-5876>`_  Contrail: After vrouter restart agent doesnt have info about the Network...
-`CLOUDSTACK-5879 <https://issues.apache.org/jira/browse/CLOUDSTACK-5879>`_  Document on how to use RabbitMq event bus with spring modularisation done in 4.3...
-`CLOUDSTACK-5897 <https://issues.apache.org/jira/browse/CLOUDSTACK-5897>`_  Remove OVM in add cluster drop down list...
-`CLOUDSTACK-5907 <https://issues.apache.org/jira/browse/CLOUDSTACK-5907>`_  KVM/CLVM volumes are shown as Ovm hypervisor...
-`CLOUDSTACK-5908 <https://issues.apache.org/jira/browse/CLOUDSTACK-5908>`_  Fail to add VXLAN network to instance...
-`CLOUDSTACK-5910 <https://issues.apache.org/jira/browse/CLOUDSTACK-5910>`_  mark the LDAP user as imported from LDAP...
-`CLOUDSTACK-5920 <https://issues.apache.org/jira/browse/CLOUDSTACK-5920>`_  CloudStack IAM Plugin feature...
-`CLOUDSTACK-5926 <https://issues.apache.org/jira/browse/CLOUDSTACK-5926>`_  [Doc] Create 4.3 Release Notes...
-`CLOUDSTACK-5931 <https://issues.apache.org/jira/browse/CLOUDSTACK-5931>`_  Hyper-V agent does not release logon handle...
-`CLOUDSTACK-5932 <https://issues.apache.org/jira/browse/CLOUDSTACK-5932>`_  SystemVM scripts: the iso download urls need updating as current ones are obsole...
-`CLOUDSTACK-5933 <https://issues.apache.org/jira/browse/CLOUDSTACK-5933>`_  Problem with VMware snapshot when datastore has a space in its name...
-`CLOUDSTACK-5934 <https://issues.apache.org/jira/browse/CLOUDSTACK-5934>`_  Problem with VMware snapshot when datastore has a space in its name...
-`CLOUDSTACK-5935 <https://issues.apache.org/jira/browse/CLOUDSTACK-5935>`_  Problem with VMware snapshot when datastore has a space in its name...
-`CLOUDSTACK-5947 <https://issues.apache.org/jira/browse/CLOUDSTACK-5947>`_  Exception for getRootDir.. NFSStorage when running with Simulator...
-`CLOUDSTACK-5951 <https://issues.apache.org/jira/browse/CLOUDSTACK-5951>`_  Fix base.py for Dynamic compute offerings...
-`CLOUDSTACK-5954 <https://issues.apache.org/jira/browse/CLOUDSTACK-5954>`_  update-ssl.png missing from docs...
-`CLOUDSTACK-5955 <https://issues.apache.org/jira/browse/CLOUDSTACK-5955>`_  vm stuck in migrating if mgmt server is restarted...
-`CLOUDSTACK-5962 <https://issues.apache.org/jira/browse/CLOUDSTACK-5962>`_  Value of Global parameter "custom.diskoffering.size.min" is not reflected in UI ...
-`CLOUDSTACK-5972 <https://issues.apache.org/jira/browse/CLOUDSTACK-5972>`_  [DOC] Service monitoring enable/disable from global setting...
-`CLOUDSTACK-5976 <https://issues.apache.org/jira/browse/CLOUDSTACK-5976>`_  [upgrade]Typo in "ssh_keypairs" table's foreign key constraints on the Upgraded ...
-`CLOUDSTACK-5982 <https://issues.apache.org/jira/browse/CLOUDSTACK-5982>`_  Fix response name for assign and unassign cert from lb...
-`CLOUDSTACK-5984 <https://issues.apache.org/jira/browse/CLOUDSTACK-5984>`_  addvmwaredc API call is not documented ...
-`CLOUDSTACK-5990 <https://issues.apache.org/jira/browse/CLOUDSTACK-5990>`_  [UI]: search by username while importing ldap users...
-`CLOUDSTACK-5991 <https://issues.apache.org/jira/browse/CLOUDSTACK-5991>`_  [UI]Infinite scrolling should be enabled to the Ldap user add page...
-`CLOUDSTACK-5992 <https://issues.apache.org/jira/browse/CLOUDSTACK-5992>`_  [Upgrade] default values of configuraiton parameters in configuration table are ...
-`CLOUDSTACK-6032 <https://issues.apache.org/jira/browse/CLOUDSTACK-6032>`_  [VmScaleup]service offering id is not getting changed in usage_vm_instance table...
-`CLOUDSTACK-6043 <https://issues.apache.org/jira/browse/CLOUDSTACK-6043>`_  VMware detaching volume fails if volume has snapshots...
-`CLOUDSTACK-6053 <https://issues.apache.org/jira/browse/CLOUDSTACK-6053>`_  While adding smb as primary or secondary the password should be uri encoded...
-`CLOUDSTACK-6069 <https://issues.apache.org/jira/browse/CLOUDSTACK-6069>`_  can't create privatgateway with vlan in a mixed network env...
-`CLOUDSTACK-6072 <https://issues.apache.org/jira/browse/CLOUDSTACK-6072>`_  vxlan networks not deallocating vnet ids...
-`CLOUDSTACK-6075 <https://issues.apache.org/jira/browse/CLOUDSTACK-6075>`_  Increase the ram size for router service offering ...
-`CLOUDSTACK-124 <https://issues.apache.org/jira/browse/CLOUDSTACK-124>`_    NetworkGarbageCollector not cleaning up networks...
-`CLOUDSTACK-231 <https://issues.apache.org/jira/browse/CLOUDSTACK-231>`_    Tag creation using special charecters ...
-`CLOUDSTACK-245 <https://issues.apache.org/jira/browse/CLOUDSTACK-245>`_    VPC ACLs are not stored and programmed consistently...
-`CLOUDSTACK-270 <https://issues.apache.org/jira/browse/CLOUDSTACK-270>`_    Ui should not ask for a vlan range if the physical network isolation type is not...
-`CLOUDSTACK-300 <https://issues.apache.org/jira/browse/CLOUDSTACK-300>`_    Creation of  compute offering allow   combination of local storage + HA...
-`CLOUDSTACK-310 <https://issues.apache.org/jira/browse/CLOUDSTACK-310>`_    Failed to add host - Plugin error...
-`CLOUDSTACK-315 <https://issues.apache.org/jira/browse/CLOUDSTACK-315>`_    Infrastructure view does not show capacity values...
-`CLOUDSTACK-338 <https://issues.apache.org/jira/browse/CLOUDSTACK-338>`_    Unique Names of Disk and Service Offerings in the database are prefixed with "Cl...
-`CLOUDSTACK-458 <https://issues.apache.org/jira/browse/CLOUDSTACK-458>`_    xen:snapshots:Storage gc fail to clean the failed snapshot images from secondary...
-`CLOUDSTACK-469 <https://issues.apache.org/jira/browse/CLOUDSTACK-469>`_    CloudStack Documentation Landing Page has Alignment Issues...
-`CLOUDSTACK-963 <https://issues.apache.org/jira/browse/CLOUDSTACK-963>`_    [cloud.utils.AnnotationHelper]  class java.lang.Stringdoes not have a Table anno...
-`CLOUDSTACK-969 <https://issues.apache.org/jira/browse/CLOUDSTACK-969>`_    api: zone response lists vlan in it as "vlan range of zone" but the vlan belongs...
-`CLOUDSTACK-1306 <https://issues.apache.org/jira/browse/CLOUDSTACK-1306>`_  Better Error message when trying to deploy Vm by passing static Ipv4 addresses t...
-`CLOUDSTACK-1432 <https://issues.apache.org/jira/browse/CLOUDSTACK-1432>`_  [UI] Inconsistent field names in "Add Cluster" dialog...
-`CLOUDSTACK-1471 <https://issues.apache.org/jira/browse/CLOUDSTACK-1471>`_  Pop up window for host details/(host related operation) are not properly alligne...
-`CLOUDSTACK-1524 <https://issues.apache.org/jira/browse/CLOUDSTACK-1524>`_  "White-box" effect changes when changing value in combo box...
-`CLOUDSTACK-1725 <https://issues.apache.org/jira/browse/CLOUDSTACK-1725>`_  publican update_pot might overwrite license headers ...
-`CLOUDSTACK-1932 <https://issues.apache.org/jira/browse/CLOUDSTACK-1932>`_  AutoScale UI documentation doesn't mention the option appears only for NetScaler...
-`CLOUDSTACK-2000 <https://issues.apache.org/jira/browse/CLOUDSTACK-2000>`_  CS4.1 Installation document - cloud-install-sys-tmplt command documented in wron...
-`CLOUDSTACK-2213 <https://issues.apache.org/jira/browse/CLOUDSTACK-2213>`_  russian language select failure...
-`CLOUDSTACK-2345 <https://issues.apache.org/jira/browse/CLOUDSTACK-2345>`_  [GSLB] deleting GSLB rules is not cleaning server info from GSLB device...
-`CLOUDSTACK-2436 <https://issues.apache.org/jira/browse/CLOUDSTACK-2436>`_  Message "You do not have any affinity groups. Please continue to the next step."...
-`CLOUDSTACK-2439 <https://issues.apache.org/jira/browse/CLOUDSTACK-2439>`_  "Domain" field under login page should be mandatory for the non root accounts....
-`CLOUDSTACK-2449 <https://issues.apache.org/jira/browse/CLOUDSTACK-2449>`_  Dropdown menu for action button scaleup System VM shows all service offering inc...
-`CLOUDSTACK-2453 <https://issues.apache.org/jira/browse/CLOUDSTACK-2453>`_  Select view dropdown under "Network" is listing the options in the absence of ad...
-`CLOUDSTACK-2464 <https://issues.apache.org/jira/browse/CLOUDSTACK-2464>`_  [GSLB][UI] "Add GSLB" wizard doesn't prompt for "PersistenceType"...
-`CLOUDSTACK-2533 <https://issues.apache.org/jira/browse/CLOUDSTACK-2533>`_  Add Network to VM dialog should only show those network in the dropdown which ar...
-`CLOUDSTACK-2535 <https://issues.apache.org/jira/browse/CLOUDSTACK-2535>`_  Cleanup port-profiles that gets created on Nexus switch as part of network clean...
-`CLOUDSTACK-2559 <https://issues.apache.org/jira/browse/CLOUDSTACK-2559>`_  [UI]Resource Name should not be present in UI as it is not available in listASA1...
-`CLOUDSTACK-2605 <https://issues.apache.org/jira/browse/CLOUDSTACK-2605>`_  Add Network to VM Command button should not be displayed for VMs  belonging to B...
-`CLOUDSTACK-2697 <https://issues.apache.org/jira/browse/CLOUDSTACK-2697>`_  cluster id in alert message is null {alertType:: 1 // dataCenterId:: 1 // podId:...
-`CLOUDSTACK-2714 <https://issues.apache.org/jira/browse/CLOUDSTACK-2714>`_  Setting tab should not be visible for user accounts ...
-`CLOUDSTACK-2951 <https://issues.apache.org/jira/browse/CLOUDSTACK-2951>`_  [UI][Mixed-Zone-Management] during "add Instance" wizard, listTemplates API is n...
-`CLOUDSTACK-2993 <https://issues.apache.org/jira/browse/CLOUDSTACK-2993>`_  [PortableIPRange] remove some of the unused columns if they are not required fro...
-`CLOUDSTACK-3025 <https://issues.apache.org/jira/browse/CLOUDSTACK-3025>`_  The page and pagesize parameters are not working in ListCfgsByCmds with zoneid s...
-`CLOUDSTACK-3063 <https://issues.apache.org/jira/browse/CLOUDSTACK-3063>`_  [UI]Dedicating a host to  non-root domain which has instances of other domain(ro...
-`CLOUDSTACK-3101 <https://issues.apache.org/jira/browse/CLOUDSTACK-3101>`_  [DR] list* APIs are not working based on the display* flags ...
-`CLOUDSTACK-3225 <https://issues.apache.org/jira/browse/CLOUDSTACK-3225>`_  Multiple NPEs when cloudstack-management service is restarted with incomplete ta...
-`CLOUDSTACK-3265 <https://issues.apache.org/jira/browse/CLOUDSTACK-3265>`_  [Health Check for NS LB]Failure to create a lb health check policy returns a API...
-`CLOUDSTACK-3325 <https://issues.apache.org/jira/browse/CLOUDSTACK-3325>`_  [UI] [GSLB]: add text box to specify weight for each load balancer participating...
-`CLOUDSTACK-3406 <https://issues.apache.org/jira/browse/CLOUDSTACK-3406>`_  UI: ZWPS: Zone wizard: Primary storage creation failed after "fix error" in "add...
-`CLOUDSTACK-3477 <https://issues.apache.org/jira/browse/CLOUDSTACK-3477>`_  resizeDataVolume doesn't return proper error message when trying to shrink volum...
-`CLOUDSTACK-3553 <https://issues.apache.org/jira/browse/CLOUDSTACK-3553>`_  [UI]UI remains in the processing state forever when it failed to delete primary ...
-`CLOUDSTACK-3671 <https://issues.apache.org/jira/browse/CLOUDSTACK-3671>`_  Set Host, Management Network and Storage Network Properly when there are multipl...
-`CLOUDSTACK-3815 <https://issues.apache.org/jira/browse/CLOUDSTACK-3815>`_  "SNAPSHOT.CREATE" event's states are not registered on the events table ...
-`CLOUDSTACK-3895 <https://issues.apache.org/jira/browse/CLOUDSTACK-3895>`_  VM Migration across VMWARE clusters which are added with different switches(Stan...
-`CLOUDSTACK-3896 <https://issues.apache.org/jira/browse/CLOUDSTACK-3896>`_  [PrimaryStorage] deleteStoragePool is not kicking GC for the downloaded system v...
-`CLOUDSTACK-3994 <https://issues.apache.org/jira/browse/CLOUDSTACK-3994>`_  Wrong error notification is generated when Primary storage (Cluster wide) is add...
-`CLOUDSTACK-3995 <https://issues.apache.org/jira/browse/CLOUDSTACK-3995>`_  No error notification is generated when Primary storage (Zonelevel) is added wit...
-`CLOUDSTACK-4071 <https://issues.apache.org/jira/browse/CLOUDSTACK-4071>`_  [UI] - Word 'Default' is misspelled in descripiton of integration.api.port under...
-`CLOUDSTACK-4183 <https://issues.apache.org/jira/browse/CLOUDSTACK-4183>`_  [Non-Contiguous VLAN] Typos Appear in an Error Message...
-`CLOUDSTACK-5033 <https://issues.apache.org/jira/browse/CLOUDSTACK-5033>`_  ipaddress in management-server.log and api.log are wrong if management servers i...
-`CLOUDSTACK-5309 <https://issues.apache.org/jira/browse/CLOUDSTACK-5309>`_  version number and requires upgrade fields are not displayed for routers when na...
-`CLOUDSTACK-5383 <https://issues.apache.org/jira/browse/CLOUDSTACK-5383>`_  Multiselect actions are not reset when a multiselect action is performed...
-`CLOUDSTACK-5524 <https://issues.apache.org/jira/browse/CLOUDSTACK-5524>`_  [UI]"root disk size" field should be removed from the add instance wizard since ...
-`CLOUDSTACK-5824 <https://issues.apache.org/jira/browse/CLOUDSTACK-5824>`_  Delete snapshot UI always success...
-`CLOUDSTACK-5885 <https://issues.apache.org/jira/browse/CLOUDSTACK-5885>`_  When process receives error, loading overlay on listView element does not disapp...
-`CLOUDSTACK-5912 <https://issues.apache.org/jira/browse/CLOUDSTACK-5912>`_  WARN  [c.c.h.v.m.HttpNfcLeaseMO] (Thread-28:null) Unexpected exception...
-`CLOUDSTACK-5522 <https://issues.apache.org/jira/browse/CLOUDSTACK-5522>`_  Need of one more column i.e., "Name" at   Home>Storage - Snapshots...
-`CLOUDSTACK-5904 <https://issues.apache.org/jira/browse/CLOUDSTACK-5904>`_  Small UI bug...
-==========================================================================  ===================================================================================
+.. include:: known_issues.rst
 

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/f2d59abf/source/fixed_issues.rst
----------------------------------------------------------------------
diff --git a/source/fixed_issues.rst b/source/fixed_issues.rst
new file mode 100644
index 0000000..b19d305
--- /dev/null
+++ b/source/fixed_issues.rst
@@ -0,0 +1,33 @@
+For the list of issues fixed, see `Issues Fixed in <https://issues.apache.org/jira/issues/?filter=12327096>`_ |release|.
+
+==========================================================================  ===================================================================================
+Bug ID                                                                      Description
+==========================================================================  ===================================================================================
+`CLOUDSTACK-5012 <https://issues.apache.org/jira/browse/CLOUDSTACK-5012>`_  Bad data inserted into physical network labels for Zone Create Wizard using VMWa...
+`CLOUDSTACK-5356 <https://issues.apache.org/jira/browse/CLOUDSTACK-5356>`_  Xenserver - Failed to create snapshot when secondary store was made unavaibale f...
+`CLOUDSTACK-5357 <https://issues.apache.org/jira/browse/CLOUDSTACK-5357>`_  Xenserver - Failed to create snapshot due to "unable to destroy task(com.xe nsou...
+`CLOUDSTACK-5358 <https://issues.apache.org/jira/browse/CLOUDSTACK-5358>`_  API: synchronization on the object is broken...
+`CLOUDSTACK-5372 <https://issues.apache.org/jira/browse/CLOUDSTACK-5372>`_  Xenserver - SR not being recreated when the Primary storage is brought down and ...
+`CLOUDSTACK-5429 <https://issues.apache.org/jira/browse/CLOUDSTACK-5429>`_  KVM - Primary store down/Network Failure - Hosts attempt to reboot becasue of pr...
+`CLOUDSTACK-5469 <https://issues.apache.org/jira/browse/CLOUDSTACK-5469>`_  Snapshot creation fails with following exception - "Failed to backup snapshot: q...
+`CLOUDSTACK-5485 <https://issues.apache.org/jira/browse/CLOUDSTACK-5485>`_  Vmware - Whe 10 hourly snapshots are scheduled at the same time , we see only 5 ...
+`CLOUDSTACK-5501 <https://issues.apache.org/jira/browse/CLOUDSTACK-5501>`_  Unable to create more than one vpnConnection per vpn customer gateway...
+`CLOUDSTACK-5582 <https://issues.apache.org/jira/browse/CLOUDSTACK-5582>`_  kvm - HA is not triggered when host is powered down since the host gets into "Di...
+`CLOUDSTACK-5736 <https://issues.apache.org/jira/browse/CLOUDSTACK-5736>`_  KVM - Recurring Snapshots - Snapshots reported as being in "BackedUp" state even...
+`CLOUDSTACK-5738 <https://issues.apache.org/jira/browse/CLOUDSTACK-5738>`_  Recurring Snapshots - Few Snapshots are stuck in "Creating" state for more than ...
+`CLOUDSTACK-5806 <https://issues.apache.org/jira/browse/CLOUDSTACK-5806>`_  Storage types other than NFS/VMFS can't overprovision...
+`CLOUDSTACK-5899 <https://issues.apache.org/jira/browse/CLOUDSTACK-5899>`_  Contrail:MS: Exceptions in MS logs on a fresh install,  syncDomain java.lang.Nul...
+`CLOUDSTACK-6036 <https://issues.apache.org/jira/browse/CLOUDSTACK-6036>`_   CloudStack stops the machine for no reason...
+`CLOUDSTACK-6084 <https://issues.apache.org/jira/browse/CLOUDSTACK-6084>`_  [Automation] Failed to create private gateway...
+`CLOUDSTACK-6086 <https://issues.apache.org/jira/browse/CLOUDSTACK-6086>`_  [Automation] Failed to restart network...
+`CLOUDSTACK-6333 <https://issues.apache.org/jira/browse/CLOUDSTACK-6333>`_  [Automation] NPE observed while deleting account...
+`CLOUDSTACK-6379 <https://issues.apache.org/jira/browse/CLOUDSTACK-6379>`_  UI:MS: Unable to create a user type Admin under a domain; No API being fired...
+`CLOUDSTACK-6405 <https://issues.apache.org/jira/browse/CLOUDSTACK-6405>`_  Observed SQL exceptions during db upgrade from 4.0.0 to 4.4.0...
+`CLOUDSTACK-6437 <https://issues.apache.org/jira/browse/CLOUDSTACK-6437>`_  Ability to differentiate user and system guest OS and mappings...
+`CLOUDSTACK-6453 <https://issues.apache.org/jira/browse/CLOUDSTACK-6453>`_  [GPU] Windows 2012 Server instance created with vGPU offering is not coming up a...
+`CLOUDSTACK-6459 <https://issues.apache.org/jira/browse/CLOUDSTACK-6459>`_  Unable to enable maintenance mode on a Primary storage that crashed...
+`CLOUDSTACK-6465 <https://issues.apache.org/jira/browse/CLOUDSTACK-6465>`_  vmware.reserve.mem is missing from cluster level settings ...
+`CLOUDSTACK-6476 <https://issues.apache.org/jira/browse/CLOUDSTACK-6476>`_  Basic Zone with Multiple Pods Setup: DHCP server doesnt get deployed in the pod ...
+`CLOUDSTACK-6575 <https://issues.apache.org/jira/browse/CLOUDSTACK-6575>`_  Deploy VM failed with NPE while using custom compute offering ...
+`CLOUDSTACK-6594 <https://issues.apache.org/jira/browse/CLOUDSTACK-6594>`_  [Automation] Observed many DB Exception while starting MS "Can't DROP 'last_sent...
+==========================================================================  ===================================================================================
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/f2d59abf/source/global.rst
----------------------------------------------------------------------
diff --git a/source/global.rst b/source/global.rst
new file mode 100644
index 0000000..76b7df6
--- /dev/null
+++ b/source/global.rst
@@ -0,0 +1,20 @@
+.. Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information#
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+   http://www.apache.org/licenses/LICENSE-2.0
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+   
+.. This file contain Variables shared across files in this project
+
+.. _CloudStack Installation Guide: http://docs.cloudstack.apache.org/projects/cloudstack-installation
+.. _CloudStack Administrator's Guide: http://docs.cloudstack.apache.org/projects/cloudstack-administration
+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/f2d59abf/source/index.rst
----------------------------------------------------------------------
diff --git a/source/index.rst b/source/index.rst
index 094ea01..a3a2b05 100644
--- a/source/index.rst
+++ b/source/index.rst
@@ -27,11 +27,8 @@ Welcome to Apache CloudStack Release Notes
 .. warning:: We are in the process of changing documentation format as well as hosting mechanism.
              Please be patient with us as we migrate our entire documentation to this new setup.
 
-This document contains information specific to this release of CloudStack, including upgrade instructions from prior releases, new
-features added to CloudStack, API changes, and issues fixed in the release. For installation instructions, please see the `Installation
-Guide <http://docs.cloudstack.apache.org/projects/cloudstack-installation/>`__.
-For usage and administration instructions, please see the `CloudStack Administrator's
-Guide <http://docs.cloudstack.apache.org/projects/cloudstack-administration/>`__.
+This document contains information specific to this release of CloudStack, including upgrade instructions from prior releases, new features added to CloudStack, API changes, and issues fixed in the release. For installation instructions, please see the `CloudStack Installation Guide`_. For usage and administration instructions, please see the `CloudStack Administrator's Guide`_.
+
 
 Contents:
 
@@ -55,3 +52,5 @@ Contents:
 
    api-changes
    
+
+.. include:: global.rst


[7/8] git commit: split about.rst into multiple files for TOC of new features. new feature title have tag []

Posted by se...@apache.org.
split about.rst into multiple files for TOC of new features. new feature title have tag []

Signed-off-by: Sebastien Goasguen <ru...@gmail.com>


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

Branch: refs/heads/master
Commit: 6482ca150971c479ae6b1ef5f3455eea9901a535
Parents: 1955c9d
Author: Pierre-Luc Dion <pd...@cloudops.com>
Authored: Tue May 13 20:31:59 2014 -0400
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Mon May 19 08:49:38 2014 +0200

----------------------------------------------------------------------
 source/about.rst        | 559 +++----------------------------------------
 source/fixed_issues.rst | 125 ++++++++--
 source/global.rst       |   2 +-
 source/index.rst        |  17 +-
 source/known_issues.rst |  71 +++---
 source/rnotes.rst       |   9 +
 6 files changed, 181 insertions(+), 602 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/6482ca15/source/about.rst
----------------------------------------------------------------------
diff --git a/source/about.rst b/source/about.rst
index b372702..be9fd99 100644
--- a/source/about.rst
+++ b/source/about.rst
@@ -13,557 +13,66 @@
    specific language governing permissions and limitations
    under the License.
    
-About this new Release
-======================
 
 What's New in |version|
------------------------
+=======================
 
-CloudStack |version| includes the following new features.
+CloudStack |version| includes the following new features and improvements.
 
-Optional 64-Bit System VM Template Support
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-CloudStack now provides 64-bit templates for System VMs. With this
-support, you will be able to upgrade virtual routers in a zone. The
-following parameters have been introduced for the same purpose:
+ 
+[Storage] Support managed storage for root disks
+------------------------------------------------
 
--  
+Use of Primary Storage Plug-in for Root disks. See `Configuring a Storage Plug-in <http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/master/configuration.html#configuring-a-storage-plug-in>`_
 
-   XenServer: *``router.template.xen``*
+Supported hypervisors: XenServer, VMware
 
--  
+[Storage] Root disk resize
+------------------------------------------------
 
-   KVM: *``router.template.kvm``*
+Allow Root disk resize which remove need to have multiple templates of the same Operating System for different disk size.
 
--  
+Supported hypervisor: KVM
 
-   VMware:
+`Root resize Functional spec <https://cwiki.apache.org/confluence/display/CLOUDSTACK/Root+Resize+Support>`_
 
--  
+[Storage] Per primary Storage OverProvisioning
+------------------------------------------------
 
-   Hyper-V:
+Added per Primary Storage ``storage.overprovisioning.factor`` setting to overseed the Global Settings value.
 
-Hyper-V Support
-~~~~~~~~~~~~~~~
+- admin can update an existing primary store by setting ``storage.overprovisioning.factor`` in the per primary setting.
+- This value will override the value at the global level. This leverages the granularity of global parameters introduced in 4.2
+- To fall back to the global value, null value can be passed.
+- To disable overprovision a value of 1 will be passed.
 
-CloudStack |version| rolls out support for Hyper-V hosts. For Hyper-V,
-CloudStack supports SMB-based storage. If you want to run guest VMs on
-Hyper-V hosts, install CloudStack Agents on each Hyper-V hosts. Before
-you use Hyper-V, review the following list of supported and
-non-supported features. For detailed instruction, see Hyper-V Quick
-Start Guide. You can also see the chapter Installing Hyper-V for
-CloudStack in the CloudStack |version| Installation Guide.
+`Storage Over Prov. Functional spec <https://cwiki.apache.org/confluence/display/CLOUDSTACK/Storage+OverProvisioning+as+Per+Primary+Basis>`_
 
-Supported Functionalities on Hyper-V
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
--  
+[Hypervisor] VMWare Support for DRS
+------------------------------------------------
 
-   VM Compute
+VMware DRS(Distributed Resource Scheduler), VM HA(High Availability): Provide highly available resources to your workloads. Balance workloads for optimal performance. Scale and manage computing resources without service disruption.
 
-   -  
+- **Load Balancing**: distribution and usage of CPU and memory resources for all hosts and VMs in the cluster are continuously monitored and compared to ideal resource utilization given the attributes of the cluster’s resource pools and VMs, the current demand, and the imbalance target. It then performs (or recommends) virtual machine migrations accordingly. Also, when a VM is powered on in the cluster, DRS attempts to maintain proper load balancing by either placing the VM on an appropriate host or making a recommendation.
+- **Power Management**: When the vSphere Distributed Power Management (DPM) feature is enabled, DRS compares cluster- and host-level capacity to the demands of the cluster’s VMs, including recent historical demand. It places (or recommends placing) hosts in standby power mode if sufficient excess capacity is found or powering on hosts if capacity is needed. Depending on the resulting host power state recommendations, VMs might need to be migrated to and from the hosts as well.
+- **Affinity Rules**: control the placement of virtual machines on hosts within a cluster, by assigning affinity rules 
 
-      All the VM operations, except VM Snapshots
+`DRS Functional spec <https://cwiki.apache.org/confluence/display/CLOUDSTACK/VMWare+Enhancements+-+Support+for+DRS+and+VM+HA>`_
 
-   -  
+[Hypervisor] Zone Wide Primary Store in Hyper-V
+------------------------------------------------
 
-      Live Migration
+SMB share as zone wide primary store.
 
-   -  
 
-      Service Offerings (Scale up on stopped VMs)
+[Management Server] CloudStack on Windows
+------------------------------------------------
 
-   -  
+Windowsfication of CloudStack Management Server, remove dependency on cygwin in order to run CloudStack Management Server on Windows based Operating System.
 
-      Console access
+`CLOUDSTACK-6105 <https://issues.apache.org/jira/browse/CLOUDSTACK-6105>`_
 
-   -  
 
-      SSH key and reseting SSH key
-
-   -  
-
-      Upload and download templates, volumes, and ISO
-
-   -  
-
-      Create VMs from template and ISO
-
-   -  
-
-      Create template from volume
-
-   -  
-
-      Attach and detach VMs from ISO and password-enabled template
-
-   -  
-
-      Copy template across zone
-
--  
-
-   Storage
-
-   -  
-
-      Primary Storage (SMB and Local)
-
-   -  
-
-      Root and data volumes on Local and SMB
-
-   -  
-
-      Add, delete, attach, detach volumes (one or more volumes per VM)
-
-   -  
-
-      Single and multiple secondary storage (SMB)
-
--  
-
-   Network
-
-   -  
-
-      VLANs (Isolated and Shared)
-
-   -  
-
-      All VR services: DNS, DHCP, SourceNAT, LB, PF, Firewall,
-      StaticNAT, Userdata, and VPN
-
-   -  
-
-      External device support for both Isolated and Shared networks:
-      Netscaler, SRX, F5
-
-   -  
-
-      Multiple physical networks
-
-   -  
-
-      Dedicated IP range, Public VLANs (to account)
-
-   -  
-
-      Network Offering upgrades and updates
-
-   -  
-
-      L4-L7 services in Shared network
-
-   -  
-
-      Multiple IP ranges and portable IPs
-
--  
-
-   Host and Storage in maintenance mode
-
-Unsupported Functionalities on Hyper-V
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
--  
-
-   Affinity an Anti-Affinity Groups
-
--  
-
-   Network throttling
-
--  
-
-   Security groups (Advanced Zone)
-
--  
-
-   IPv6
-
--  
-
-   Snapshot: VM and disk
-
--  
-
-   PVLAN
-
--  
-
-   VPC
-
--  
-
-   HA of guest VMs
-
--  
-
-   Redundant VR
-
--  
-
-   Object Store
-
--  
-
-   Mixed hypervisor zone
-
--  
-
-   Zone-wide Primary storage
-
--  
-
-   NIC bonding
-
-Enhanced Upgrade for Virtual Routers
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Upgrading VRs is made flexible. The CloudStack administrators will be
-able to control the sequence of the VR upgrades. The sequencing is based
-on Infrastructure hierarchy, such as by Cluster, Pod, or Zone, and
-Administrative hierarchy, such as by Tenant or Domain. This implies, for
-example, that you will have the flexibility to upgrade a VR in a
-specified zone. As an administrator, you can also determine when a
-particular VR can be upgraded within a specified upgrade interval.
-Additionally, upgrade operation is enhanced to increase the upgrade
-speed by allowing as many upgrade operations in parallel as possible.
-During the entire duration of the upgrade, users cannot launch new
-services or make changes to an existing service.
-
-To support this feature, a new API, upgradeRouterTemplate, has been
-introduced.
-
-The detailed instruction is provided in the CloudStack |version| Administration Guide. See section 17.5.5. Enhanced Upgrade for Virtual
-Routers.
-
-Service Monitoring Tool for Virtual Router
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Various services running on the CloudStack virtual routers can be
-monitored by using a Service Monitoring tool. The tool ensures that
-services are successfully running until CloudStack deliberately disables
-them. If a service goes down, the tool automatically performs a restart,
-and if that does not help bringing up the service, an alert as well as
-an event is generated indicating the failure.
-
-The following services are monitored in a VR:
-
--  
-
-   DNS
-
--  
-
-   HA Proxy
-
--  
-
-   SSH
-
--  
-
-   Apache Web Server
-
-Only the services with daemons are monitored.
-
-The following networks are supported:
-
--  
-
-   Isolated Networks
-
--  
-
-   Shared Networks in both Advanced and Basic zone
-
-This feature is supported on the following hypervisors: XenServer,
-VMware, and KVM.
-
-The detailed instruction is provided in the CloudStack |version| Administration Guide. See section 17.5.4. Service Monitoring Tool for
-Virtual Router.
-
-Custom Compute Offering
-~~~~~~~~~~~~~~~~~~~~~~~
-
-CloudStack provides you the flexibility to specify the desired values
-for the number of CPU, CPU speed, and memory while deploying a VM. The
-admin creates a Compute Offering by marking it as custom, and as an
-user, you will be able to customize this dynamic Compute Offering by
-specifying the memory, CPU and root disk at the time of VM creation or
-upgrade.
-
-Custom Compute Offering is same as the normal Compute Offering except
-that the values of the dynamic parameters will be set to zeros in the
-given set of templates. Use this offering to deploy VM by specifying
-custom values for the dynamic parameters. Memory, CPU and number of CPUs
-are considered as dynamic parameters. Dynamic Compute Offerings can be
-used in following cases: deploying a VM, changing the compute offering
-of a stopped VM and running VMs, which is nothing but scaling up. To
-support this feature a new field, Custom, has been added to the Create
-Compute Offering page. If the Custom field is checked, the end-user will
-be able to create a custom Compute Offering by filling in the desired
-values for number of CPU, CPU speed, and memory.
-
-Remote Access VPN for VPC
-~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Support for Remote access VPN in Isolated networks is now extended to
-VPC networks. Remote users will now be able to initiate a VPN connection
-to a VPC network. To enable this feature, enable VPN in the Source NAT
-IP of the VPC.
-
-Site to Site VPN Connection Between VPC Networks
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-CloudStack provides you with the ability to establish a site-to-site VPN
-connection between CloudStack virtual routers. With this functionality,
-users can deploy applications in multiple Availability Zones or VPCs,
-which can communicate with each other by using a secure Site-to-Site VPN
-Tunnel. Creating a typical Site to Site VPN connection between VPC
-networks involves the following:
-
-#. 
-
-   Create two VPCs. For example, VPC A and VPC B.
-
-#. 
-
-   Create VPN gateways on both the VPCs you created.
-
-#. 
-
-   Create VPN customer gateway for both the VPCs.
-
-#. 
-
-   Enable a VPN connection on VPC A in passive mode.
-
-   Ensure that the customer gateway is pointed to VPC B. The VPN
-   connection is shown in the Disconnected state.
-
-#. 
-
-   Enable a VPN connection on VPC B.
-
-   Ensure that the customer gateway is pointed to VPC A. Because virtual
-   router of VPC A, in this case, is in passive mode and is waiting for
-   the virtual router of VPC B to initiate the connection. The virtual
-   router of VPC B should not be in passive mode.
-
-   The VPN connection is shown in the Disconnected state.
-
-   Creating VPN connection on both the VPCs initiates a VPN connection.
-   Wait for few seconds. The default is 30 seconds for both the VPN
-   connections to show the Connected state.
-
-Reporting CPU Sockets
-~~~~~~~~~~~~~~~~~~~~~
-
-CloudStack now provides an additional infrastructure statistics for CPU
-sockets managed by CloudStack, which in turn reflects the size of the
-cloud. The Infrastructure tab has a new tab for sockets. The Socket page
-will give you the number of hosts an sockets used for each hypervisor
-type. This feature is not supported in versions prior to XenServer 6.2.
-
-Database High Availability
-~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-To help ensure high availability of the databases that store the
-internal data for CloudStack, you can set up database replication. This
-covers both the main CloudStack database and the Usage database.
-Replication is achieved using the MySQL connector parameters and two-way
-replication. Tested with MySQL 5.1 and 5.5. Database replication in
-CloudStack is provided using the MySQL replication capabilities. The
-steps to set up replication can be found in the MySQL documentation.
-
-LDAP User Provisioning
-~~~~~~~~~~~~~~~~~~~~~~
-
-LDAP user provisioning has been enhanced by allowing user import from
-the configured LDAP servers. You will be able to add multiple LDAP
-servers and selectively import LDAP users. You can o filter by group
-name and import all the users within a group. After they have been
-imported to CloudStack, in contrast to manually adding them in previous
-releases, users are allowed to directly log in to CloudStack by using
-the LDAP credentials.
-
-Migrating NFS Secondary Storage to Object Store
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-In an existing zone that is using NFS for secondary storage, you can
-upgrade the zone to use a region-wide object storage without causing
-downtime. The existing NFS storage in the zone will be converted to an
-NFS Staging Store. After migration, the data that was on the NFS storage
-remains there. CloudStack does not provide a way to automatically
-migrate all data to the new object storage. The data remaining on the
-old NFS storage will remain accessible for read and delete operations
-only. Newly created snapshots and templates will be placed in the newly
-configured object storage.
-
-VXLAN Plugin Support
-~~~~~~~~~~~~~~~~~~~~
-
-The VXLAN plugin adds VXLAN as one of the guest network isolation
-methods in CloudStack. This plugin enables more than 4096 isolated guest
-networks in a Zone, with almost the same usability as VLAN isolation.
-This plugin provides no network services. Use virtual router for network
-services. This plugin is supported on KVM hypervisors.
-
-Contrail Network Plugin Support
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-The Contrail virtual network controller is an open source project that
-provides an overlay implementation of network virtualization that is
-interoperable with network devices that support existing network
-virtualization standards. Support for the Contrail plugin has been added
-to CloudStack to provide NAT services to the XenServer hosts. The plugin
-supports isolated networks, Static NAT implemented by the VRouter
-dataplane, and Source NAT implemented by using a virtual appliance with
-full NAT functionality.
-
-Publishing Alert Using the Web ROOT Admin API
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-In previous releases of CloudStack code alerts are generated for
-CloudStack services (Usage service) only if they run on the same host as
-the Management Server. A new API has been introduced in |version|, which can
-be used by the following services to generate and publish. The services
-need not be running on the same host where the Management Server is
-running.
-
--  
-
-   Any new services added to CloudStack.
-
--  
-
-   Usage service when run on a separate storage host.
-
--  
-
-   Console Proxy and Secondary Storage VM services.
-
-The main advantage of this feature is that the third party systems
-integrating with CloudStack will be able to utilize the Alert
-notification system publish alerts.
-
-Support for Palo Alto Firewall Service
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-CloudStack supports Palo Alto firewall services. Use the Create Network
-Offering dialog to create an offering which has the Palo Alto firewall
-services. What is not supported and not supported are given below:
-
-Supported Functionalities
-^^^^^^^^^^^^^^^^^^^^^^^^^
-
--  
-
-   Advanced Network
-
--  
-
-   Parallel deployment with hardware Load balancer
-
--  
-
-   Virtual Palo Alto firewall.
-
--  
-
-   Communication layer with Palo Alto APIs.
-
--  
-
-   Mapping of CloudStack APIs to corresponding Palo Alto APIs.
-
--  
-
-   Connectivity status of the firewall service on the CloudStack UI.
-
-Unsupported Functionalities
-^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
--  
-
-   Inline deployment with hardware Load balancer
-
--  
-
-   Firewall between VLANs within an advanced network
-
--  
-
-   Firewall between VM instances
-
-For more information, see `Palo Alto Firewall
-Integration <https://cwiki.apache.org/confluence/display/CLOUDSTACK/Palo+Alto+Firewall+Integration>`__.
-
-Root Volume Metering
-~~~~~~~~~~~~~~~~~~~~
-
-CloudStack supports recording usage events as per the dynamically
-assigned resources. Usage events are registered when a VM is created
-from dynamic service offering, and the values of parameters, such as
-CPU, speed, RAM are recorded. If VM is deployed by using template and
-dynamic root disk size is mentioned, the same value is recorded in the
-usage event.
-
-Support for SSL Termination
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-SSL Offloading allows load balancers to handle encryption and decryption
-of HTTP(s) traffic giving plain text HTTP to the back end servers
-freeing them from the resource intensive task of handling encryption and
-decryption. Supported for Citrix NetScaler.
-
-Support for Pluggable VM Snapshots
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-CloudStack implements a plugin to integrate a third-party storage
-provider. Third party storage providers can integrate with CloudStack to
-provide either primary storage or secondary storage. The user enables a
-storage plugin through the UI. A new dialog box choice is offered to
-select the storage provider. Depending on which provider is selected,
-additional input fields may appear so that the user can provide the
-additional details required by that provider, such as a user name and
-password for a third-party storage account.
-
-Enhanced CloudStack UI
-~~~~~~~~~~~~~~~~~~~~~~
-
-A complete UI makeover is implemented to enhance the usability and user
-experience in modern browsers. The visual look-and-feel has been changed
-for the Header, Navigation, Buttons, text fields, drop-downs, tables and
-so on. Consistent color themes has been introduced to match with the
-Apache branding.
-
-The current UI flow remains the same.
-
-Depreciation of realhostip.com DNS and SSL certificate
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-The realhostip.com dynamic DNS resolution service is being retired this
-summer. In advance of that, CloudStack |version| no longer uses realhostip.com
-DNS domains or SSL certificates to encrypt Console Proxy or file copy
-communications.
-
-Issues Fixed in |release|
--------------------------
-
-Apache CloudStack uses `Jira <https://issues.apache.org/jira/browse/CLOUDSTACK>`_ to track its
-issues. All new features and bugs for |release| have been tracked in Jira, and have a standard naming convention of "CLOUDSTACK-NNNN" where "NNNN" is the issue number.
-
-.. include:: fixed_issues.rst
-
-Known Issues in |release|
--------------------------
-
-Apache CloudStack uses
-`Jira <https://issues.apache.org/jira/browse/CLOUDSTACK>`_ to track its issues. All new features and bugs for |release| have been tracked in Jira, and have a standard naming convention of "CLOUDSTACK-NNNN" where "NNNN" is the issue number.
-
-.. include:: known_issues.rst
 

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/6482ca15/source/fixed_issues.rst
----------------------------------------------------------------------
diff --git a/source/fixed_issues.rst b/source/fixed_issues.rst
index b19d305..d4ee54c 100644
--- a/source/fixed_issues.rst
+++ b/source/fixed_issues.rst
@@ -1,33 +1,106 @@
+Issues Fixed in |release|
+-------------------------
+
+Apache CloudStack uses `Jira <https://issues.apache.org/jira/browse/CLOUDSTACK>`_ to track its
+issues. All new features and bugs for |release| have been tracked in Jira, and have a standard naming convention of "CLOUDSTACK-NNNN" where "NNNN" is the issue number.
+
 For the list of issues fixed, see `Issues Fixed in <https://issues.apache.org/jira/issues/?filter=12327096>`_ |release|.
 
 ==========================================================================  ===================================================================================
 Bug ID                                                                      Description
 ==========================================================================  ===================================================================================
-`CLOUDSTACK-5012 <https://issues.apache.org/jira/browse/CLOUDSTACK-5012>`_  Bad data inserted into physical network labels for Zone Create Wizard using VMWa...
-`CLOUDSTACK-5356 <https://issues.apache.org/jira/browse/CLOUDSTACK-5356>`_  Xenserver - Failed to create snapshot when secondary store was made unavaibale f...
-`CLOUDSTACK-5357 <https://issues.apache.org/jira/browse/CLOUDSTACK-5357>`_  Xenserver - Failed to create snapshot due to "unable to destroy task(com.xe nsou...
-`CLOUDSTACK-5358 <https://issues.apache.org/jira/browse/CLOUDSTACK-5358>`_  API: synchronization on the object is broken...
-`CLOUDSTACK-5372 <https://issues.apache.org/jira/browse/CLOUDSTACK-5372>`_  Xenserver - SR not being recreated when the Primary storage is brought down and ...
-`CLOUDSTACK-5429 <https://issues.apache.org/jira/browse/CLOUDSTACK-5429>`_  KVM - Primary store down/Network Failure - Hosts attempt to reboot becasue of pr...
-`CLOUDSTACK-5469 <https://issues.apache.org/jira/browse/CLOUDSTACK-5469>`_  Snapshot creation fails with following exception - "Failed to backup snapshot: q...
-`CLOUDSTACK-5485 <https://issues.apache.org/jira/browse/CLOUDSTACK-5485>`_  Vmware - Whe 10 hourly snapshots are scheduled at the same time , we see only 5 ...
+`CLOUDSTACK-6646 <https://issues.apache.org/jira/browse/CLOUDSTACK-6646>`_  Conntrackd is started on non-redundant virtual router...
+`CLOUDSTACK-6578 <https://issues.apache.org/jira/browse/CLOUDSTACK-6578>`_  DeleteRemoteAccessVpnCmd failed block enable Remote VPN access again on the IP a...
+`CLOUDSTACK-6577 <https://issues.apache.org/jira/browse/CLOUDSTACK-6577>`_  Disable service monitoring in RVR...
+`CLOUDSTACK-6509 <https://issues.apache.org/jira/browse/CLOUDSTACK-6509>`_  Cannot import multiple LDAP/AD users into a cloudstack account...
+`CLOUDSTACK-6478 <https://issues.apache.org/jira/browse/CLOUDSTACK-6478>`_  Failed to download Template when having 3 SSVM's in one zone on Vmware...
+`CLOUDSTACK-6471 <https://issues.apache.org/jira/browse/CLOUDSTACK-6471>`_  Add logs to better diagnose failures and errors in LDAP AD integration...
+`CLOUDSTACK-6396 <https://issues.apache.org/jira/browse/CLOUDSTACK-6396>`_  KVM RBD Volumes shown as OVM, prevents snapshots...
+`CLOUDSTACK-6376 <https://issues.apache.org/jira/browse/CLOUDSTACK-6376>`_  listnetworkacls api when called with a networkid of a network which was created ...
+`CLOUDSTACK-6374 <https://issues.apache.org/jira/browse/CLOUDSTACK-6374>`_  LB rules added while router reqiuires upgrade should be removed from lb vm map...
+`CLOUDSTACK-6371 <https://issues.apache.org/jira/browse/CLOUDSTACK-6371>`_  KVM - secondary_storage count for account does not get incremted when snapshots ...
+`CLOUDSTACK-6360 <https://issues.apache.org/jira/browse/CLOUDSTACK-6360>`_  Usage server failed to start with 4.4 build...
+`CLOUDSTACK-6317 <https://issues.apache.org/jira/browse/CLOUDSTACK-6317>`_  [VMware] Tagged VLAN support broken for Management/Control/Storage traffic...
+`CLOUDSTACK-6299 <https://issues.apache.org/jira/browse/CLOUDSTACK-6299>`_  GetVMPassword decypher instructions are wrong...
+`CLOUDSTACK-6289 <https://issues.apache.org/jira/browse/CLOUDSTACK-6289>`_  [Hyper-V] Storage migration failing in case of hyper-v if there are multiple dis...
+`CLOUDSTACK-6288 <https://issues.apache.org/jira/browse/CLOUDSTACK-6288>`_  [Hyper-v] Change default ImageFormat to vhdx for hyper-v and allow registration ...
+`CLOUDSTACK-6285 <https://issues.apache.org/jira/browse/CLOUDSTACK-6285>`_  Some passwords in the VR would be cleared out by accident due to falsely match i...
+`CLOUDSTACK-6277 <https://issues.apache.org/jira/browse/CLOUDSTACK-6277>`_  Fail to add instance, the Network and Review steps display as blank pages....
+`CLOUDSTACK-6269 <https://issues.apache.org/jira/browse/CLOUDSTACK-6269>`_  [Simulator]: Exception "Unable to send command. Upgrade in progress. Please cont...
+`CLOUDSTACK-6245 <https://issues.apache.org/jira/browse/CLOUDSTACK-6245>`_  Security group rules on hypervisor host are lagging behind rules in DB...
+`CLOUDSTACK-6236 <https://issues.apache.org/jira/browse/CLOUDSTACK-6236>`_  Negative ref_cnt of template(snapshot/volume)_store_ref results in out-of-range ...
+`CLOUDSTACK-6232 <https://issues.apache.org/jira/browse/CLOUDSTACK-6232>`_  isolated network can no longer reserve ip range...
+`CLOUDSTACK-6231 <https://issues.apache.org/jira/browse/CLOUDSTACK-6231>`_  Cloudstack createNetworkACL cuts cidrlist at 256 characters...
+`CLOUDSTACK-6227 <https://issues.apache.org/jira/browse/CLOUDSTACK-6227>`_  Add copy-paste support for detail view fields...
+`CLOUDSTACK-6211 <https://issues.apache.org/jira/browse/CLOUDSTACK-6211>`_  Xenserver - HA - SSVM fails to start due to running out of management Ip ranges ...
+`CLOUDSTACK-6210 <https://issues.apache.org/jira/browse/CLOUDSTACK-6210>`_  LDAP:listLdapUsers api throws exception when we click on "Add LDAP Account" ...
+`CLOUDSTACK-6196 <https://issues.apache.org/jira/browse/CLOUDSTACK-6196>`_  Fixed invalid field name (label.dynamically.scalable) on instance details....
+`CLOUDSTACK-6187 <https://issues.apache.org/jira/browse/CLOUDSTACK-6187>`_  Migrate router from UI is showing error...
+`CLOUDSTACK-6183 <https://issues.apache.org/jira/browse/CLOUDSTACK-6183>`_  Unplug the nic when all the ips of public subnet is released...
+`CLOUDSTACK-6172 <https://issues.apache.org/jira/browse/CLOUDSTACK-6172>`_  Volume is not retaining same uuid when migrating from one storage to another....
+`CLOUDSTACK-6159 <https://issues.apache.org/jira/browse/CLOUDSTACK-6159>`_  [Hyper-v]Attached data volumes are getting created with disk name in primary sto...
+`CLOUDSTACK-6151 <https://issues.apache.org/jira/browse/CLOUDSTACK-6151>`_  Local data disk with tag goes to the wrong local storage pool...
+`CLOUDSTACK-6124 <https://issues.apache.org/jira/browse/CLOUDSTACK-6124>`_  During MS maintenance unfinished work items are not cleaned up resulting in them...
+`CLOUDSTACK-6103 <https://issues.apache.org/jira/browse/CLOUDSTACK-6103>`_  vms with isos attached don't migrate...
+`CLOUDSTACK-6062 <https://issues.apache.org/jira/browse/CLOUDSTACK-6062>`_  nic device ids for routers don't always correspond...
+`CLOUDSTACK-6032 <https://issues.apache.org/jira/browse/CLOUDSTACK-6032>`_  [VmScaleup]service offering id is not getting changed in usage_vm_instance table...
+`CLOUDSTACK-6024 <https://issues.apache.org/jira/browse/CLOUDSTACK-6024>`_  template copy to primary storage uses a random source secstorage from any zone...
+`CLOUDSTACK-6011 <https://issues.apache.org/jira/browse/CLOUDSTACK-6011>`_  NPE when detach is called on a deleted volume...
+`CLOUDSTACK-6000 <https://issues.apache.org/jira/browse/CLOUDSTACK-6000>`_  Volume lifecycle, stuck in expunging...
+`CLOUDSTACK-5998 <https://issues.apache.org/jira/browse/CLOUDSTACK-5998>`_  [AWSAPI] describe addresses call returns a fault with "domain cannot be null!!"...
+`CLOUDSTACK-5995 <https://issues.apache.org/jira/browse/CLOUDSTACK-5995>`_  change service offering is not honouring host tags ...
+`CLOUDSTACK-5993 <https://issues.apache.org/jira/browse/CLOUDSTACK-5993>`_  Cloud agent fails to start on 32-bit system vms (cpvm and ssvm) created with 4GB...
+`CLOUDSTACK-5989 <https://issues.apache.org/jira/browse/CLOUDSTACK-5989>`_  Trying to start a vm while 'vm snapshot' is in progress results in inconsistency...
+`CLOUDSTACK-5976 <https://issues.apache.org/jira/browse/CLOUDSTACK-5976>`_  [upgrade]Typo in "ssh_keypairs" table's foreign key constraints on the Upgraded ...
+`CLOUDSTACK-5965 <https://issues.apache.org/jira/browse/CLOUDSTACK-5965>`_  VM displayname is not returned by API...
+`CLOUDSTACK-5962 <https://issues.apache.org/jira/browse/CLOUDSTACK-5962>`_  Value of Global parameter "custom.diskoffering.size.min" is not reflected in UI ...
+`CLOUDSTACK-5961 <https://issues.apache.org/jira/browse/CLOUDSTACK-5961>`_  CLONE - API: synchronization on the object is broken...
+`CLOUDSTACK-5960 <https://issues.apache.org/jira/browse/CLOUDSTACK-5960>`_  Domain admin or user cannot register a template using S3/Swift object store...
+`CLOUDSTACK-5936 <https://issues.apache.org/jira/browse/CLOUDSTACK-5936>`_  Hyper-V agent should log to windows event viewer...
+`CLOUDSTACK-5929 <https://issues.apache.org/jira/browse/CLOUDSTACK-5929>`_  [VM Sync] - Vmware - Even when starting Vm fails, startVirtualMachine async job ...
+`CLOUDSTACK-5928 <https://issues.apache.org/jira/browse/CLOUDSTACK-5928>`_  [VM Sync] - Vmware - When a Vm is "suspended" from outside of CloudStack , this ...
+`CLOUDSTACK-5915 <https://issues.apache.org/jira/browse/CLOUDSTACK-5915>`_   [AWSAPI] Instance launch is inconsistent if there are deleted service offerings...
+`CLOUDSTACK-5891 <https://issues.apache.org/jira/browse/CLOUDSTACK-5891>`_  [VMware] Template detail cpu.corespersocket's value is not honoured...
+`CLOUDSTACK-5870 <https://issues.apache.org/jira/browse/CLOUDSTACK-5870>`_  API support for retrieving UserData...
+`CLOUDSTACK-5865 <https://issues.apache.org/jira/browse/CLOUDSTACK-5865>`_  Unable to use login API if domainId parameter is id and not uuid...
+`CLOUDSTACK-5839 <https://issues.apache.org/jira/browse/CLOUDSTACK-5839>`_  listNetworkServiceProviders API doesn't return several parameters defined in the...
+`CLOUDSTACK-5826 <https://issues.apache.org/jira/browse/CLOUDSTACK-5826>`_  createPod: passing invalid gateway/netmask to the call causes infinite loop exec...
+`CLOUDSTACK-5821 <https://issues.apache.org/jira/browse/CLOUDSTACK-5821>`_  systemvmiso is locked by systevmvm in hyperv...
+`CLOUDSTACK-5812 <https://issues.apache.org/jira/browse/CLOUDSTACK-5812>`_  Secondary ip allocation in Basic zone - the pod is not respected...
+`CLOUDSTACK-5810 <https://issues.apache.org/jira/browse/CLOUDSTACK-5810>`_  addIpToNic: the owner of the secondary ip should be derived from vmInstance obje...
+`CLOUDSTACK-5785 <https://issues.apache.org/jira/browse/CLOUDSTACK-5785>`_  VM display name cell not updated upon detaching volume from VM...
+`CLOUDSTACK-5770 <https://issues.apache.org/jira/browse/CLOUDSTACK-5770>`_  [Automation] Unexpected Exception while executing DeployVMCmd: StreamCorruptedEx...
+`CLOUDSTACK-5765 <https://issues.apache.org/jira/browse/CLOUDSTACK-5765>`_  [Automation] scale vm failed with error "Unable to serialize"...
+`CLOUDSTACK-5731 <https://issues.apache.org/jira/browse/CLOUDSTACK-5731>`_  [Automation] VM deployment failed with ConcurrentOperationException in vmware...
+`CLOUDSTACK-5729 <https://issues.apache.org/jira/browse/CLOUDSTACK-5729>`_  [Automation]Deletion of a Account reported Success inspite of VM Expunge Failure...
+`CLOUDSTACK-5728 <https://issues.apache.org/jira/browse/CLOUDSTACK-5728>`_  [Automation] ReplaceNetworkACLListCmd command failing with NPE...
+`CLOUDSTACK-5727 <https://issues.apache.org/jira/browse/CLOUDSTACK-5727>`_  [Automation] Inspite of VM Deployment Failure, the job reports success...
+`CLOUDSTACK-5712 <https://issues.apache.org/jira/browse/CLOUDSTACK-5712>`_  [Automation] Failed to stop vm during vm destroy command, observed the error "Un...
+`CLOUDSTACK-5696 <https://issues.apache.org/jira/browse/CLOUDSTACK-5696>`_  [Vmsync]- Stopped state of VM is not synced to CS when VM is stopped outside of ...
+`CLOUDSTACK-5688 <https://issues.apache.org/jira/browse/CLOUDSTACK-5688>`_  NPE when the KVM host is rebooted  on the upgraded environment...
+`CLOUDSTACK-5685 <https://issues.apache.org/jira/browse/CLOUDSTACK-5685>`_  [Vmsync] - When VR is rebooted outside of cloudstack , there is no change in sta...
+`CLOUDSTACK-5678 <https://issues.apache.org/jira/browse/CLOUDSTACK-5678>`_  Cold Storage migration is failing...
+`CLOUDSTACK-5660 <https://issues.apache.org/jira/browse/CLOUDSTACK-5660>`_  Migrate vm live migration succeeds but throws error as ""Failed to migrate the s...
+`CLOUDSTACK-5632 <https://issues.apache.org/jira/browse/CLOUDSTACK-5632>`_  [Automation] XenServer - Template deletion fails with error "Please specify a te...
+`CLOUDSTACK-5597 <https://issues.apache.org/jira/browse/CLOUDSTACK-5597>`_  attachVolume shouldn't create the volume on the primary storage if the vm's root...
+`CLOUDSTACK-5577 <https://issues.apache.org/jira/browse/CLOUDSTACK-5577>`_  Remote Access VPN and S2S VPN should be treated as two seperate services for Net...
+`CLOUDSTACK-5575 <https://issues.apache.org/jira/browse/CLOUDSTACK-5575>`_  Remote Access VPN and S2S VPN should be treated as two seperate services on VPC...
+`CLOUDSTACK-5505 <https://issues.apache.org/jira/browse/CLOUDSTACK-5505>`_  [Automation] Private gateway not getting programmed in VPC router ...
 `CLOUDSTACK-5501 <https://issues.apache.org/jira/browse/CLOUDSTACK-5501>`_  Unable to create more than one vpnConnection per vpn customer gateway...
-`CLOUDSTACK-5582 <https://issues.apache.org/jira/browse/CLOUDSTACK-5582>`_  kvm - HA is not triggered when host is powered down since the host gets into "Di...
-`CLOUDSTACK-5736 <https://issues.apache.org/jira/browse/CLOUDSTACK-5736>`_  KVM - Recurring Snapshots - Snapshots reported as being in "BackedUp" state even...
-`CLOUDSTACK-5738 <https://issues.apache.org/jira/browse/CLOUDSTACK-5738>`_  Recurring Snapshots - Few Snapshots are stuck in "Creating" state for more than ...
-`CLOUDSTACK-5806 <https://issues.apache.org/jira/browse/CLOUDSTACK-5806>`_  Storage types other than NFS/VMFS can't overprovision...
-`CLOUDSTACK-5899 <https://issues.apache.org/jira/browse/CLOUDSTACK-5899>`_  Contrail:MS: Exceptions in MS logs on a fresh install,  syncDomain java.lang.Nul...
-`CLOUDSTACK-6036 <https://issues.apache.org/jira/browse/CLOUDSTACK-6036>`_   CloudStack stops the machine for no reason...
-`CLOUDSTACK-6084 <https://issues.apache.org/jira/browse/CLOUDSTACK-6084>`_  [Automation] Failed to create private gateway...
-`CLOUDSTACK-6086 <https://issues.apache.org/jira/browse/CLOUDSTACK-6086>`_  [Automation] Failed to restart network...
-`CLOUDSTACK-6333 <https://issues.apache.org/jira/browse/CLOUDSTACK-6333>`_  [Automation] NPE observed while deleting account...
-`CLOUDSTACK-6379 <https://issues.apache.org/jira/browse/CLOUDSTACK-6379>`_  UI:MS: Unable to create a user type Admin under a domain; No API being fired...
-`CLOUDSTACK-6405 <https://issues.apache.org/jira/browse/CLOUDSTACK-6405>`_  Observed SQL exceptions during db upgrade from 4.0.0 to 4.4.0...
-`CLOUDSTACK-6437 <https://issues.apache.org/jira/browse/CLOUDSTACK-6437>`_  Ability to differentiate user and system guest OS and mappings...
-`CLOUDSTACK-6453 <https://issues.apache.org/jira/browse/CLOUDSTACK-6453>`_  [GPU] Windows 2012 Server instance created with vGPU offering is not coming up a...
-`CLOUDSTACK-6459 <https://issues.apache.org/jira/browse/CLOUDSTACK-6459>`_  Unable to enable maintenance mode on a Primary storage that crashed...
-`CLOUDSTACK-6465 <https://issues.apache.org/jira/browse/CLOUDSTACK-6465>`_  vmware.reserve.mem is missing from cluster level settings ...
-`CLOUDSTACK-6476 <https://issues.apache.org/jira/browse/CLOUDSTACK-6476>`_  Basic Zone with Multiple Pods Setup: DHCP server doesnt get deployed in the pod ...
-`CLOUDSTACK-6575 <https://issues.apache.org/jira/browse/CLOUDSTACK-6575>`_  Deploy VM failed with NPE while using custom compute offering ...
-`CLOUDSTACK-6594 <https://issues.apache.org/jira/browse/CLOUDSTACK-6594>`_  [Automation] Observed many DB Exception while starting MS "Can't DROP 'last_sent...
+`CLOUDSTACK-5496 <https://issues.apache.org/jira/browse/CLOUDSTACK-5496>`_  Account included in ActionEvents is Project Account ID...
+`CLOUDSTACK-5463 <https://issues.apache.org/jira/browse/CLOUDSTACK-5463>`_  Hyper-V does not report stopped VMs...
+`CLOUDSTACK-5419 <https://issues.apache.org/jira/browse/CLOUDSTACK-5419>`_  missing parameters in configuration table and to remove unused parameters...
+`CLOUDSTACK-5262 <https://issues.apache.org/jira/browse/CLOUDSTACK-5262>`_  Few of  the snapshot creation from ROOT volume fails when there are concurrent s...
+`CLOUDSTACK-5220 <https://issues.apache.org/jira/browse/CLOUDSTACK-5220>`_  NullPointerException when invalid zone is passed into UsageEventUtils...
+`CLOUDSTACK-5062 <https://issues.apache.org/jira/browse/CLOUDSTACK-5062>`_  Deleting Load Balancing Rule fails when generating usage events are enabled...
+`CLOUDSTACK-4744 <https://issues.apache.org/jira/browse/CLOUDSTACK-4744>`_  updateVolume needs more changes in the context of "Ability to have better contro...
+`CLOUDSTACK-4652 <https://issues.apache.org/jira/browse/CLOUDSTACK-4652>`_  ceph:UI:Noticed 2 records for same volume after migrating instance from one prim...
+`CLOUDSTACK-4639 <https://issues.apache.org/jira/browse/CLOUDSTACK-4639>`_  status of VM is not synced properly when host is HA  during hypervisor failure...
+`CLOUDSTACK-4557 <https://issues.apache.org/jira/browse/CLOUDSTACK-4557>`_  ceph:Performance:first time operstions taking more time...
+`CLOUDSTACK-4549 <https://issues.apache.org/jira/browse/CLOUDSTACK-4549>`_  ceph:deployvm from template created from snapshot is failing...
+`CLOUDSTACK-4292 <https://issues.apache.org/jira/browse/CLOUDSTACK-4292>`_  ceph:destroyedvm failed with ArrayIndexexception while expunging...
+`CLOUDSTACK-4126 <https://issues.apache.org/jira/browse/CLOUDSTACK-4126>`_  EN:  Typo error after click "Migrate instance to another host" button under inst...
+`CLOUDSTACK-2932 <https://issues.apache.org/jira/browse/CLOUDSTACK-2932>`_  Allow deleting of snapshots that have errored out....
+`CLOUDSTACK-2714 <https://issues.apache.org/jira/browse/CLOUDSTACK-2714>`_  Setting tab should not be visible for user accounts ...
+`CLOUDSTACK-2031 <https://issues.apache.org/jira/browse/CLOUDSTACK-2031>`_  [mipn] support for number of ips per nic limit needs to be added for the multipl...
 ==========================================================================  ===================================================================================
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/6482ca15/source/global.rst
----------------------------------------------------------------------
diff --git a/source/global.rst b/source/global.rst
index 2f5fce1..b094583 100644
--- a/source/global.rst
+++ b/source/global.rst
@@ -13,7 +13,7 @@
    specific language governing permissions and limitations
    under the License.
    
-.. This file contain Variables shared across files in this project
+.. This file contain Variables shared across .rst files in this project
 
 .. _CloudStack Installation Guide: http://docs.cloudstack.apache.org/projects/cloudstack-installation
 .. _CloudStack Administrator's Guide: http://docs.cloudstack.apache.org/projects/cloudstack-administration

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/6482ca15/source/index.rst
----------------------------------------------------------------------
diff --git a/source/index.rst b/source/index.rst
index a3a2b05..02b9638 100644
--- a/source/index.rst
+++ b/source/index.rst
@@ -36,21 +36,10 @@ Contents:
    :maxdepth: 2
 
    about
-   
-.. toctree::
-   :maxdepth: 2
-
+   fixed_issues
    compat
-      
-.. toctree::
-   :maxdepth: 2
-
    rnotes
-   
-.. toctree::
-   :maxdepth: 2
-
    api-changes
-   
+   known_issues   
 
-.. include:: global.rst
+.. include:: global.rst
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/6482ca15/source/known_issues.rst
----------------------------------------------------------------------
diff --git a/source/known_issues.rst b/source/known_issues.rst
index d90faa7..447fb8b 100644
--- a/source/known_issues.rst
+++ b/source/known_issues.rst
@@ -1,23 +1,27 @@
-For the list of known issues, see `Known Issues in <https://issues.apache.org/jira/issues/?filter=12326162>`_ |release|.
+Known Issues in |release|
+-------------------------
+
+Apache CloudStack uses `Jira <https://issues.apache.org/jira/browse/CLOUDSTACK>`_ to track its issues. All new features and bugs for |release| have been tracked in Jira, and have a standard naming convention of "CLOUDSTACK-NNNN" where "NNNN" is the issue number.
+
+For the list of known issues, see `Known Issues in <https://issues.apache.org/jira/issues/?filter=12327097>`_ |release|.
 
 ==========================================================================  ===================================================================================
 Bug ID                                                                      Description
 ==========================================================================  ===================================================================================
-`CLOUDSTACK-6130 <https://issues.apache.org/jira/browse/CLOUDSTACK-6130>`_  [Automation] listPublicAdress is failing ...
 `CLOUDSTACK-6444 <https://issues.apache.org/jira/browse/CLOUDSTACK-6444>`_  [Automation] test_01_primary_storage_iscsi  failed on "test_primary_storage.py" ...
-`CLOUDSTACK-6544 <https://issues.apache.org/jira/browse/CLOUDSTACK-6544>`_  [Automation] Failed to create template for ROOT volume in Xen, with Exception: c...
 `CLOUDSTACK-6547 <https://issues.apache.org/jira/browse/CLOUDSTACK-6547>`_  [Automation] Failed to download volume in Xen with error "Failed to copy the vol...
-`CLOUDSTACK-6548 <https://issues.apache.org/jira/browse/CLOUDSTACK-6548>`_  [Automation] createPrivateNetwork API failed with NullPointer exception ...
-`CLOUDSTACK-6551 <https://issues.apache.org/jira/browse/CLOUDSTACK-6551>`_  [Automation] Failed to revert vm snapshot in xen ...
 `CLOUDSTACK-6572 <https://issues.apache.org/jira/browse/CLOUDSTACK-6572>`_  [Hyper-V] Deploy VM inside VPC tier fails due to VR unable to find nic...
-`CLOUDSTACK-6573 <https://issues.apache.org/jira/browse/CLOUDSTACK-6573>`_  Multiple exceptions after upgrading from 4.3 to 4.4...
-`CLOUDSTACK-6582 <https://issues.apache.org/jira/browse/CLOUDSTACK-6582>`_  Listing acl list rules are failed with exception Unknown column 'network_acl_ite...
 `CLOUDSTACK-6599 <https://issues.apache.org/jira/browse/CLOUDSTACK-6599>`_  Template/Volume URLs expiration functionality not working...
+`CLOUDSTACK-6602 <https://issues.apache.org/jira/browse/CLOUDSTACK-6602>`_  [UI] createNetworkACL API action param value passed incorrectly...
+`CLOUDSTACK-6603 <https://issues.apache.org/jira/browse/CLOUDSTACK-6603>`_  [Upgrade]DB Exception while Autoscale monitoring after upgrading from 4.3 to 4.4...
+`CLOUDSTACK-6604 <https://issues.apache.org/jira/browse/CLOUDSTACK-6604>`_  [Upgrade]"Failed to find any private zone for Resource domain admin"  message wh...
+`CLOUDSTACK-6623 <https://issues.apache.org/jira/browse/CLOUDSTACK-6623>`_  Register template does not work as expected, when deploying simulator and xen zo...
+`CLOUDSTACK-6644 <https://issues.apache.org/jira/browse/CLOUDSTACK-6644>`_  Unable to attach Volume to a VM as a System User...
 `CLOUDSTACK-3968 <https://issues.apache.org/jira/browse/CLOUDSTACK-3968>`_  [VMWAREDVS] Distributed Portgroups are not deleted when guest networks are remov...
 `CLOUDSTACK-4247 <https://issues.apache.org/jira/browse/CLOUDSTACK-4247>`_  [VMWARE]Network read/write statistics is zero always...
 `CLOUDSTACK-4492 <https://issues.apache.org/jira/browse/CLOUDSTACK-4492>`_  [object_store_ref] Attaching volume to a vm is failing after upgrade if the volu...
 `CLOUDSTACK-4578 <https://issues.apache.org/jira/browse/CLOUDSTACK-4578>`_  [vmware]SSVM is not getting created if one host down from a cluster...
-`CLOUDSTACK-4593 <https://issues.apache.org/jira/browse/CLOUDSTACK-4593>`_  [VMWARE] [Upgrade]Livestorage Migration & VM Snapshot features are not fully fu...
+`CLOUDSTACK-4593 <https://issues.apache.org/jira/browse/CLOUDSTACK-4593>`_   [VMWARE] [Upgrade]Livestorage Migration & VM Snapshot features are not fully fu...
 `CLOUDSTACK-4912 <https://issues.apache.org/jira/browse/CLOUDSTACK-4912>`_  API docs are missing some APIs...
 `CLOUDSTACK-5005 <https://issues.apache.org/jira/browse/CLOUDSTACK-5005>`_  issue with stopping vms parallelly ...
 `CLOUDSTACK-5012 <https://issues.apache.org/jira/browse/CLOUDSTACK-5012>`_  Bad data inserted into physical network labels for Zone Create Wizard using VMWa...
@@ -29,7 +33,6 @@ Bug ID                                                                      Desc
 `CLOUDSTACK-5429 <https://issues.apache.org/jira/browse/CLOUDSTACK-5429>`_  KVM - Primary store down/Network Failure - Hosts attempt to reboot becasue of pr...
 `CLOUDSTACK-5469 <https://issues.apache.org/jira/browse/CLOUDSTACK-5469>`_  Snapshot creation fails with following exception - "Failed to backup snapshot: q...
 `CLOUDSTACK-5485 <https://issues.apache.org/jira/browse/CLOUDSTACK-5485>`_  Vmware - Whe 10 hourly snapshots are scheduled at the same time , we see only 5 ...
-`CLOUDSTACK-5501 <https://issues.apache.org/jira/browse/CLOUDSTACK-5501>`_  Unable to create more than one vpnConnection per vpn customer gateway...
 `CLOUDSTACK-5582 <https://issues.apache.org/jira/browse/CLOUDSTACK-5582>`_  kvm - HA is not triggered when host is powered down since the host gets into "Di...
 `CLOUDSTACK-5736 <https://issues.apache.org/jira/browse/CLOUDSTACK-5736>`_  KVM - Recurring Snapshots - Snapshots reported as being in "BackedUp" state even...
 `CLOUDSTACK-5738 <https://issues.apache.org/jira/browse/CLOUDSTACK-5738>`_  Recurring Snapshots - Few Snapshots are stuck in "Creating" state for more than ...
@@ -40,39 +43,37 @@ Bug ID                                                                      Desc
 `CLOUDSTACK-6051 <https://issues.apache.org/jira/browse/CLOUDSTACK-6051>`_  VR Rolling upgrade: Make the numbers of Routers parallely being upgraded as conf...
 `CLOUDSTACK-6063 <https://issues.apache.org/jira/browse/CLOUDSTACK-6063>`_  CLONE - Non windows instances are created on XenServer with a vcpu-max above sup...
 `CLOUDSTACK-6084 <https://issues.apache.org/jira/browse/CLOUDSTACK-6084>`_  [Automation] Failed to create private gateway...
-`CLOUDSTACK-6086 <https://issues.apache.org/jira/browse/CLOUDSTACK-6086>`_  [Automation] Failed to restart network...
 `CLOUDSTACK-6177 <https://issues.apache.org/jira/browse/CLOUDSTACK-6177>`_  CS does XS master switch, which may cause weid XS behavior...
 `CLOUDSTACK-6241 <https://issues.apache.org/jira/browse/CLOUDSTACK-6241>`_  Dnsmasq programming error when deploy IPv6 and IPv4 in one VM with IPv4 as defau...
 `CLOUDSTACK-6308 <https://issues.apache.org/jira/browse/CLOUDSTACK-6308>`_  when executing createNetwork as ROOT for a subdomain/account it checks for netwo...
 `CLOUDSTACK-6333 <https://issues.apache.org/jira/browse/CLOUDSTACK-6333>`_  [Automation] NPE observed while deleting account...
-`CLOUDSTACK-6360 <https://issues.apache.org/jira/browse/CLOUDSTACK-6360>`_  Usage server failed to start with 4.4 build...
-`CLOUDSTACK-6361 <https://issues.apache.org/jira/browse/CLOUDSTACK-6361>`_  Mysql connector jar is not available in usage server classpath...
-`CLOUDSTACK-6379 <https://issues.apache.org/jira/browse/CLOUDSTACK-6379>`_  UI:MS: Unable to create a user type Admin under a domain; No API being fired...
 `CLOUDSTACK-6392 <https://issues.apache.org/jira/browse/CLOUDSTACK-6392>`_  system template always create with name "master" instead of specific branch...
 `CLOUDSTACK-6405 <https://issues.apache.org/jira/browse/CLOUDSTACK-6405>`_  Observed SQL exceptions during db upgrade from 4.0.0 to 4.4.0...
 `CLOUDSTACK-6430 <https://issues.apache.org/jira/browse/CLOUDSTACK-6430>`_  [SDN] CS asks for vlan range even we create physical network with GRE isolation ...
-`CLOUDSTACK-6437 <https://issues.apache.org/jira/browse/CLOUDSTACK-6437>`_  Ability to differentiate user and system guest OS and mappings...
 `CLOUDSTACK-6453 <https://issues.apache.org/jira/browse/CLOUDSTACK-6453>`_  [GPU] Windows 2012 Server instance created with vGPU offering is not coming up a...
 `CLOUDSTACK-6459 <https://issues.apache.org/jira/browse/CLOUDSTACK-6459>`_  Unable to enable maintenance mode on a Primary storage that crashed...
 `CLOUDSTACK-6465 <https://issues.apache.org/jira/browse/CLOUDSTACK-6465>`_  vmware.reserve.mem is missing from cluster level settings ...
 `CLOUDSTACK-6476 <https://issues.apache.org/jira/browse/CLOUDSTACK-6476>`_  Basic Zone with Multiple Pods Setup: DHCP server doesnt get deployed in the pod ...
+`CLOUDSTACK-6485 <https://issues.apache.org/jira/browse/CLOUDSTACK-6485>`_  [vpc] new private gateway network is registered wrong in network table...
 `CLOUDSTACK-6496 <https://issues.apache.org/jira/browse/CLOUDSTACK-6496>`_  addHost fails for XenServer with vSwitch networking...
 `CLOUDSTACK-6518 <https://issues.apache.org/jira/browse/CLOUDSTACK-6518>`_  [Hyper-V] Efficient way of finding the empty nic in VR ...
 `CLOUDSTACK-6519 <https://issues.apache.org/jira/browse/CLOUDSTACK-6519>`_  [Hyper-V] while adding VM to Network it should throw error when it is in running...
-`CLOUDSTACK-6575 <https://issues.apache.org/jira/browse/CLOUDSTACK-6575>`_  Deploy VM failed with NPE while using custom compute offering ...
 `CLOUDSTACK-6590 <https://issues.apache.org/jira/browse/CLOUDSTACK-6590>`_  No option in UI to acquire secondary IP for VM nic...
-`CLOUDSTACK-6594 <https://issues.apache.org/jira/browse/CLOUDSTACK-6594>`_  [Automation] Observed many DB Exception while starting MS "Can't DROP 'last_sent...
 `CLOUDSTACK-6595 <https://issues.apache.org/jira/browse/CLOUDSTACK-6595>`_  Action event EVENT_VM_EXPUNGE is not generated when vm is expunged by the backgr...
-`CLOUDSTACK-6598 <https://issues.apache.org/jira/browse/CLOUDSTACK-6598>`_  IAM - listAccount() retrurns "Caller cannot be passed as NULL to IAM!" when doma...
 `CLOUDSTACK-6600 <https://issues.apache.org/jira/browse/CLOUDSTACK-6600>`_  IAM Security checker needs to have cache to improve checkAccess performance....
+`CLOUDSTACK-6620 <https://issues.apache.org/jira/browse/CLOUDSTACK-6620>`_  [Hyper-v] when all vms on host are deleted from outside, then there is null poin...
+`CLOUDSTACK-6635 <https://issues.apache.org/jira/browse/CLOUDSTACK-6635>`_  more details required in Alert generated in MS from router vm ...
+`CLOUDSTACK-6649 <https://issues.apache.org/jira/browse/CLOUDSTACK-6649>`_  CS is not giving the system-wide capacity for GPU reosurce....
+`CLOUDSTACK-6657 <https://issues.apache.org/jira/browse/CLOUDSTACK-6657>`_  [Automation] Test case fails with "exceptions must be old-style classes or deriv...
+`CLOUDSTACK-6659 <https://issues.apache.org/jira/browse/CLOUDSTACK-6659>`_  Change updatePublicIpAddress API command name to updateIpAddress...
 `CLOUDSTACK-77 <https://issues.apache.org/jira/browse/CLOUDSTACK-77>`_      console proxy display issues...
-`CLOUDSTACK-107 <https://issues.apache.org/jira/browse/CLOUDSTACK-107>`_    Network domain guest suffix is not getting programmed as part of hostnames on Gu...
-`CLOUDSTACK-237 <https://issues.apache.org/jira/browse/CLOUDSTACK-237>`_    StopVMCommand reported success in spite of failing to stop a VM which got stuck ...
+`CLOUDSTACK-107 <https://issues.apache.org/jira/browse/CLOUDSTACK-107>`_    Network domain guest suffix is not getting programmed as part of hostnames on Gu...  
+`CLOUDSTACK-237 <https://issues.apache.org/jira/browse/CLOUDSTACK-237>`_    StopVMCommand reported success in spite of failing to stop a VM which got stuck ...  
 `CLOUDSTACK-238 <https://issues.apache.org/jira/browse/CLOUDSTACK-238>`_    vpn:fail to connect to vpnserver using non-sourceNAT IP...
-`CLOUDSTACK-252 <https://issues.apache.org/jira/browse/CLOUDSTACK-252>`_    UpdateNetwork Operation on a guest network that is currently using Virtual Route...
-`CLOUDSTACK-255 <https://issues.apache.org/jira/browse/CLOUDSTACK-255>`_    Null pointer exception while creating portforwarding rule after performing Updat...
+`CLOUDSTACK-252 <https://issues.apache.org/jira/browse/CLOUDSTACK-252>`_    UpdateNetwork Operation on a guest network that is currently using Virtual Route...  
+`CLOUDSTACK-255 <https://issues.apache.org/jira/browse/CLOUDSTACK-255>`_    Null pointer exception while creating portforwarding rule after performing Updat...  
 `CLOUDSTACK-317 <https://issues.apache.org/jira/browse/CLOUDSTACK-317>`_    get xcp 1.5 into an advanced network zone...
-`CLOUDSTACK-375 <https://issues.apache.org/jira/browse/CLOUDSTACK-375>`_    Unable to delete physical network - because there are other networks attached...
+`CLOUDSTACK-375 <https://issues.apache.org/jira/browse/CLOUDSTACK-375>`_    Unable to delete physical network - because there are other networks attached...  
 `CLOUDSTACK-425 <https://issues.apache.org/jira/browse/CLOUDSTACK-425>`_    Check image type is qcow2 before actually installing...
 `CLOUDSTACK-797 <https://issues.apache.org/jira/browse/CLOUDSTACK-797>`_    Remove or fix unknown classes in cloud-api...
 `CLOUDSTACK-992 <https://issues.apache.org/jira/browse/CLOUDSTACK-992>`_    Template creations dies after 2h for no reason...
@@ -225,7 +226,6 @@ Bug ID                                                                      Desc
 `CLOUDSTACK-6220 <https://issues.apache.org/jira/browse/CLOUDSTACK-6220>`_  Cloudstack agent fails to start due to broken init script...
 `CLOUDSTACK-6225 <https://issues.apache.org/jira/browse/CLOUDSTACK-6225>`_  resize volume fails on CentOS 6, Ubuntu 12.04...
 `CLOUDSTACK-6228 <https://issues.apache.org/jira/browse/CLOUDSTACK-6228>`_  Some action confirm dialogs show incorrect icon...
-`CLOUDSTACK-6239 <https://issues.apache.org/jira/browse/CLOUDSTACK-6239>`_  [Automation] jasypt decryption error is thrown after restarting console proxy VM...
 `CLOUDSTACK-6248 <https://issues.apache.org/jira/browse/CLOUDSTACK-6248>`_  Improve getting alerts from VR to execute in parallel in case of multipleVRs...
 `CLOUDSTACK-6274 <https://issues.apache.org/jira/browse/CLOUDSTACK-6274>`_  Scope issue attaching a disk to a VM...
 `CLOUDSTACK-6323 <https://issues.apache.org/jira/browse/CLOUDSTACK-6323>`_  GetUser API always returns admin info...
@@ -233,8 +233,6 @@ Bug ID                                                                      Desc
 `CLOUDSTACK-6355 <https://issues.apache.org/jira/browse/CLOUDSTACK-6355>`_  Document steps to create LXC template...
 `CLOUDSTACK-6356 <https://issues.apache.org/jira/browse/CLOUDSTACK-6356>`_  OVS: tunnel networks does not work across the XenServer clusers...
 `CLOUDSTACK-6358 <https://issues.apache.org/jira/browse/CLOUDSTACK-6358>`_  Remove hardcoded guest OS mappings...
-`CLOUDSTACK-6396 <https://issues.apache.org/jira/browse/CLOUDSTACK-6396>`_  KVM RBD Volumes shown as OVM, prevents snapshots...
-`CLOUDSTACK-6397 <https://issues.apache.org/jira/browse/CLOUDSTACK-6397>`_  S3 Uploads to Rados are seemingly capped at 5GB internally & other errors...
 `CLOUDSTACK-6403 <https://issues.apache.org/jira/browse/CLOUDSTACK-6403>`_  ListApi Responses does not have "count" parameter and response arrays defined as...
 `CLOUDSTACK-6407 <https://issues.apache.org/jira/browse/CLOUDSTACK-6407>`_  NPE while collecting VM statistics ...
 `CLOUDSTACK-6414 <https://issues.apache.org/jira/browse/CLOUDSTACK-6414>`_  [UI] UI is not allowing to create DomainAdmin User (ReferenceError: rootDomainId...
@@ -242,36 +240,37 @@ Bug ID                                                                      Desc
 `CLOUDSTACK-6420 <https://issues.apache.org/jira/browse/CLOUDSTACK-6420>`_  Network implement: use network stateMachine instead of explicitly setting the st...
 `CLOUDSTACK-6426 <https://issues.apache.org/jira/browse/CLOUDSTACK-6426>`_  Event Bus no longer receives events for AsyncJobs...
 `CLOUDSTACK-6448 <https://issues.apache.org/jira/browse/CLOUDSTACK-6448>`_  VPC router won't be created when a private gateway is defined. ...
-`CLOUDSTACK-6482 <https://issues.apache.org/jira/browse/CLOUDSTACK-6482>`_  [API-LoadBalancing]Passing invalid vm name and vmip to assignToLoadBalancerRule ...
 `CLOUDSTACK-6486 <https://issues.apache.org/jira/browse/CLOUDSTACK-6486>`_  Isolation network creation fails when isolationMethod is set in lower case for t...
 `CLOUDSTACK-6493 <https://issues.apache.org/jira/browse/CLOUDSTACK-6493>`_  Multiple Nic for the guest VM running on Hyper-V...
 `CLOUDSTACK-6495 <https://issues.apache.org/jira/browse/CLOUDSTACK-6495>`_  JSVC package dependancy failures during installation  of Cloudstack Agent on RHE...
 `CLOUDSTACK-6499 <https://issues.apache.org/jira/browse/CLOUDSTACK-6499>`_  bug fixes for replacing realhostip with custom domain...
-`CLOUDSTACK-6510 <https://issues.apache.org/jira/browse/CLOUDSTACK-6510>`_  java.lang.IllegalStateException: circular reference error during live migration ...
 `CLOUDSTACK-6514 <https://issues.apache.org/jira/browse/CLOUDSTACK-6514>`_  VMware: Is space allocated for snapshots counted correctly?...
 `CLOUDSTACK-6515 <https://issues.apache.org/jira/browse/CLOUDSTACK-6515>`_  VMware: Only updating chain_info in volumes table when VM is started...
 `CLOUDSTACK-6516 <https://issues.apache.org/jira/browse/CLOUDSTACK-6516>`_  Default value of secstorage.encrypt.copy overridden...
 `CLOUDSTACK-6521 <https://issues.apache.org/jira/browse/CLOUDSTACK-6521>`_  [Hyper-V] fix generating of Hyper-v template in jenkins...
-`CLOUDSTACK-6528 <https://issues.apache.org/jira/browse/CLOUDSTACK-6528>`_  SetupGuestNetwork command is not deleting the guest network configured on the et...
 `CLOUDSTACK-6562 <https://issues.apache.org/jira/browse/CLOUDSTACK-6562>`_  [Automation] [XenServer] Secondary Storage count for account shows double the va...
-`CLOUDSTACK-6579 <https://issues.apache.org/jira/browse/CLOUDSTACK-6579>`_  used_bytes column of storage_pool table is no longer used and should be removed...
 `CLOUDSTACK-6591 <https://issues.apache.org/jira/browse/CLOUDSTACK-6591>`_  AddNetworkOffering Page gives DB Exception while executing listServiceOfferings ...
 `CLOUDSTACK-6592 <https://issues.apache.org/jira/browse/CLOUDSTACK-6592>`_  OVS distributed routing: make populate flooding rules transactional...
 `CLOUDSTACK-6593 <https://issues.apache.org/jira/browse/CLOUDSTACK-6593>`_  Connectivity service capabilites should be matched with the provider only if at ...
-`CLOUDSTACK-6596 <https://issues.apache.org/jira/browse/CLOUDSTACK-6596>`_  Add UUID and display flag update support for LBStickinessPolicy and LBHealthChec...
-`CLOUDSTACK-6597 <https://issues.apache.org/jira/browse/CLOUDSTACK-6597>`_  Updatevm - root admin should be allowed to change instance name...
-`CLOUDSTACK-6601 <https://issues.apache.org/jira/browse/CLOUDSTACK-6601>`_  listLoadBalancers: add forDisplay parameter to the API request...
+`CLOUDSTACK-6594 <https://issues.apache.org/jira/browse/CLOUDSTACK-6594>`_  [Automation] Observed many DB Exception while starting MS "Can't DROP 'last_sent...
+`CLOUDSTACK-6605 <https://issues.apache.org/jira/browse/CLOUDSTACK-6605>`_  CLONE - [Automation] jasypt decryption error is thrown after restarting console ...
+`CLOUDSTACK-6608 <https://issues.apache.org/jira/browse/CLOUDSTACK-6608>`_  OVS distributed firewall: default ACL rule is not getting applied when a tier in...
+`CLOUDSTACK-6609 <https://issues.apache.org/jira/browse/CLOUDSTACK-6609>`_  OVS distributed routing: ensure tunnels are created if not created already when ...
+`CLOUDSTACK-6634 <https://issues.apache.org/jira/browse/CLOUDSTACK-6634>`_  DOC: update the ldap section of the admin guide...
+`CLOUDSTACK-6650 <https://issues.apache.org/jira/browse/CLOUDSTACK-6650>`_  Reorder Cluster list in deployment planner to protect GPU enabled hosts from non...
+`CLOUDSTACK-6654 <https://issues.apache.org/jira/browse/CLOUDSTACK-6654>`_  Configkey parameters are not validated...
+`CLOUDSTACK-6658 <https://issues.apache.org/jira/browse/CLOUDSTACK-6658>`_  Add ctxdetails in defaultParamNames in ParamGenericValidationWorker...
 `CLOUDSTACK-124 <https://issues.apache.org/jira/browse/CLOUDSTACK-124>`_    NetworkGarbageCollector not cleaning up networks...
 `CLOUDSTACK-231 <https://issues.apache.org/jira/browse/CLOUDSTACK-231>`_    Tag creation using special charecters ...
 `CLOUDSTACK-245 <https://issues.apache.org/jira/browse/CLOUDSTACK-245>`_    VPC ACLs are not stored and programmed consistently...
-`CLOUDSTACK-270 <https://issues.apache.org/jira/browse/CLOUDSTACK-270>`_    Ui should not ask for a vlan range if the physical network isolation type is not...
+`CLOUDSTACK-270 <https://issues.apache.org/jira/browse/CLOUDSTACK-270>`_    Ui should not ask for a vlan range if the physical network isolation type is not...  
 `CLOUDSTACK-300 <https://issues.apache.org/jira/browse/CLOUDSTACK-300>`_    Creation of  compute offering allow   combination of local storage + HA...
 `CLOUDSTACK-310 <https://issues.apache.org/jira/browse/CLOUDSTACK-310>`_    Failed to add host - Plugin error...
 `CLOUDSTACK-315 <https://issues.apache.org/jira/browse/CLOUDSTACK-315>`_    Infrastructure view does not show capacity values...
-`CLOUDSTACK-338 <https://issues.apache.org/jira/browse/CLOUDSTACK-338>`_    Unique Names of Disk and Service Offerings in the database are prefixed with "Cl...
-`CLOUDSTACK-458 <https://issues.apache.org/jira/browse/CLOUDSTACK-458>`_    xen:snapshots:Storage gc fail to clean the failed snapshot images from secondary...
+`CLOUDSTACK-338 <https://issues.apache.org/jira/browse/CLOUDSTACK-338>`_    Unique Names of Disk and Service Offerings in the database are prefixed with "Cl...  
+`CLOUDSTACK-458 <https://issues.apache.org/jira/browse/CLOUDSTACK-458>`_    xen:snapshots:Storage gc fail to clean the failed snapshot images from secondary...  
 `CLOUDSTACK-469 <https://issues.apache.org/jira/browse/CLOUDSTACK-469>`_    CloudStack Documentation Landing Page has Alignment Issues...
-`CLOUDSTACK-963 <https://issues.apache.org/jira/browse/CLOUDSTACK-963>`_    [cloud.utils.AnnotationHelper]  class java.lang.Stringdoes not have a Table anno...
+`CLOUDSTACK-963 <https://issues.apache.org/jira/browse/CLOUDSTACK-963>`_    [cloud.utils.AnnotationHelper]  class java.lang.Stringdoes not have a Table anno...  
 `CLOUDSTACK-969 <https://issues.apache.org/jira/browse/CLOUDSTACK-969>`_    api: zone response lists vlan in it as "vlan range of zone" but the vlan belongs...
 `CLOUDSTACK-1306 <https://issues.apache.org/jira/browse/CLOUDSTACK-1306>`_  Better Error message when trying to deploy Vm by passing static Ipv4 addresses t...
 `CLOUDSTACK-1432 <https://issues.apache.org/jira/browse/CLOUDSTACK-1432>`_  [UI] Inconsistent field names in "Add Cluster" dialog...

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/6482ca15/source/rnotes.rst
----------------------------------------------------------------------
diff --git a/source/rnotes.rst b/source/rnotes.rst
index 48f9b38..8ed741f 100644
--- a/source/rnotes.rst
+++ b/source/rnotes.rst
@@ -26,6 +26,15 @@ made while CloudStack was in the Apache Incubator.
 If you run into any issues during upgrades, please feel free to ask
 questions on users@cloudstack.apache.org or dev@cloudstack.apache.org.
 
+.. warning::
+   :name: Depreciation of realhostip.com DNS and SSL certificate
+   
+   The realhostip.com dynamic DNS resolution service is being retired this
+   summer. In advance of that, CloudStack 4.3 and later no longer uses realhostip.com
+   DNS domains or SSL certificates to encrypt Console Proxy or file copy
+   communications.
+
+
 Validate |version| source code tarball
 --------------------------------------
 


[2/8] git commit: api-change, compat matrix, sysvm-urls: cs4.4 updated

Posted by se...@apache.org.
api-change, compat matrix,sysvm-urls: cs4.4 updated

Signed-off-by: Sebastien Goasguen <ru...@gmail.com>


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

Branch: refs/heads/master
Commit: 54cce38eb933b40999d5ab8f6bb7382d83993e29
Parents: 6482ca1
Author: Pierre-Luc Dion <pd...@cloudops.com>
Authored: Sun May 18 09:44:03 2014 -0400
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Mon May 19 08:49:38 2014 +0200

----------------------------------------------------------------------
 source/about.rst       | 99 ++++++++++++++++++++++++++++-----------------
 source/api-changes.rst | 23 ++++++++++-
 source/compat.rst      | 85 +++++---------------------------------
 source/global.rst      | 10 +++--
 source/index.rst       |  4 +-
 5 files changed, 103 insertions(+), 118 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/54cce38e/source/about.rst
----------------------------------------------------------------------
diff --git a/source/about.rst b/source/about.rst
index be9fd99..23d1adc 100644
--- a/source/about.rst
+++ b/source/about.rst
@@ -15,64 +15,87 @@
    
 
 What's New in |version|
-=======================
+#######################
 
 CloudStack |version| includes the following new features and improvements.
 
 
- 
-[Storage] Support managed storage for root disks
-------------------------------------------------
-
-Use of Primary Storage Plug-in for Root disks. See `Configuring a Storage Plug-in <http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/master/configuration.html#configuring-a-storage-plug-in>`_
-
-Supported hypervisors: XenServer, VMware
-
-[Storage] Root disk resize
-------------------------------------------------
+Support managed storage for root disks
+======================================
 
-Allow Root disk resize which remove need to have multiple templates of the same Operating System for different disk size.
+   Use of Primary Storage Plug-in for Root disks. See `Configuring a Storage Plug-in <http://docs.cloudstack.apache.org/projects/cloudstack-    installation/en/master/configuration.html#configuring-a-storage-plug-in>`_
+      
+   ====================== ===========================================================================================================
+   Supported hypervisors: XenServer, VMware
+   ====================== ===========================================================================================================
 
-Supported hypervisor: KVM
 
-`Root resize Functional spec <https://cwiki.apache.org/confluence/display/CLOUDSTACK/Root+Resize+Support>`_
+Root disk resize
+======================================
 
-[Storage] Per primary Storage OverProvisioning
-------------------------------------------------
-
-Added per Primary Storage ``storage.overprovisioning.factor`` setting to overseed the Global Settings value.
-
-- admin can update an existing primary store by setting ``storage.overprovisioning.factor`` in the per primary setting.
-- This value will override the value at the global level. This leverages the granularity of global parameters introduced in 4.2
-- To fall back to the global value, null value can be passed.
-- To disable overprovision a value of 1 will be passed.
+   Allow Root disk resize which remove need to have multiple templates of the same Operating System for different disk size.
+   
+   ====================== ===========================================================================================================
+   Supported hypervisor:  KVM
+   Link                   `Root resize Functional spec`_
+   ====================== ===========================================================================================================
 
-`Storage Over Prov. Functional spec <https://cwiki.apache.org/confluence/display/CLOUDSTACK/Storage+OverProvisioning+as+Per+Primary+Basis>`_
 
+Per primary Storage OverProvisioning
+======================================
 
-[Hypervisor] VMWare Support for DRS
-------------------------------------------------
+   Added per Primary Storage ``storage.overprovisioning.factor`` setting to overseed the Global Settings value.
+   
+   - admin can update an existing primary store by setting ``storage.overprovisioning.factor`` in the per primary setting.
+   - This value will override the value at the global level. This leverages the granularity of global parameters introduced in 4.2
+   - To fall back to the global value, null value can be passed.
+   - To disable overprovision a value of 1 will be passed.
+ 
+   ====================== ===========================================================================================================
+   Supported hypervisor:  KVM
+   link                   `Storage Over Prov. Functional spec`_
+   ====================== ===========================================================================================================
 
-VMware DRS(Distributed Resource Scheduler), VM HA(High Availability): Provide highly available resources to your workloads. Balance workloads for optimal performance. Scale and manage computing resources without service disruption.
+   
 
-- **Load Balancing**: distribution and usage of CPU and memory resources for all hosts and VMs in the cluster are continuously monitored and compared to ideal resource utilization given the attributes of the cluster’s resource pools and VMs, the current demand, and the imbalance target. It then performs (or recommends) virtual machine migrations accordingly. Also, when a VM is powered on in the cluster, DRS attempts to maintain proper load balancing by either placing the VM on an appropriate host or making a recommendation.
-- **Power Management**: When the vSphere Distributed Power Management (DPM) feature is enabled, DRS compares cluster- and host-level capacity to the demands of the cluster’s VMs, including recent historical demand. It places (or recommends placing) hosts in standby power mode if sufficient excess capacity is found or powering on hosts if capacity is needed. Depending on the resulting host power state recommendations, VMs might need to be migrated to and from the hosts as well.
-- **Affinity Rules**: control the placement of virtual machines on hosts within a cluster, by assigning affinity rules 
 
-`DRS Functional spec <https://cwiki.apache.org/confluence/display/CLOUDSTACK/VMWare+Enhancements+-+Support+for+DRS+and+VM+HA>`_
 
-[Hypervisor] Zone Wide Primary Store in Hyper-V
-------------------------------------------------
+VMWare Support for DRS
+======================================
 
-SMB share as zone wide primary store.
+   VMware DRS(Distributed Resource Scheduler), VM HA(High Availability): Provide highly available resources to your workloads. Balance    workloads for optimal performance. Scale and manage computing resources without service disruption.
+   
+   - **Load Balancing**: distribution and usage of CPU and memory resources for all hosts and VMs in the cluster are continuously monitored  and compared to ideal resource utilization given the attributes of the cluster’s resource pools and VMs, the current demand, and the    imbalance target. It then performs (or recommends) virtual machine migrations accordingly. Also, when a VM is powered on in the cluster,  DRS attempts to maintain proper load balancing by either placing the VM on an appropriate host or making a recommendation.
+   - **Power Management**: When the vSphere Distributed Power Management (DPM) feature is enabled, DRS compares cluster- and host-level   capacity to the demands of the cluster’s VMs, including recent historical demand. It places (or recommends placing) hosts in standby  power mode if sufficient excess capacity is found or powering on hosts if capacity is needed. Depending on the resulting host power state  recommendations, VMs might need to be migrated to and from the hosts as well.
+   - **Affinity Rules**: control the placement of virtual machines on hosts within a cluster, by assigning affinity rules 
+   
+   ====================== ===========================================================================================================
+   Supported hypervisors: VMware
+   Link                   `DRS Functional spec`_
+   ====================== ===========================================================================================================
 
 
-[Management Server] CloudStack on Windows
-------------------------------------------------
+Zone Wide Primary Store in Hyper-V
+======================================
 
-Windowsfication of CloudStack Management Server, remove dependency on cygwin in order to run CloudStack Management Server on Windows based Operating System.
+   SMB share as zone wide primary storage.
 
-`CLOUDSTACK-6105 <https://issues.apache.org/jira/browse/CLOUDSTACK-6105>`_
+   ====================== ===========================================================================================================
+   Supported hypervisors: Hyper-V
+   Link                   
+   ====================== ===========================================================================================================
 
+CloudStack on Windows
+======================================
 
+   Windowsfication of CloudStack Management Server, remove dependency on cygwin in order to run CloudStack Management Server on Windows   based Operating System.
+   
+   ====================== ===========================================================================================================
+   Supported hypervisors: N/A
+   Link                   `CLOUDSTACK-6105 <https://issues.apache.org/jira/browse/CLOUDSTACK-6105>`_
+   ====================== ===========================================================================================================
+   
 
+.. _Storage Over Prov. Functional spec: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Storage+OverProvisioning+as+Per+Primary+Basis
+.. _Root resize Functional spec: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Root+Resize+Support
+.. _DRS Functional spec: https://cwiki.apache.org/confluence/display/CLOUDSTACK/VMWare+Enhancements+-+Support+for+DRS+and+VM+HA
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/54cce38e/source/api-changes.rst
----------------------------------------------------------------------
diff --git a/source/api-changes.rst b/source/api-changes.rst
index 308b521..9d8879f 100644
--- a/source/api-changes.rst
+++ b/source/api-changes.rst
@@ -14,7 +14,28 @@
    under the License.
    
 API Changes Introduced in |version|
-=============================
+===================================
+
+List Instances
+--------------
+
++---------------------+-------------------------------------------------------------------+
+| API                 | Description                                                       |
++=====================+===================================================================+
+| listVirtualMachines | For this existing API, the following request parameters has       |
+|                     | been added                                                        |
+|                     |                                                                   |
+|                     | - ids : comma seperated VM ID's                                   |
++---------------------+-------------------------------------------------------------------+
+
+https://issues.apache.org/jira/browse/CLOUDSTACK-6052
+
+
+API support for retrieving UserData
+-----------------------------------
+
+
+
 
 Hyper-V
 -------

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/54cce38e/source/compat.rst
----------------------------------------------------------------------
diff --git a/source/compat.rst b/source/compat.rst
index a96886f..c01b0b2 100644
--- a/source/compat.rst
+++ b/source/compat.rst
@@ -30,92 +30,26 @@ issues.
 .. note:: that specific versions of the operating systems are tested, so compatibility with CentOS 6.3 may not
           indicate compatibility with CentOS 6.2, 6.1 and so on.
 
--  
-
-   RHEL versions 5.5, 6.2, 6.3, and 6.4
-
--  
-
-   CentOS versions 6.3, and 6.4
-
--  
+- CentOS versions 6.5 (32 and 64 bit)
+- FreeBSD 10 (32 and 64 bit)
+- Microsoft Winows 8.1 (32 and 64 bit)
+- Windows XP SP3 (32 and 64 bit)
 
-   Ubuntu 12.04 LTS
 
 Supported Hypervisor Versions
 -----------------------------
 
-CloudStack supports three hypervisor families, XenServer with XAPI, KVM,
-and VMware with vSphere.
+No new supported hypervisors in |version|.
 
--  
-
-   Windows Server 2012 R2 (with Hyper-V Role enabled)
-
--  
-
-   Hyper-V 2012 R2
-
--  
-
-   CentOS 6.2 with KVM
-
--  
-
-   Red Hat Enterprise Linux 6.2 with KVM
-
--  
-
-   XenServer 6.0.2 (with Hotfix)
-
--  
-
-   XenServer versions 6.1 and 6.2 SPI with latest hotfixes
-
--  
-
-   VMware versions 5.0, 5.1, and 5.5
-
--  
-
-   Bare metal hosts are supported, which have no hypervisor. These hosts
-   can run the following operating systems:
-
-   -  
-
-      RHEL or CentOS, v6.2 or 6.3
-
-      .. note:: Use libvirt version 0.9.10 for CentOS 6.3
-
-   -  
-
-      Fedora 17
-
-   -  
-
-      Ubuntu 12.04
-
-For more information, see the Hypervisor Compatibility Matrix in the
-CloudStack Installation Guide.
+For more information, see the Hypervisor Compatibility Matrix in the `CloudStack Installation Guide`_.
 
 Supported External Devices
 --------------------------
 
--  
-
-   Netscaler VPX and MPX versions 9.3 and 10.e
-
--  
-
-   Netscaler SDX version 9.3
+No new supported External Devices in |version|.
 
--  
-
-   SRX (Model srx100b) versions 10.3 or higher
-
--  
+For more information, see the `CloudStack Installation Guide`_.
 
-   F5 10.1.0 (Build 3341.1084)
 
 Supported Browsers
 ------------------
@@ -140,3 +74,6 @@ best results, one of the following browsers recommended:
 -  
 
    Safari 5
+
+
+.. include:: global.rst

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/54cce38e/source/global.rst
----------------------------------------------------------------------
diff --git a/source/global.rst b/source/global.rst
index b094583..b1b1976 100644
--- a/source/global.rst
+++ b/source/global.rst
@@ -18,6 +18,10 @@
 .. _CloudStack Installation Guide: http://docs.cloudstack.apache.org/projects/cloudstack-installation
 .. _CloudStack Administrator's Guide: http://docs.cloudstack.apache.org/projects/cloudstack-administration
 
-.. |sysvm-url-xen| replace:: http://download.cloud.com/templates/4.3/systemvm64template-2014-01-14-master-xen.vhd.bz2
-.. |sysvm-url-kvm| replace:: http://download.cloud.com/templates/4.3/systemvm64template-2014-01-14-master-kvm.qcow2.bz2
-.. |sysvm-url-vmware| replace:: http://download.cloud.com/templates/4.3/systemvm64template-2014-01-14-master-vmware.ova
\ No newline at end of file
+.. |sysvm-url-xen| replace:: http://jenkins.buildacloud.org/view/4.4/job/cloudstack-4.4-systemvm/lastSuccessfulBuild/artifact/tools/appliance/dist/systemvmtemplate-master-xen.vhd.bz2
+.. |sysvm-url-kvm| replace:: http://jenkins.buildacloud.org/view/4.4/job/cloudstack-4.4-systemvm/lastSuccessfulBuild/artifact/tools/appliance/dist/systemvmtemplate-master-kvm.qcow2.bz2
+.. |sysvm-url-vmware| replace:: http://jenkins.buildacloud.org/view/4.4/job/cloudstack-4.4-systemvm/lastSuccessfulBuild/artifact/tools/appliance/dist/systemvmtemplate-master-vmware.ova
+
+.. |sysvm64-url-xen| replace:: http://jenkins.buildacloud.org/view/4.4/job/cloudstack-4.4-systemvm64/lastSuccessfulBuild/artifact/tools/appliance/dist/systemvm64template-master-xen.vhd.bz2
+.. |sysvm64-url-kvm| replace:: http://jenkins.buildacloud.org/view/4.4/job/cloudstack-4.4-systemvm64/lastSuccessfulBuild/artifact/tools/appliance/dist/systemvm64template-master-kvm.qcow2.bz2
+.. |sysvm64-url-vmware| replace:: http://jenkins.buildacloud.org/view/4.4/job/cloudstack-4.4-systemvm64/lastSuccessfulBuild/artifact/tools/appliance/dist/systemvm64template-master-vmware.ova

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/54cce38e/source/index.rst
----------------------------------------------------------------------
diff --git a/source/index.rst b/source/index.rst
index 02b9638..52991b5 100644
--- a/source/index.rst
+++ b/source/index.rst
@@ -33,7 +33,7 @@ This document contains information specific to this release of CloudStack, inclu
 Contents:
 
 .. toctree::
-   :maxdepth: 2
+   :maxdepth: 3
 
    about
    fixed_issues
@@ -42,4 +42,4 @@ Contents:
    api-changes
    known_issues   
 
-.. include:: global.rst
\ No newline at end of file
+.. include:: global.rst


[3/8] rebase into branch

Posted by se...@apache.org.
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/f2d59abf/source/known_issues.rst
----------------------------------------------------------------------
diff --git a/source/known_issues.rst b/source/known_issues.rst
new file mode 100644
index 0000000..d90faa7
--- /dev/null
+++ b/source/known_issues.rst
@@ -0,0 +1,325 @@
+For the list of known issues, see `Known Issues in <https://issues.apache.org/jira/issues/?filter=12326162>`_ |release|.
+
+==========================================================================  ===================================================================================
+Bug ID                                                                      Description
+==========================================================================  ===================================================================================
+`CLOUDSTACK-6130 <https://issues.apache.org/jira/browse/CLOUDSTACK-6130>`_  [Automation] listPublicAdress is failing ...
+`CLOUDSTACK-6444 <https://issues.apache.org/jira/browse/CLOUDSTACK-6444>`_  [Automation] test_01_primary_storage_iscsi  failed on "test_primary_storage.py" ...
+`CLOUDSTACK-6544 <https://issues.apache.org/jira/browse/CLOUDSTACK-6544>`_  [Automation] Failed to create template for ROOT volume in Xen, with Exception: c...
+`CLOUDSTACK-6547 <https://issues.apache.org/jira/browse/CLOUDSTACK-6547>`_  [Automation] Failed to download volume in Xen with error "Failed to copy the vol...
+`CLOUDSTACK-6548 <https://issues.apache.org/jira/browse/CLOUDSTACK-6548>`_  [Automation] createPrivateNetwork API failed with NullPointer exception ...
+`CLOUDSTACK-6551 <https://issues.apache.org/jira/browse/CLOUDSTACK-6551>`_  [Automation] Failed to revert vm snapshot in xen ...
+`CLOUDSTACK-6572 <https://issues.apache.org/jira/browse/CLOUDSTACK-6572>`_  [Hyper-V] Deploy VM inside VPC tier fails due to VR unable to find nic...
+`CLOUDSTACK-6573 <https://issues.apache.org/jira/browse/CLOUDSTACK-6573>`_  Multiple exceptions after upgrading from 4.3 to 4.4...
+`CLOUDSTACK-6582 <https://issues.apache.org/jira/browse/CLOUDSTACK-6582>`_  Listing acl list rules are failed with exception Unknown column 'network_acl_ite...
+`CLOUDSTACK-6599 <https://issues.apache.org/jira/browse/CLOUDSTACK-6599>`_  Template/Volume URLs expiration functionality not working...
+`CLOUDSTACK-3968 <https://issues.apache.org/jira/browse/CLOUDSTACK-3968>`_  [VMWAREDVS] Distributed Portgroups are not deleted when guest networks are remov...
+`CLOUDSTACK-4247 <https://issues.apache.org/jira/browse/CLOUDSTACK-4247>`_  [VMWARE]Network read/write statistics is zero always...
+`CLOUDSTACK-4492 <https://issues.apache.org/jira/browse/CLOUDSTACK-4492>`_  [object_store_ref] Attaching volume to a vm is failing after upgrade if the volu...
+`CLOUDSTACK-4578 <https://issues.apache.org/jira/browse/CLOUDSTACK-4578>`_  [vmware]SSVM is not getting created if one host down from a cluster...
+`CLOUDSTACK-4593 <https://issues.apache.org/jira/browse/CLOUDSTACK-4593>`_  [VMWARE] [Upgrade]Livestorage Migration & VM Snapshot features are not fully fu...
+`CLOUDSTACK-4912 <https://issues.apache.org/jira/browse/CLOUDSTACK-4912>`_  API docs are missing some APIs...
+`CLOUDSTACK-5005 <https://issues.apache.org/jira/browse/CLOUDSTACK-5005>`_  issue with stopping vms parallelly ...
+`CLOUDSTACK-5012 <https://issues.apache.org/jira/browse/CLOUDSTACK-5012>`_  Bad data inserted into physical network labels for Zone Create Wizard using VMWa...
+`CLOUDSTACK-5212 <https://issues.apache.org/jira/browse/CLOUDSTACK-5212>`_  Need Support for the LXC for the Report sockets CS-4908...
+`CLOUDSTACK-5356 <https://issues.apache.org/jira/browse/CLOUDSTACK-5356>`_  Xenserver - Failed to create snapshot when secondary store was made unavaibale f...
+`CLOUDSTACK-5357 <https://issues.apache.org/jira/browse/CLOUDSTACK-5357>`_  Xenserver - Failed to create snapshot due to "unable to destroy task(com.xe nsou...
+`CLOUDSTACK-5358 <https://issues.apache.org/jira/browse/CLOUDSTACK-5358>`_  API: synchronization on the object is broken...
+`CLOUDSTACK-5372 <https://issues.apache.org/jira/browse/CLOUDSTACK-5372>`_  Xenserver - SR not being recreated when the Primary storage is brought down and ...
+`CLOUDSTACK-5429 <https://issues.apache.org/jira/browse/CLOUDSTACK-5429>`_  KVM - Primary store down/Network Failure - Hosts attempt to reboot becasue of pr...
+`CLOUDSTACK-5469 <https://issues.apache.org/jira/browse/CLOUDSTACK-5469>`_  Snapshot creation fails with following exception - "Failed to backup snapshot: q...
+`CLOUDSTACK-5485 <https://issues.apache.org/jira/browse/CLOUDSTACK-5485>`_  Vmware - Whe 10 hourly snapshots are scheduled at the same time , we see only 5 ...
+`CLOUDSTACK-5501 <https://issues.apache.org/jira/browse/CLOUDSTACK-5501>`_  Unable to create more than one vpnConnection per vpn customer gateway...
+`CLOUDSTACK-5582 <https://issues.apache.org/jira/browse/CLOUDSTACK-5582>`_  kvm - HA is not triggered when host is powered down since the host gets into "Di...
+`CLOUDSTACK-5736 <https://issues.apache.org/jira/browse/CLOUDSTACK-5736>`_  KVM - Recurring Snapshots - Snapshots reported as being in "BackedUp" state even...
+`CLOUDSTACK-5738 <https://issues.apache.org/jira/browse/CLOUDSTACK-5738>`_  Recurring Snapshots - Few Snapshots are stuck in "Creating" state for more than ...
+`CLOUDSTACK-5746 <https://issues.apache.org/jira/browse/CLOUDSTACK-5746>`_  [HyperV]Can't access vm console from IE browser...
+`CLOUDSTACK-5806 <https://issues.apache.org/jira/browse/CLOUDSTACK-5806>`_  Storage types other than NFS/VMFS can't overprovision...
+`CLOUDSTACK-5899 <https://issues.apache.org/jira/browse/CLOUDSTACK-5899>`_  Contrail:MS: Exceptions in MS logs on a fresh install,  syncDomain java.lang.Nul...
+`CLOUDSTACK-6036 <https://issues.apache.org/jira/browse/CLOUDSTACK-6036>`_   CloudStack stops the machine for no reason...
+`CLOUDSTACK-6051 <https://issues.apache.org/jira/browse/CLOUDSTACK-6051>`_  VR Rolling upgrade: Make the numbers of Routers parallely being upgraded as conf...
+`CLOUDSTACK-6063 <https://issues.apache.org/jira/browse/CLOUDSTACK-6063>`_  CLONE - Non windows instances are created on XenServer with a vcpu-max above sup...
+`CLOUDSTACK-6084 <https://issues.apache.org/jira/browse/CLOUDSTACK-6084>`_  [Automation] Failed to create private gateway...
+`CLOUDSTACK-6086 <https://issues.apache.org/jira/browse/CLOUDSTACK-6086>`_  [Automation] Failed to restart network...
+`CLOUDSTACK-6177 <https://issues.apache.org/jira/browse/CLOUDSTACK-6177>`_  CS does XS master switch, which may cause weid XS behavior...
+`CLOUDSTACK-6241 <https://issues.apache.org/jira/browse/CLOUDSTACK-6241>`_  Dnsmasq programming error when deploy IPv6 and IPv4 in one VM with IPv4 as defau...
+`CLOUDSTACK-6308 <https://issues.apache.org/jira/browse/CLOUDSTACK-6308>`_  when executing createNetwork as ROOT for a subdomain/account it checks for netwo...
+`CLOUDSTACK-6333 <https://issues.apache.org/jira/browse/CLOUDSTACK-6333>`_  [Automation] NPE observed while deleting account...
+`CLOUDSTACK-6360 <https://issues.apache.org/jira/browse/CLOUDSTACK-6360>`_  Usage server failed to start with 4.4 build...
+`CLOUDSTACK-6361 <https://issues.apache.org/jira/browse/CLOUDSTACK-6361>`_  Mysql connector jar is not available in usage server classpath...
+`CLOUDSTACK-6379 <https://issues.apache.org/jira/browse/CLOUDSTACK-6379>`_  UI:MS: Unable to create a user type Admin under a domain; No API being fired...
+`CLOUDSTACK-6392 <https://issues.apache.org/jira/browse/CLOUDSTACK-6392>`_  system template always create with name "master" instead of specific branch...
+`CLOUDSTACK-6405 <https://issues.apache.org/jira/browse/CLOUDSTACK-6405>`_  Observed SQL exceptions during db upgrade from 4.0.0 to 4.4.0...
+`CLOUDSTACK-6430 <https://issues.apache.org/jira/browse/CLOUDSTACK-6430>`_  [SDN] CS asks for vlan range even we create physical network with GRE isolation ...
+`CLOUDSTACK-6437 <https://issues.apache.org/jira/browse/CLOUDSTACK-6437>`_  Ability to differentiate user and system guest OS and mappings...
+`CLOUDSTACK-6453 <https://issues.apache.org/jira/browse/CLOUDSTACK-6453>`_  [GPU] Windows 2012 Server instance created with vGPU offering is not coming up a...
+`CLOUDSTACK-6459 <https://issues.apache.org/jira/browse/CLOUDSTACK-6459>`_  Unable to enable maintenance mode on a Primary storage that crashed...
+`CLOUDSTACK-6465 <https://issues.apache.org/jira/browse/CLOUDSTACK-6465>`_  vmware.reserve.mem is missing from cluster level settings ...
+`CLOUDSTACK-6476 <https://issues.apache.org/jira/browse/CLOUDSTACK-6476>`_  Basic Zone with Multiple Pods Setup: DHCP server doesnt get deployed in the pod ...
+`CLOUDSTACK-6496 <https://issues.apache.org/jira/browse/CLOUDSTACK-6496>`_  addHost fails for XenServer with vSwitch networking...
+`CLOUDSTACK-6518 <https://issues.apache.org/jira/browse/CLOUDSTACK-6518>`_  [Hyper-V] Efficient way of finding the empty nic in VR ...
+`CLOUDSTACK-6519 <https://issues.apache.org/jira/browse/CLOUDSTACK-6519>`_  [Hyper-V] while adding VM to Network it should throw error when it is in running...
+`CLOUDSTACK-6575 <https://issues.apache.org/jira/browse/CLOUDSTACK-6575>`_  Deploy VM failed with NPE while using custom compute offering ...
+`CLOUDSTACK-6590 <https://issues.apache.org/jira/browse/CLOUDSTACK-6590>`_  No option in UI to acquire secondary IP for VM nic...
+`CLOUDSTACK-6594 <https://issues.apache.org/jira/browse/CLOUDSTACK-6594>`_  [Automation] Observed many DB Exception while starting MS "Can't DROP 'last_sent...
+`CLOUDSTACK-6595 <https://issues.apache.org/jira/browse/CLOUDSTACK-6595>`_  Action event EVENT_VM_EXPUNGE is not generated when vm is expunged by the backgr...
+`CLOUDSTACK-6598 <https://issues.apache.org/jira/browse/CLOUDSTACK-6598>`_  IAM - listAccount() retrurns "Caller cannot be passed as NULL to IAM!" when doma...
+`CLOUDSTACK-6600 <https://issues.apache.org/jira/browse/CLOUDSTACK-6600>`_  IAM Security checker needs to have cache to improve checkAccess performance....
+`CLOUDSTACK-77 <https://issues.apache.org/jira/browse/CLOUDSTACK-77>`_      console proxy display issues...
+`CLOUDSTACK-107 <https://issues.apache.org/jira/browse/CLOUDSTACK-107>`_    Network domain guest suffix is not getting programmed as part of hostnames on Gu...
+`CLOUDSTACK-237 <https://issues.apache.org/jira/browse/CLOUDSTACK-237>`_    StopVMCommand reported success in spite of failing to stop a VM which got stuck ...
+`CLOUDSTACK-238 <https://issues.apache.org/jira/browse/CLOUDSTACK-238>`_    vpn:fail to connect to vpnserver using non-sourceNAT IP...
+`CLOUDSTACK-252 <https://issues.apache.org/jira/browse/CLOUDSTACK-252>`_    UpdateNetwork Operation on a guest network that is currently using Virtual Route...
+`CLOUDSTACK-255 <https://issues.apache.org/jira/browse/CLOUDSTACK-255>`_    Null pointer exception while creating portforwarding rule after performing Updat...
+`CLOUDSTACK-317 <https://issues.apache.org/jira/browse/CLOUDSTACK-317>`_    get xcp 1.5 into an advanced network zone...
+`CLOUDSTACK-375 <https://issues.apache.org/jira/browse/CLOUDSTACK-375>`_    Unable to delete physical network - because there are other networks attached...
+`CLOUDSTACK-425 <https://issues.apache.org/jira/browse/CLOUDSTACK-425>`_    Check image type is qcow2 before actually installing...
+`CLOUDSTACK-797 <https://issues.apache.org/jira/browse/CLOUDSTACK-797>`_    Remove or fix unknown classes in cloud-api...
+`CLOUDSTACK-992 <https://issues.apache.org/jira/browse/CLOUDSTACK-992>`_    Template creations dies after 2h for no reason...
+`CLOUDSTACK-1007 <https://issues.apache.org/jira/browse/CLOUDSTACK-1007>`_  Not able to delete Shared network because of not being able to stop the router....
+`CLOUDSTACK-1091 <https://issues.apache.org/jira/browse/CLOUDSTACK-1091>`_  Fix API server's parsing mechanism for POST requests...
+`CLOUDSTACK-1092 <https://issues.apache.org/jira/browse/CLOUDSTACK-1092>`_  Fix API Server's parsing mechanism to parse GET request as multimap...
+`CLOUDSTACK-1209 <https://issues.apache.org/jira/browse/CLOUDSTACK-1209>`_  VPC VR starts despite NPE...
+`CLOUDSTACK-1309 <https://issues.apache.org/jira/browse/CLOUDSTACK-1309>`_  Large guest subnets downgrade performance...
+`CLOUDSTACK-1389 <https://issues.apache.org/jira/browse/CLOUDSTACK-1389>`_  Interactive Password Prompts during Management Server Startup...
+`CLOUDSTACK-1413 <https://issues.apache.org/jira/browse/CLOUDSTACK-1413>`_  Need something to concretely identify the version of the code in a particular bu...
+`CLOUDSTACK-1527 <https://issues.apache.org/jira/browse/CLOUDSTACK-1527>`_  Non-fatal POSTIN scriptlet failure in rpm package cloudstack-management-4.2.0-SN...
+`CLOUDSTACK-1717 <https://issues.apache.org/jira/browse/CLOUDSTACK-1717>`_  AWS Regions - Local region entry that gets added by default should not include "...
+`CLOUDSTACK-1885 <https://issues.apache.org/jira/browse/CLOUDSTACK-1885>`_  Broken testcases in 4.1...
+`CLOUDSTACK-1990 <https://issues.apache.org/jira/browse/CLOUDSTACK-1990>`_  Docs: Update "Choosing a Hypervisor" feature matrix with new info...
+`CLOUDSTACK-2004 <https://issues.apache.org/jira/browse/CLOUDSTACK-2004>`_  IPV6 - UI -  Router details page - NICs tab - Guest traffic type does not displa...
+`CLOUDSTACK-2009 <https://issues.apache.org/jira/browse/CLOUDSTACK-2009>`_  IPV6 - listNetwork() command does not return ip6dns1 and ip6dns2 entries....
+`CLOUDSTACK-2022 <https://issues.apache.org/jira/browse/CLOUDSTACK-2022>`_  IPV6 - ListRouter() should return guestip6address parameter similar to guestaddr...
+`CLOUDSTACK-2023 <https://issues.apache.org/jira/browse/CLOUDSTACK-2023>`_  IPV6 - Dashboard View - System wide Capacity for Shared Network IPs does not inc...
+`CLOUDSTACK-2026 <https://issues.apache.org/jira/browse/CLOUDSTACK-2026>`_  IPV6 - UI - Provide the ability to turn off all the IPV6 parameters by using a g...
+`CLOUDSTACK-2099 <https://issues.apache.org/jira/browse/CLOUDSTACK-2099>`_  Not able to add a host after a failed attempt to add the host to a wrong cluster...
+`CLOUDSTACK-2112 <https://issues.apache.org/jira/browse/CLOUDSTACK-2112>`_  VM went in stopped state after  live migration failed while vmscaleup...
+`CLOUDSTACK-2191 <https://issues.apache.org/jira/browse/CLOUDSTACK-2191>`_  sanity tests for "EIP : Optional public IP" changes ...
+`CLOUDSTACK-2291 <https://issues.apache.org/jira/browse/CLOUDSTACK-2291>`_  [BasicZone-XenServer] NPE while trying DeleteNetworkCmd...
+`CLOUDSTACK-2293 <https://issues.apache.org/jira/browse/CLOUDSTACK-2293>`_  [BasicZone-XenServer] DeletePhysicalNetworkCmd is not deleting the external devi...
+`CLOUDSTACK-2412 <https://issues.apache.org/jira/browse/CLOUDSTACK-2412>`_  [UI]Disable CiscoVnmc provider for PF/SourceNat/StaticNAT/Firewall dropdown list...
+`CLOUDSTACK-2418 <https://issues.apache.org/jira/browse/CLOUDSTACK-2418>`_  [GSLB] NPE while removing the GSLB enabled Netscaler device...
+`CLOUDSTACK-2471 <https://issues.apache.org/jira/browse/CLOUDSTACK-2471>`_  test_host_high_availability.py refers to non-existent library method wait_for_vm...
+`CLOUDSTACK-2501 <https://issues.apache.org/jira/browse/CLOUDSTACK-2501>`_  Scalevm - Need to take care of upgraded vms...
+`CLOUDSTACK-2790 <https://issues.apache.org/jira/browse/CLOUDSTACK-2790>`_  AWSAPI: packaging includes all .class files bloating size of the RPM...
+`CLOUDSTACK-2795 <https://issues.apache.org/jira/browse/CLOUDSTACK-2795>`_  Create template failed...
+`CLOUDSTACK-2845 <https://issues.apache.org/jira/browse/CLOUDSTACK-2845>`_  [DB upgrade] [ExternalLoadBalancer NetworkUsage] Duplicate entries in the databa...
+`CLOUDSTACK-2853 <https://issues.apache.org/jira/browse/CLOUDSTACK-2853>`_  Cloudstack copies xenserver scripts while adding host even the server is KVM hos...
+`CLOUDSTACK-2860 <https://issues.apache.org/jira/browse/CLOUDSTACK-2860>`_  Add new host into VMWare Cluster failed...
+`CLOUDSTACK-2910 <https://issues.apache.org/jira/browse/CLOUDSTACK-2910>`_  SC: Ctrl combinated with >. is not working of SC IME...
+`CLOUDSTACK-2911 <https://issues.apache.org/jira/browse/CLOUDSTACK-2911>`_  KO: Key translation fails for KO keyboard Right Alt, Han/Eng, Hanja keys...
+`CLOUDSTACK-2919 <https://issues.apache.org/jira/browse/CLOUDSTACK-2919>`_  Snapshot cannot be saved to full Secondary Storage, but doesn't utilize other Se...
+`CLOUDSTACK-3066 <https://issues.apache.org/jira/browse/CLOUDSTACK-3066>`_  No Error message is popped up on UI when a dedicated resource is dedicated to an...
+`CLOUDSTACK-3095 <https://issues.apache.org/jira/browse/CLOUDSTACK-3095>`_  [UI][API]Able to add multiple tier networks to a deployed VM using “Add network”...
+`CLOUDSTACK-3111 <https://issues.apache.org/jira/browse/CLOUDSTACK-3111>`_  [UI] Storage tab is not showing the Hypervisor column as 'KVM' if the (root/data...
+`CLOUDSTACK-3186 <https://issues.apache.org/jira/browse/CLOUDSTACK-3186>`_  Duplicate entries in /etc/hosts file on VR after reboot...
+`CLOUDSTACK-3195 <https://issues.apache.org/jira/browse/CLOUDSTACK-3195>`_  cannot view/delete forward rules if underlying/target VM is destroyed first...
+`CLOUDSTACK-3197 <https://issues.apache.org/jira/browse/CLOUDSTACK-3197>`_  UI: NTier: User is required to scroll down every single time to "Create Network"...
+`CLOUDSTACK-3212 <https://issues.apache.org/jira/browse/CLOUDSTACK-3212>`_  [Advanced_With_SG]View IP Address Range in Default Guest Network page does not s...
+`CLOUDSTACK-3272 <https://issues.apache.org/jira/browse/CLOUDSTACK-3272>`_  EventBus: add global config parameters to specify which category of events are p...
+`CLOUDSTACK-3317 <https://issues.apache.org/jira/browse/CLOUDSTACK-3317>`_  DVS does not support management\storage network...
+`CLOUDSTACK-3338 <https://issues.apache.org/jira/browse/CLOUDSTACK-3338>`_  Please provide an icon for "assignVMs" action in internal LB rule detailView...
+`CLOUDSTACK-3518 <https://issues.apache.org/jira/browse/CLOUDSTACK-3518>`_  G11n: JA,SC: Un translation issue occurred on the strings of different UI Specif...
+`CLOUDSTACK-3519 <https://issues.apache.org/jira/browse/CLOUDSTACK-3519>`_  G11n: JA,SC: Un translation issue occurred on the strings of different dropdown ...
+`CLOUDSTACK-3520 <https://issues.apache.org/jira/browse/CLOUDSTACK-3520>`_  G11n: JA,SC: Un translation issue occurred on the strings of different error/war...
+`CLOUDSTACK-3521 <https://issues.apache.org/jira/browse/CLOUDSTACK-3521>`_  G11n: JA,SC: Un translation issue occurred on the strings of different tooltips....
+`CLOUDSTACK-3522 <https://issues.apache.org/jira/browse/CLOUDSTACK-3522>`_  G11n: JA,SC: Un translation issue occurred on the strings of different buttons. ...
+`CLOUDSTACK-3523 <https://issues.apache.org/jira/browse/CLOUDSTACK-3523>`_  G11n: JA,SC: Un translation issue occurred on the strings of different popup mes...
+`CLOUDSTACK-3528 <https://issues.apache.org/jira/browse/CLOUDSTACK-3528>`_  [UI]list calls are in the processing state forever with invalid name provided wi...
+`CLOUDSTACK-3579 <https://issues.apache.org/jira/browse/CLOUDSTACK-3579>`_  [DOC]CLONE - Physical Netwok traffic label update requires Management Server res...
+`CLOUDSTACK-3607 <https://issues.apache.org/jira/browse/CLOUDSTACK-3607>`_  "guest_os_hypervisor" table has values that are not registered in "guest_os" tab...
+`CLOUDSTACK-3608 <https://issues.apache.org/jira/browse/CLOUDSTACK-3608>`_  "guest_os_hypervisor" table has repeated mappings of hypervisor and guest OS...
+`CLOUDSTACK-3656 <https://issues.apache.org/jira/browse/CLOUDSTACK-3656>`_  lots of cloud-management should be changed to cloudstack-management...
+`CLOUDSTACK-3788 <https://issues.apache.org/jira/browse/CLOUDSTACK-3788>`_  [KVM] Weekly Snapshot got stuck in "Allocated State"...
+`CLOUDSTACK-3813 <https://issues.apache.org/jira/browse/CLOUDSTACK-3813>`_  "Service.provider.create" event doesnt mention about the Service Provider in the...
+`CLOUDSTACK-3880 <https://issues.apache.org/jira/browse/CLOUDSTACK-3880>`_  /sbin/poweroff et al or ACPID initiated shutdown does not stop cloudstack-[usage...
+`CLOUDSTACK-3885 <https://issues.apache.org/jira/browse/CLOUDSTACK-3885>`_  CLONE - Volume Donwload URLs should expire - functionality missing...
+`CLOUDSTACK-3952 <https://issues.apache.org/jira/browse/CLOUDSTACK-3952>`_  Persist VR nic details in DB for additional public ranges...
+`CLOUDSTACK-3973 <https://issues.apache.org/jira/browse/CLOUDSTACK-3973>`_  [GSLB] [LOGS Message] Improving logs messages for GSLB rule configuration...
+`CLOUDSTACK-4016 <https://issues.apache.org/jira/browse/CLOUDSTACK-4016>`_  [PortableIP] [VPC] listPublicIpAddresses lists the portable IP that was already ...
+`CLOUDSTACK-4139 <https://issues.apache.org/jira/browse/CLOUDSTACK-4139>`_  [VMWARE]Failed to resize the volumes which are created from snapshot of root vol...
+`CLOUDSTACK-4475 <https://issues.apache.org/jira/browse/CLOUDSTACK-4475>`_  [ZWPS] attaching an uploaded volume to a VM is always going to first primary sto...
+`CLOUDSTACK-4517 <https://issues.apache.org/jira/browse/CLOUDSTACK-4517>`_  [upgrade][Vmware]Deployment of VM using centos 6.2 template registered before up...
+`CLOUDSTACK-4536 <https://issues.apache.org/jira/browse/CLOUDSTACK-4536>`_  [object_store_refactor] Inconsistency in volume store location on secondary stor...
+`CLOUDSTACK-4568 <https://issues.apache.org/jira/browse/CLOUDSTACK-4568>`_  Need to add this to the release note of 4.2...
+`CLOUDSTACK-4587 <https://issues.apache.org/jira/browse/CLOUDSTACK-4587>`_  VM is failing to deploy on a Legacy zone after adding zone wide primary storage ...
+`CLOUDSTACK-4644 <https://issues.apache.org/jira/browse/CLOUDSTACK-4644>`_  Tool Tip information is not provided for the new fields which are added in 4.2 (...
+`CLOUDSTACK-4789 <https://issues.apache.org/jira/browse/CLOUDSTACK-4789>`_  Fix ResourceMetaDataManagerTest...
+`CLOUDSTACK-4906 <https://issues.apache.org/jira/browse/CLOUDSTACK-4906>`_  add netaddr to marvin dependency list...
+`CLOUDSTACK-4987 <https://issues.apache.org/jira/browse/CLOUDSTACK-4987>`_  Able to add isolated network belonging to an account to a virtual machine belong...
+`CLOUDSTACK-5043 <https://issues.apache.org/jira/browse/CLOUDSTACK-5043>`_  [DOC] Page number missing and words truncated in PDFs since 4.1.1...
+`CLOUDSTACK-5044 <https://issues.apache.org/jira/browse/CLOUDSTACK-5044>`_  Configuration Framework Issue...
+`CLOUDSTACK-5090 <https://issues.apache.org/jira/browse/CLOUDSTACK-5090>`_  Anti-Affinity: VM fails to start on a cluster belonging to a different pod....
+`CLOUDSTACK-5243 <https://issues.apache.org/jira/browse/CLOUDSTACK-5243>`_  SSVM responds with timestamp...
+`CLOUDSTACK-5251 <https://issues.apache.org/jira/browse/CLOUDSTACK-5251>`_  No Error message is displayed when nonexistent NFS secondary storage  is added t...
+`CLOUDSTACK-5281 <https://issues.apache.org/jira/browse/CLOUDSTACK-5281>`_  resource limit shouldnt be counted for resources with display flag = 0...
+`CLOUDSTACK-5296 <https://issues.apache.org/jira/browse/CLOUDSTACK-5296>`_  Add certificate chain support for NS...
+`CLOUDSTACK-5307 <https://issues.apache.org/jira/browse/CLOUDSTACK-5307>`_  Same router is listed twice in router view of project...
+`CLOUDSTACK-5324 <https://issues.apache.org/jira/browse/CLOUDSTACK-5324>`_  error message not proper when start VM  fails because router reuires upgrade...
+`CLOUDSTACK-5342 <https://issues.apache.org/jira/browse/CLOUDSTACK-5342>`_  [Automation] Add NIC to virtual machine fails in KVM...
+`CLOUDSTACK-5359 <https://issues.apache.org/jira/browse/CLOUDSTACK-5359>`_  Failed to add second VMWARE cluster on a standard vSwitch enabled zone when vCen...
+`CLOUDSTACK-5395 <https://issues.apache.org/jira/browse/CLOUDSTACK-5395>`_  When backup snapshot fails becasue of backup.snapshot.wait time exceeding , the ...
+`CLOUDSTACK-5446 <https://issues.apache.org/jira/browse/CLOUDSTACK-5446>`_  KVM-Secondary Store down-Even after secondary store is brought back up after bei...
+`CLOUDSTACK-5474 <https://issues.apache.org/jira/browse/CLOUDSTACK-5474>`_  EventBus: RabbitMQ provider expects password to be stored in plain text....
+`CLOUDSTACK-5475 <https://issues.apache.org/jira/browse/CLOUDSTACK-5475>`_  cluster.cpu/(memory).allocated.capacity.disablethreshold is getting displayed mu...
+`CLOUDSTACK-5482 <https://issues.apache.org/jira/browse/CLOUDSTACK-5482>`_  Vmware - When nfs was down for about 1 hour , when snapshots were in progress , ...
+`CLOUDSTACK-5504 <https://issues.apache.org/jira/browse/CLOUDSTACK-5504>`_  Vmware-Primary store unavailable for 10 mts - All snapshot tasks reported failur...
+`CLOUDSTACK-5512 <https://issues.apache.org/jira/browse/CLOUDSTACK-5512>`_  template format name checking is crude and doesn't work with advanced URLs...
+`CLOUDSTACK-5536 <https://issues.apache.org/jira/browse/CLOUDSTACK-5536>`_  Restarting cloudstack service with template download in progress creates redunda...
+`CLOUDSTACK-5550 <https://issues.apache.org/jira/browse/CLOUDSTACK-5550>`_  UI - Api key and secret key not fully visible in user detail view....
+`CLOUDSTACK-5563 <https://issues.apache.org/jira/browse/CLOUDSTACK-5563>`_  path field is set to null in volumes table ...
+`CLOUDSTACK-5576 <https://issues.apache.org/jira/browse/CLOUDSTACK-5576>`_  RemoteVPNonVPC :  Label needs to be changed to "Enable Remote Access VPN"...
+`CLOUDSTACK-5583 <https://issues.apache.org/jira/browse/CLOUDSTACK-5583>`_  vmopsSnapshot plug-in (XenServer) does not return an error when it should...
+`CLOUDSTACK-5600 <https://issues.apache.org/jira/browse/CLOUDSTACK-5600>`_  Xenserver - After HA , CPVM's disk is corrupted resulting in CPVM being stuck in...
+`CLOUDSTACK-5616 <https://issues.apache.org/jira/browse/CLOUDSTACK-5616>`_  [DBHA]:There is no way to know to which DB is the CS writing in the case of DBHA...
+`CLOUDSTACK-5673 <https://issues.apache.org/jira/browse/CLOUDSTACK-5673>`_  [Hyper-V] Default IP address never configured on eth0 with default CentOS templa...
+`CLOUDSTACK-5700 <https://issues.apache.org/jira/browse/CLOUDSTACK-5700>`_  [Vmsync] - kvm- "paused" state of Vm is not synced to CS....
+`CLOUDSTACK-5719 <https://issues.apache.org/jira/browse/CLOUDSTACK-5719>`_  [UI] Not listing shared network offerings tagged on second physical network...
+`CLOUDSTACK-5724 <https://issues.apache.org/jira/browse/CLOUDSTACK-5724>`_  Console Proxy View - when using ctl c , errors seen on the console proxy view....
+`CLOUDSTACK-5744 <https://issues.apache.org/jira/browse/CLOUDSTACK-5744>`_  [Hyper-v] White screen on console window when more than two console sessions are...
+`CLOUDSTACK-5753 <https://issues.apache.org/jira/browse/CLOUDSTACK-5753>`_  [Hyper-v] ConsoleProxyLoadReportCommand does not honor the default value of cons...
+`CLOUDSTACK-5762 <https://issues.apache.org/jira/browse/CLOUDSTACK-5762>`_  [dynamic compute offerings]UI change required for select  compute offerinngs in ...
+`CLOUDSTACK-5794 <https://issues.apache.org/jira/browse/CLOUDSTACK-5794>`_  [Hyper-v] Specify username and domain name together in the username field while ...
+`CLOUDSTACK-5798 <https://issues.apache.org/jira/browse/CLOUDSTACK-5798>`_  While attaching a disk to WIN2012 VM with xencenter tools installed got error as...
+`CLOUDSTACK-5800 <https://issues.apache.org/jira/browse/CLOUDSTACK-5800>`_  While creating a VM from template (which is created based on existing newly crea...
+`CLOUDSTACK-5807 <https://issues.apache.org/jira/browse/CLOUDSTACK-5807>`_  Problem with shared datastore in VMware cluster with only one host...
+`CLOUDSTACK-5809 <https://issues.apache.org/jira/browse/CLOUDSTACK-5809>`_  Not able to deploy Vm becasue of crossing pool.storage.allocate d.capacity.disab...
+`CLOUDSTACK-5832 <https://issues.apache.org/jira/browse/CLOUDSTACK-5832>`_  Separate remote access VPN service from site 2 site vpn Service...
+`CLOUDSTACK-5834 <https://issues.apache.org/jira/browse/CLOUDSTACK-5834>`_  [upgrade]Error while collecting disk stats from : You gave an invalid object ref...
+`CLOUDSTACK-5836 <https://issues.apache.org/jira/browse/CLOUDSTACK-5836>`_  When tried to reverting back to (disk attached)quiesced vm snapshot, got error a...
+`CLOUDSTACK-5843 <https://issues.apache.org/jira/browse/CLOUDSTACK-5843>`_  registering templates/isos should be either async or changed to non-blocking...
+`CLOUDSTACK-5845 <https://issues.apache.org/jira/browse/CLOUDSTACK-5845>`_  [doc] Document Heterogeneous Secondary Storage Not Supported in Region...
+`CLOUDSTACK-5847 <https://issues.apache.org/jira/browse/CLOUDSTACK-5847>`_  [Hyper-V] [doc] Document creation of external vswitch for Hyper-V 2012 R2 (unlik...
+`CLOUDSTACK-5879 <https://issues.apache.org/jira/browse/CLOUDSTACK-5879>`_  Document on how to use RabbitMq event bus with spring modularisation done in 4.3...
+`CLOUDSTACK-5883 <https://issues.apache.org/jira/browse/CLOUDSTACK-5883>`_  unable to copy vmware routing template to primary storage...
+`CLOUDSTACK-5910 <https://issues.apache.org/jira/browse/CLOUDSTACK-5910>`_  mark the LDAP user as imported from LDAP...
+`CLOUDSTACK-5923 <https://issues.apache.org/jira/browse/CLOUDSTACK-5923>`_  XS/CS integration improvement, CS doesn't do master switch for XS...
+`CLOUDSTACK-5926 <https://issues.apache.org/jira/browse/CLOUDSTACK-5926>`_  [Doc] Create 4.3 Release Notes...
+`CLOUDSTACK-5933 <https://issues.apache.org/jira/browse/CLOUDSTACK-5933>`_  Problem with VMware snapshot when datastore has a space in its name...
+`CLOUDSTACK-5934 <https://issues.apache.org/jira/browse/CLOUDSTACK-5934>`_  Problem with VMware snapshot when datastore has a space in its name...
+`CLOUDSTACK-5935 <https://issues.apache.org/jira/browse/CLOUDSTACK-5935>`_  Problem with VMware snapshot when datastore has a space in its name...
+`CLOUDSTACK-5952 <https://issues.apache.org/jira/browse/CLOUDSTACK-5952>`_  [UI] VM ip address information is not shown after configuring static NAT...
+`CLOUDSTACK-5972 <https://issues.apache.org/jira/browse/CLOUDSTACK-5972>`_  [DOC] Service monitoring enable/disable from global setting...
+`CLOUDSTACK-5974 <https://issues.apache.org/jira/browse/CLOUDSTACK-5974>`_  [Automation] Adding persistent network (with All services through VpcVirtualRout...
+`CLOUDSTACK-5975 <https://issues.apache.org/jira/browse/CLOUDSTACK-5975>`_  Validate ICMP protocol type and codes in API layer...
+`CLOUDSTACK-5991 <https://issues.apache.org/jira/browse/CLOUDSTACK-5991>`_  [UI]Infinite scrolling should be enabled to the Ldap user add page...
+`CLOUDSTACK-5992 <https://issues.apache.org/jira/browse/CLOUDSTACK-5992>`_  [Upgrade] default values of configuraiton parameters in configuration table are ...
+`CLOUDSTACK-5999 <https://issues.apache.org/jira/browse/CLOUDSTACK-5999>`_  Virtual Router does not start if Guest VM is rebooted from CloudStack...
+`CLOUDSTACK-6038 <https://issues.apache.org/jira/browse/CLOUDSTACK-6038>`_  systemvm template for HyperV with jre7...
+`CLOUDSTACK-6039 <https://issues.apache.org/jira/browse/CLOUDSTACK-6039>`_  systemvm template for VMWare with jre7...
+`CLOUDSTACK-6043 <https://issues.apache.org/jira/browse/CLOUDSTACK-6043>`_  VMware detaching volume fails if volume has snapshots...
+`CLOUDSTACK-6045 <https://issues.apache.org/jira/browse/CLOUDSTACK-6045>`_  [GSoC] Create GUI to add primary storage based on plug-ins...
+`CLOUDSTACK-6053 <https://issues.apache.org/jira/browse/CLOUDSTACK-6053>`_  While adding smb as primary or secondary the password should be uri encoded...
+`CLOUDSTACK-6055 <https://issues.apache.org/jira/browse/CLOUDSTACK-6055>`_  [Automation] Firewall rule creation failing for portable public IP with error "F...
+`CLOUDSTACK-6075 <https://issues.apache.org/jira/browse/CLOUDSTACK-6075>`_  Increase the ram size for router service offering ...
+`CLOUDSTACK-6096 <https://issues.apache.org/jira/browse/CLOUDSTACK-6096>`_  Using eject on Windows will prevent attaching ISO to the instance...
+`CLOUDSTACK-6101 <https://issues.apache.org/jira/browse/CLOUDSTACK-6101>`_  Contrail:MS: Disable NAT on acquired IP results in exception...
+`CLOUDSTACK-6108 <https://issues.apache.org/jira/browse/CLOUDSTACK-6108>`_  Network throttling for the VM's running on Hyper-V...
+`CLOUDSTACK-6128 <https://issues.apache.org/jira/browse/CLOUDSTACK-6128>`_  Clean up over-permissive filesystem grants in Cloudstack...
+`CLOUDSTACK-6148 <https://issues.apache.org/jira/browse/CLOUDSTACK-6148>`_  UI for feature "Use Secondary IP Address of NIC in load balancing"...
+`CLOUDSTACK-6169 <https://issues.apache.org/jira/browse/CLOUDSTACK-6169>`_  assignVirtualMachine leaves associated tags assigned to old account...
+`CLOUDSTACK-6199 <https://issues.apache.org/jira/browse/CLOUDSTACK-6199>`_  Action Events - hide them when display flag is off in the context of "Ability to...
+`CLOUDSTACK-6209 <https://issues.apache.org/jira/browse/CLOUDSTACK-6209>`_  Building noredist packages for ubuntu doesn't include vmware jars in systemvm.is...
+`CLOUDSTACK-6213 <https://issues.apache.org/jira/browse/CLOUDSTACK-6213>`_  Add new field to API @Parameter indicating if the param should be skipped from l...
+`CLOUDSTACK-6218 <https://issues.apache.org/jira/browse/CLOUDSTACK-6218>`_  VR commands need to be serialized in VR resource...
+`CLOUDSTACK-6220 <https://issues.apache.org/jira/browse/CLOUDSTACK-6220>`_  Cloudstack agent fails to start due to broken init script...
+`CLOUDSTACK-6225 <https://issues.apache.org/jira/browse/CLOUDSTACK-6225>`_  resize volume fails on CentOS 6, Ubuntu 12.04...
+`CLOUDSTACK-6228 <https://issues.apache.org/jira/browse/CLOUDSTACK-6228>`_  Some action confirm dialogs show incorrect icon...
+`CLOUDSTACK-6239 <https://issues.apache.org/jira/browse/CLOUDSTACK-6239>`_  [Automation] jasypt decryption error is thrown after restarting console proxy VM...
+`CLOUDSTACK-6248 <https://issues.apache.org/jira/browse/CLOUDSTACK-6248>`_  Improve getting alerts from VR to execute in parallel in case of multipleVRs...
+`CLOUDSTACK-6274 <https://issues.apache.org/jira/browse/CLOUDSTACK-6274>`_  Scope issue attaching a disk to a VM...
+`CLOUDSTACK-6323 <https://issues.apache.org/jira/browse/CLOUDSTACK-6323>`_  GetUser API always returns admin info...
+`CLOUDSTACK-6352 <https://issues.apache.org/jira/browse/CLOUDSTACK-6352>`_  Shared Network deletion fails with NPE if there are L2-L7 services added with th...
+`CLOUDSTACK-6355 <https://issues.apache.org/jira/browse/CLOUDSTACK-6355>`_  Document steps to create LXC template...
+`CLOUDSTACK-6356 <https://issues.apache.org/jira/browse/CLOUDSTACK-6356>`_  OVS: tunnel networks does not work across the XenServer clusers...
+`CLOUDSTACK-6358 <https://issues.apache.org/jira/browse/CLOUDSTACK-6358>`_  Remove hardcoded guest OS mappings...
+`CLOUDSTACK-6396 <https://issues.apache.org/jira/browse/CLOUDSTACK-6396>`_  KVM RBD Volumes shown as OVM, prevents snapshots...
+`CLOUDSTACK-6397 <https://issues.apache.org/jira/browse/CLOUDSTACK-6397>`_  S3 Uploads to Rados are seemingly capped at 5GB internally & other errors...
+`CLOUDSTACK-6403 <https://issues.apache.org/jira/browse/CLOUDSTACK-6403>`_  ListApi Responses does not have "count" parameter and response arrays defined as...
+`CLOUDSTACK-6407 <https://issues.apache.org/jira/browse/CLOUDSTACK-6407>`_  NPE while collecting VM statistics ...
+`CLOUDSTACK-6414 <https://issues.apache.org/jira/browse/CLOUDSTACK-6414>`_  [UI] UI is not allowing to create DomainAdmin User (ReferenceError: rootDomainId...
+`CLOUDSTACK-6417 <https://issues.apache.org/jira/browse/CLOUDSTACK-6417>`_  Adding the KVM host to management server is failing...
+`CLOUDSTACK-6420 <https://issues.apache.org/jira/browse/CLOUDSTACK-6420>`_  Network implement: use network stateMachine instead of explicitly setting the st...
+`CLOUDSTACK-6426 <https://issues.apache.org/jira/browse/CLOUDSTACK-6426>`_  Event Bus no longer receives events for AsyncJobs...
+`CLOUDSTACK-6448 <https://issues.apache.org/jira/browse/CLOUDSTACK-6448>`_  VPC router won't be created when a private gateway is defined. ...
+`CLOUDSTACK-6482 <https://issues.apache.org/jira/browse/CLOUDSTACK-6482>`_  [API-LoadBalancing]Passing invalid vm name and vmip to assignToLoadBalancerRule ...
+`CLOUDSTACK-6486 <https://issues.apache.org/jira/browse/CLOUDSTACK-6486>`_  Isolation network creation fails when isolationMethod is set in lower case for t...
+`CLOUDSTACK-6493 <https://issues.apache.org/jira/browse/CLOUDSTACK-6493>`_  Multiple Nic for the guest VM running on Hyper-V...
+`CLOUDSTACK-6495 <https://issues.apache.org/jira/browse/CLOUDSTACK-6495>`_  JSVC package dependancy failures during installation  of Cloudstack Agent on RHE...
+`CLOUDSTACK-6499 <https://issues.apache.org/jira/browse/CLOUDSTACK-6499>`_  bug fixes for replacing realhostip with custom domain...
+`CLOUDSTACK-6510 <https://issues.apache.org/jira/browse/CLOUDSTACK-6510>`_  java.lang.IllegalStateException: circular reference error during live migration ...
+`CLOUDSTACK-6514 <https://issues.apache.org/jira/browse/CLOUDSTACK-6514>`_  VMware: Is space allocated for snapshots counted correctly?...
+`CLOUDSTACK-6515 <https://issues.apache.org/jira/browse/CLOUDSTACK-6515>`_  VMware: Only updating chain_info in volumes table when VM is started...
+`CLOUDSTACK-6516 <https://issues.apache.org/jira/browse/CLOUDSTACK-6516>`_  Default value of secstorage.encrypt.copy overridden...
+`CLOUDSTACK-6521 <https://issues.apache.org/jira/browse/CLOUDSTACK-6521>`_  [Hyper-V] fix generating of Hyper-v template in jenkins...
+`CLOUDSTACK-6528 <https://issues.apache.org/jira/browse/CLOUDSTACK-6528>`_  SetupGuestNetwork command is not deleting the guest network configured on the et...
+`CLOUDSTACK-6562 <https://issues.apache.org/jira/browse/CLOUDSTACK-6562>`_  [Automation] [XenServer] Secondary Storage count for account shows double the va...
+`CLOUDSTACK-6579 <https://issues.apache.org/jira/browse/CLOUDSTACK-6579>`_  used_bytes column of storage_pool table is no longer used and should be removed...
+`CLOUDSTACK-6591 <https://issues.apache.org/jira/browse/CLOUDSTACK-6591>`_  AddNetworkOffering Page gives DB Exception while executing listServiceOfferings ...
+`CLOUDSTACK-6592 <https://issues.apache.org/jira/browse/CLOUDSTACK-6592>`_  OVS distributed routing: make populate flooding rules transactional...
+`CLOUDSTACK-6593 <https://issues.apache.org/jira/browse/CLOUDSTACK-6593>`_  Connectivity service capabilites should be matched with the provider only if at ...
+`CLOUDSTACK-6596 <https://issues.apache.org/jira/browse/CLOUDSTACK-6596>`_  Add UUID and display flag update support for LBStickinessPolicy and LBHealthChec...
+`CLOUDSTACK-6597 <https://issues.apache.org/jira/browse/CLOUDSTACK-6597>`_  Updatevm - root admin should be allowed to change instance name...
+`CLOUDSTACK-6601 <https://issues.apache.org/jira/browse/CLOUDSTACK-6601>`_  listLoadBalancers: add forDisplay parameter to the API request...
+`CLOUDSTACK-124 <https://issues.apache.org/jira/browse/CLOUDSTACK-124>`_    NetworkGarbageCollector not cleaning up networks...
+`CLOUDSTACK-231 <https://issues.apache.org/jira/browse/CLOUDSTACK-231>`_    Tag creation using special charecters ...
+`CLOUDSTACK-245 <https://issues.apache.org/jira/browse/CLOUDSTACK-245>`_    VPC ACLs are not stored and programmed consistently...
+`CLOUDSTACK-270 <https://issues.apache.org/jira/browse/CLOUDSTACK-270>`_    Ui should not ask for a vlan range if the physical network isolation type is not...
+`CLOUDSTACK-300 <https://issues.apache.org/jira/browse/CLOUDSTACK-300>`_    Creation of  compute offering allow   combination of local storage + HA...
+`CLOUDSTACK-310 <https://issues.apache.org/jira/browse/CLOUDSTACK-310>`_    Failed to add host - Plugin error...
+`CLOUDSTACK-315 <https://issues.apache.org/jira/browse/CLOUDSTACK-315>`_    Infrastructure view does not show capacity values...
+`CLOUDSTACK-338 <https://issues.apache.org/jira/browse/CLOUDSTACK-338>`_    Unique Names of Disk and Service Offerings in the database are prefixed with "Cl...
+`CLOUDSTACK-458 <https://issues.apache.org/jira/browse/CLOUDSTACK-458>`_    xen:snapshots:Storage gc fail to clean the failed snapshot images from secondary...
+`CLOUDSTACK-469 <https://issues.apache.org/jira/browse/CLOUDSTACK-469>`_    CloudStack Documentation Landing Page has Alignment Issues...
+`CLOUDSTACK-963 <https://issues.apache.org/jira/browse/CLOUDSTACK-963>`_    [cloud.utils.AnnotationHelper]  class java.lang.Stringdoes not have a Table anno...
+`CLOUDSTACK-969 <https://issues.apache.org/jira/browse/CLOUDSTACK-969>`_    api: zone response lists vlan in it as "vlan range of zone" but the vlan belongs...
+`CLOUDSTACK-1306 <https://issues.apache.org/jira/browse/CLOUDSTACK-1306>`_  Better Error message when trying to deploy Vm by passing static Ipv4 addresses t...
+`CLOUDSTACK-1432 <https://issues.apache.org/jira/browse/CLOUDSTACK-1432>`_  [UI] Inconsistent field names in "Add Cluster" dialog...
+`CLOUDSTACK-1471 <https://issues.apache.org/jira/browse/CLOUDSTACK-1471>`_  Pop up window for host details/(host related operation) are not properly alligne...
+`CLOUDSTACK-1524 <https://issues.apache.org/jira/browse/CLOUDSTACK-1524>`_  "White-box" effect changes when changing value in combo box...
+`CLOUDSTACK-1932 <https://issues.apache.org/jira/browse/CLOUDSTACK-1932>`_  AutoScale UI documentation doesn't mention the option appears only for NetScaler...
+`CLOUDSTACK-2000 <https://issues.apache.org/jira/browse/CLOUDSTACK-2000>`_  CS4.1 Installation document - cloud-install-sys-tmplt command documented in wron...
+`CLOUDSTACK-2213 <https://issues.apache.org/jira/browse/CLOUDSTACK-2213>`_  russian language select failure...
+`CLOUDSTACK-2345 <https://issues.apache.org/jira/browse/CLOUDSTACK-2345>`_  [GSLB] deleting GSLB rules is not cleaning server info from GSLB device...
+`CLOUDSTACK-2436 <https://issues.apache.org/jira/browse/CLOUDSTACK-2436>`_  Message "You do not have any affinity groups. Please continue to the next step."...
+`CLOUDSTACK-2439 <https://issues.apache.org/jira/browse/CLOUDSTACK-2439>`_  "Domain" field under login page should be mandatory for the non root accounts....
+`CLOUDSTACK-2449 <https://issues.apache.org/jira/browse/CLOUDSTACK-2449>`_  Dropdown menu for action button scaleup System VM shows all service offering inc...
+`CLOUDSTACK-2453 <https://issues.apache.org/jira/browse/CLOUDSTACK-2453>`_  Select view dropdown under "Network" is listing the options in the absence of ad...
+`CLOUDSTACK-2464 <https://issues.apache.org/jira/browse/CLOUDSTACK-2464>`_  [GSLB][UI] "Add GSLB" wizard doesn't prompt for "PersistenceType"...
+`CLOUDSTACK-2533 <https://issues.apache.org/jira/browse/CLOUDSTACK-2533>`_  Add Network to VM dialog should only show those network in the dropdown which ar...
+`CLOUDSTACK-2535 <https://issues.apache.org/jira/browse/CLOUDSTACK-2535>`_  Cleanup port-profiles that gets created on Nexus switch as part of network clean...
+`CLOUDSTACK-2559 <https://issues.apache.org/jira/browse/CLOUDSTACK-2559>`_  [UI]Resource Name should not be present in UI as it is not available in listASA1...
+`CLOUDSTACK-2605 <https://issues.apache.org/jira/browse/CLOUDSTACK-2605>`_  Add Network to VM Command button should not be displayed for VMs  belonging to B...
+`CLOUDSTACK-2697 <https://issues.apache.org/jira/browse/CLOUDSTACK-2697>`_  cluster id in alert message is null {alertType:: 1 // dataCenterId:: 1 // podId:...
+`CLOUDSTACK-2951 <https://issues.apache.org/jira/browse/CLOUDSTACK-2951>`_  [UI][Mixed-Zone-Management] during "add Instance" wizard, listTemplates API is n...
+`CLOUDSTACK-2993 <https://issues.apache.org/jira/browse/CLOUDSTACK-2993>`_  [PortableIPRange] remove some of the unused columns if they are not required fro...
+`CLOUDSTACK-3025 <https://issues.apache.org/jira/browse/CLOUDSTACK-3025>`_  The page and pagesize parameters are not working in ListCfgsByCmds with zoneid s...
+`CLOUDSTACK-3063 <https://issues.apache.org/jira/browse/CLOUDSTACK-3063>`_  [UI]Dedicating a host to  non-root domain which has instances of other domain(ro...
+`CLOUDSTACK-3101 <https://issues.apache.org/jira/browse/CLOUDSTACK-3101>`_  [DR] list* APIs are not working based on the display* flags ...
+`CLOUDSTACK-3225 <https://issues.apache.org/jira/browse/CLOUDSTACK-3225>`_  Multiple NPEs when cloudstack-management service is restarted with incomplete ta...
+`CLOUDSTACK-3265 <https://issues.apache.org/jira/browse/CLOUDSTACK-3265>`_  [Health Check for NS LB]Failure to create a lb health check policy returns a API...
+`CLOUDSTACK-3325 <https://issues.apache.org/jira/browse/CLOUDSTACK-3325>`_  [UI] [GSLB]: add text box to specify weight for each load balancer participating...
+`CLOUDSTACK-3406 <https://issues.apache.org/jira/browse/CLOUDSTACK-3406>`_  UI: ZWPS: Zone wizard: Primary storage creation failed after "fix error" in "add...
+`CLOUDSTACK-3477 <https://issues.apache.org/jira/browse/CLOUDSTACK-3477>`_  resizeDataVolume doesn't return proper error message when trying to shrink volum...
+`CLOUDSTACK-3553 <https://issues.apache.org/jira/browse/CLOUDSTACK-3553>`_  [UI]UI remains in the processing state forever when it failed to delete primary ...
+`CLOUDSTACK-3671 <https://issues.apache.org/jira/browse/CLOUDSTACK-3671>`_  Set Host, Management Network and Storage Network Properly when there are multipl...
+`CLOUDSTACK-3815 <https://issues.apache.org/jira/browse/CLOUDSTACK-3815>`_  "SNAPSHOT.CREATE" event's states are not registered on the events table ...
+`CLOUDSTACK-3895 <https://issues.apache.org/jira/browse/CLOUDSTACK-3895>`_  VM Migration across VMWARE clusters which are added with different switches(Stan...
+`CLOUDSTACK-3896 <https://issues.apache.org/jira/browse/CLOUDSTACK-3896>`_  [PrimaryStorage] deleteStoragePool is not kicking GC for the downloaded system v...
+`CLOUDSTACK-3994 <https://issues.apache.org/jira/browse/CLOUDSTACK-3994>`_  Wrong error notification is generated when Primary storage (Cluster wide) is add...
+`CLOUDSTACK-3995 <https://issues.apache.org/jira/browse/CLOUDSTACK-3995>`_  No error notification is generated when Primary storage (Zonelevel) is added wit...
+`CLOUDSTACK-4071 <https://issues.apache.org/jira/browse/CLOUDSTACK-4071>`_  [UI] - Word 'Default' is misspelled in descripiton of integration.api.port under...
+`CLOUDSTACK-4183 <https://issues.apache.org/jira/browse/CLOUDSTACK-4183>`_  [Non-Contiguous VLAN] Typos Appear in an Error Message...
+`CLOUDSTACK-5033 <https://issues.apache.org/jira/browse/CLOUDSTACK-5033>`_  ipaddress in management-server.log and api.log are wrong if management servers i...
+`CLOUDSTACK-5309 <https://issues.apache.org/jira/browse/CLOUDSTACK-5309>`_  version number and requires upgrade fields are not displayed for routers when na...
+`CLOUDSTACK-5524 <https://issues.apache.org/jira/browse/CLOUDSTACK-5524>`_  [UI]"root disk size" field should be removed from the add instance wizard since ...
+`CLOUDSTACK-5885 <https://issues.apache.org/jira/browse/CLOUDSTACK-5885>`_  When process receives error, loading overlay on listView element does not disapp...
+`CLOUDSTACK-6192 <https://issues.apache.org/jira/browse/CLOUDSTACK-6192>`_  KVM: StartCommand and PrepareForMigrationCommand don't fail if storage adaptor f...
+`CLOUDSTACK-6261 <https://issues.apache.org/jira/browse/CLOUDSTACK-6261>`_  remove the forceful timeout setting when login to NetScaler...
+`CLOUDSTACK-6265 <https://issues.apache.org/jira/browse/CLOUDSTACK-6265>`_  Recover/restore VM actions: Fix icon, label, and confirmation dialog...
+`CLOUDSTACK-6412 <https://issues.apache.org/jira/browse/CLOUDSTACK-6412>`_  [UI]Incorrect Field value added with host details page(Dedicated    label.no)...
+`CLOUDSTACK-6534 <https://issues.apache.org/jira/browse/CLOUDSTACK-6534>`_  Have to click in field to access VMware properties...
+`CLOUDSTACK-6576 <https://issues.apache.org/jira/browse/CLOUDSTACK-6576>`_  No Error Handling while deploying GPU unsupported instances on a GPU enabled hos...
+`CLOUDSTACK-5522 <https://issues.apache.org/jira/browse/CLOUDSTACK-5522>`_  Need of one more column i.e., "Name" at   Home>Storage - Snapshots...
+`CLOUDSTACK-6552 <https://issues.apache.org/jira/browse/CLOUDSTACK-6552>`_  Cloudstack-Management install package creates log directory that is never used...
+==========================================================================  ===================================================================================


[6/8] git commit: sysvm-templates infos in one file and include in upgrade instructions.

Posted by se...@apache.org.
sysvm-templates infos in one file and include in upgrade instructions.

Signed-off-by: Sebastien Goasguen <ru...@gmail.com>


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

Branch: refs/heads/master
Commit: 1955c9d537a5ade2221ecc596d4f9f74112d5e3c
Parents: f2d59ab
Author: Pierre-Luc Dion <pd...@cloudops.com>
Authored: Wed May 7 21:57:20 2014 -0400
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Mon May 19 08:49:38 2014 +0200

----------------------------------------------------------------------
 source/global.rst             |   3 +
 source/rnotes.rst             | 400 +------------------------------------
 source/systemvm_templates.rst |  78 ++++++++
 3 files changed, 87 insertions(+), 394 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/1955c9d5/source/global.rst
----------------------------------------------------------------------
diff --git a/source/global.rst b/source/global.rst
index 76b7df6..2f5fce1 100644
--- a/source/global.rst
+++ b/source/global.rst
@@ -18,3 +18,6 @@
 .. _CloudStack Installation Guide: http://docs.cloudstack.apache.org/projects/cloudstack-installation
 .. _CloudStack Administrator's Guide: http://docs.cloudstack.apache.org/projects/cloudstack-administration
 
+.. |sysvm-url-xen| replace:: http://download.cloud.com/templates/4.3/systemvm64template-2014-01-14-master-xen.vhd.bz2
+.. |sysvm-url-kvm| replace:: http://download.cloud.com/templates/4.3/systemvm64template-2014-01-14-master-kvm.qcow2.bz2
+.. |sysvm-url-vmware| replace:: http://download.cloud.com/templates/4.3/systemvm64template-2014-01-14-master-vmware.ova
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/1955c9d5/source/rnotes.rst
----------------------------------------------------------------------
diff --git a/source/rnotes.rst b/source/rnotes.rst
index 8409c7f..48f9b38 100644
--- a/source/rnotes.rst
+++ b/source/rnotes.rst
@@ -173,84 +173,7 @@ working on a production system.
       In the Register template dialog box, specify the following values
       (do not change these):
 
-       +-------------------------+-----------------------------------------------------------------------------------------------+
-       | Hypervisor              | Description                                                                                   |
-       +=========================+===============================================================================================+
-       | XenServer               | Name: systemvm-xenserver-|version|                                                            |
-       |                         |                                                                                               |
-       |                         | Description: systemvm-xenserver-|version|                                                     |
-       |                         |                                                                                               |
-       |                         | URL:                                                                                          |
-       |                         | |sysvm-url-xen|                                                                               |
-       |                         |                                                                                               |
-       |                         | Zone: Choose the zone where this hypervisor is used                                           |
-       |                         |                                                                                               |
-       |                         | Hypervisor: XenServer                                                                         |
-       |                         |                                                                                               |
-       |                         | Format: VHD                                                                                   |
-       |                         |                                                                                               |
-       |                         | OS Type: Debian GNU/Linux 7.0 (64-bit) (or the                                                |
-       |                         | highest Debian release number available in the                                                |
-       |                         | dropdown)                                                                                     |
-       |                         |                                                                                               |
-       |                         | Extractable: no                                                                               |
-       |                         |                                                                                               |
-       |                         | Password Enabled: no                                                                          |
-       |                         |                                                                                               |
-       |                         | Public: no                                                                                    |
-       |                         |                                                                                               |
-       |                         | Featured: no                                                                                  |
-       +-------------------------+-----------------------------------------------------------------------------------------------+
-       | KVM                     | Name: systemvm-kvm-|version|                                                                  |
-       |                         |                                                                                               |
-       |                         | Description: systemvm-kvm-|version|                                                           |
-       |                         |                                                                                               |
-       |                         | URL:                                                                                          |	
-       |                         | |sysvm-url-kvm|                                                                               |
-       |                         |                                                                                               |
-       |                         | Zone: Choose the zone where this hypervisor is used                                           |
-       |                         |                                                                                               |
-       |                         | Hypervisor: KVM                                                                               |
-       |                         |                                                                                               |
-       |                         | Format: QCOW2                                                                                 |
-       |                         |                                                                                               |
-       |                         | OS Type: Debian GNU/Linux 7.0 (64-bit) (or the                                                |
-       |                         | highest Debian release number available in the                                                |
-       |                         | dropdown)                                                                                     |
-       |                         |                                                                                               |
-       |                         | Extractable: no                                                                               |
-       |                         |                                                                                               |
-       |                         | Password Enabled: no                                                                          |
-       |                         |                                                                                               |
-       |                         | Public: no                                                                                    |
-       |                         |                                                                                               |
-       |                         | Featured: no                                                                                  |
-       +-------------------------+-----------------------------------------------------------------------------------------------+
-       | VMware                  | Name: systemvm-vmware-|version|                                                               |
-       |                         |                                                                                               |
-       |                         | Description: systemvm-vmware-|version|                                                        |
-       |                         |                                                                                               |
-       |                         | URL:                                                                                          |
-       |                         | |sysvm-url-vmware|                                                                            |
-       |                         |                                                                                               |
-       |                         | Zone: Choose the zone where this hypervisor is used                                           |
-       |                         |                                                                                               |
-       |                         | Hypervisor: VMware                                                                            |
-       |                         |                                                                                               |
-       |                         | Format: OVA                                                                                   |
-       |                         |                                                                                               |
-       |                         | OS Type: Debian GNU/Linux 7.0 (64-bit) (or the                                                |
-       |                         | highest Debian release number available in the                                                |
-       |                         | dropdown)                                                                                     |
-       |                         |                                                                                               |
-       |                         | Extractable: no                                                                               |
-       |                         |                                                                                               |
-       |                         | Password Enabled: no                                                                          |
-       |                         |                                                                                               |
-       |                         | Public: no                                                                                    |
-       |                         |                                                                                               |
-       |                         | Featured: no                                                                                  |
-       +-------------------------+-----------------------------------------------------------------------------------------------+
+      .. include:: systemvm_templates.rst
 
 #. 
 
@@ -700,84 +623,7 @@ working on a production system.
       In the Register template dialog box, specify the following values
       (do not change these):
 
-       +-------------------------+-----------------------------------------------------------------------------------------------+
-       | Hypervisor              | Description                                                                                   |
-       +=========================+===============================================================================================+
-       | XenServer               | Name: systemvm-xenserver-|version|                                                            |
-       |                         |                                                                                               |
-       |                         | Description: systemvm-xenserver-|version|                                                     |
-       |                         |                                                                                               |
-       |                         | URL:                                                                                          |
-       |                         | |sysvm-url-xen|                                                                               |
-       |                         |                                                                                               |
-       |                         | Zone: Choose the zone where this hypervisor is used                                           |
-       |                         |                                                                                               |
-       |                         | Hypervisor: XenServer                                                                         |
-       |                         |                                                                                               |
-       |                         | Format: VHD                                                                                   |
-       |                         |                                                                                               |
-       |                         | OS Type: Debian GNU/Linux 7.0 (64-bit) (or the                                                |
-       |                         | highest Debian release number available in the                                                |
-       |                         | dropdown)                                                                                     |
-       |                         |                                                                                               |
-       |                         | Extractable: no                                                                               |
-       |                         |                                                                                               |
-       |                         | Password Enabled: no                                                                          |
-       |                         |                                                                                               |
-       |                         | Public: no                                                                                    |
-       |                         |                                                                                               |
-       |                         | Featured: no                                                                                  |
-       +-------------------------+-----------------------------------------------------------------------------------------------+
-       | KVM                     | Name: systemvm-kvm-|version|                                                                  |
-       |                         |                                                                                               |
-       |                         | Description: systemvm-kvm-|version|                                                           |
-       |                         |                                                                                               |
-       |                         | URL:                                                                                          |	
-       |                         | |sysvm-url-kvm|                                                                               |
-       |                         |                                                                                               |
-       |                         | Zone: Choose the zone where this hypervisor is used                                           |
-       |                         |                                                                                               |
-       |                         | Hypervisor: KVM                                                                               |
-       |                         |                                                                                               |
-       |                         | Format: QCOW2                                                                                 |
-       |                         |                                                                                               |
-       |                         | OS Type: Debian GNU/Linux 7.0 (64-bit) (or the                                                |
-       |                         | highest Debian release number available in the                                                |
-       |                         | dropdown)                                                                                     |
-       |                         |                                                                                               |
-       |                         | Extractable: no                                                                               |
-       |                         |                                                                                               |
-       |                         | Password Enabled: no                                                                          |
-       |                         |                                                                                               |
-       |                         | Public: no                                                                                    |
-       |                         |                                                                                               |
-       |                         | Featured: no                                                                                  |
-       +-------------------------+-----------------------------------------------------------------------------------------------+
-       | VMware                  | Name: systemvm-vmware-|version|                                                               |
-       |                         |                                                                                               |
-       |                         | Description: systemvm-vmware-|version|                                                        |
-       |                         |                                                                                               |
-       |                         | URL:                                                                                          |
-       |                         | |sysvm-url-vmware|                                                                            |
-       |                         |                                                                                               |
-       |                         | Zone: Choose the zone where this hypervisor is used                                           |
-       |                         |                                                                                               |
-       |                         | Hypervisor: VMware                                                                            |
-       |                         |                                                                                               |
-       |                         | Format: OVA                                                                                   |
-       |                         |                                                                                               |
-       |                         | OS Type: Debian GNU/Linux 7.0 (64-bit) (or the                                                |
-       |                         | highest Debian release number available in the                                                |
-       |                         | dropdown)                                                                                     |
-       |                         |                                                                                               |
-       |                         | Extractable: no                                                                               |
-       |                         |                                                                                               |
-       |                         | Password Enabled: no                                                                          |
-       |                         |                                                                                               |
-       |                         | Public: no                                                                                    |
-       |                         |                                                                                               |
-       |                         | Featured: no                                                                                  |
-       +-------------------------+-----------------------------------------------------------------------------------------------+
+      .. include:: systemvm_templates.rst
 
 
 #. 
@@ -1245,84 +1091,7 @@ working on a production system.
       In the Register template dialog box, specify the following values
       (do not change these):
 
-       +-------------------------+-----------------------------------------------------------------------------------------------+
-       | Hypervisor              | Description                                                                                   |
-       +=========================+===============================================================================================+
-       | XenServer               | Name: systemvm-xenserver-|version|                                                            |
-       |                         |                                                                                               |
-       |                         | Description: systemvm-xenserver-|version|                                                     |
-       |                         |                                                                                               |
-       |                         | URL:                                                                                          |
-       |                         | |sysvm-url-xen|                                                                               |
-       |                         |                                                                                               |
-       |                         | Zone: Choose the zone where this hypervisor is used                                           |
-       |                         |                                                                                               |
-       |                         | Hypervisor: XenServer                                                                         |
-       |                         |                                                                                               |
-       |                         | Format: VHD                                                                                   |
-       |                         |                                                                                               |
-       |                         | OS Type: Debian GNU/Linux 7.0 (64-bit) (or the                                                |
-       |                         | highest Debian release number available in the                                                |
-       |                         | dropdown)                                                                                     |
-       |                         |                                                                                               |
-       |                         | Extractable: no                                                                               |
-       |                         |                                                                                               |
-       |                         | Password Enabled: no                                                                          |
-       |                         |                                                                                               |
-       |                         | Public: no                                                                                    |
-       |                         |                                                                                               |
-       |                         | Featured: no                                                                                  |
-       +-------------------------+-----------------------------------------------------------------------------------------------+
-       | KVM                     | Name: systemvm-kvm-|version|                                                                  |
-       |                         |                                                                                               |
-       |                         | Description: systemvm-kvm-|version|                                                           |
-       |                         |                                                                                               |
-       |                         | URL:                                                                                          |	
-       |                         | |sysvm-url-kvm|                                                                               |
-       |                         |                                                                                               |
-       |                         | Zone: Choose the zone where this hypervisor is used                                           |
-       |                         |                                                                                               |
-       |                         | Hypervisor: KVM                                                                               |
-       |                         |                                                                                               |
-       |                         | Format: QCOW2                                                                                 |
-       |                         |                                                                                               |
-       |                         | OS Type: Debian GNU/Linux 7.0 (64-bit) (or the                                                |
-       |                         | highest Debian release number available in the                                                |
-       |                         | dropdown)                                                                                     |
-       |                         |                                                                                               |
-       |                         | Extractable: no                                                                               |
-       |                         |                                                                                               |
-       |                         | Password Enabled: no                                                                          |
-       |                         |                                                                                               |
-       |                         | Public: no                                                                                    |
-       |                         |                                                                                               |
-       |                         | Featured: no                                                                                  |
-       +-------------------------+-----------------------------------------------------------------------------------------------+
-       | VMware                  | Name: systemvm-vmware-|version|                                                               |
-       |                         |                                                                                               |
-       |                         | Description: systemvm-vmware-|version|                                                        |
-       |                         |                                                                                               |
-       |                         | URL:                                                                                          |
-       |                         | |sysvm-url-vmware|                                                                            |
-       |                         |                                                                                               |
-       |                         | Zone: Choose the zone where this hypervisor is used                                           |
-       |                         |                                                                                               |
-       |                         | Hypervisor: VMware                                                                            |
-       |                         |                                                                                               |
-       |                         | Format: OVA                                                                                   |
-       |                         |                                                                                               |
-       |                         | OS Type: Debian GNU/Linux 7.0 (64-bit) (or the                                                |
-       |                         | highest Debian release number available in the                                                |
-       |                         | dropdown)                                                                                     |
-       |                         |                                                                                               |
-       |                         | Extractable: no                                                                               |
-       |                         |                                                                                               |
-       |                         | Password Enabled: no                                                                          |
-       |                         |                                                                                               |
-       |                         | Public: no                                                                                    |
-       |                         |                                                                                               |
-       |                         | Featured: no                                                                                  |
-       +-------------------------+-----------------------------------------------------------------------------------------------+
+      .. include:: systemvm_templates.rst
 
 
 #. 
@@ -1663,84 +1432,7 @@ with a note.
       In the Register template dialog box, specify the following values
       (do not change these):
 
-       +-------------------------+-----------------------------------------------------------------------------------------------+
-       | Hypervisor              | Description                                                                                   |
-       +=========================+===============================================================================================+
-       | XenServer               | Name: systemvm-xenserver-|version|                                                            |
-       |                         |                                                                                               |
-       |                         | Description: systemvm-xenserver-|version|                                                     |
-       |                         |                                                                                               |
-       |                         | URL:                                                                                          |
-       |                         | |sysvm-url-xen|                                                                               |
-       |                         |                                                                                               |
-       |                         | Zone: Choose the zone where this hypervisor is used                                           |
-       |                         |                                                                                               |
-       |                         | Hypervisor: XenServer                                                                         |
-       |                         |                                                                                               |
-       |                         | Format: VHD                                                                                   |
-       |                         |                                                                                               |
-       |                         | OS Type: Debian GNU/Linux 7.0 (64-bit) (or the                                                |
-       |                         | highest Debian release number available in the                                                |
-       |                         | dropdown)                                                                                     |
-       |                         |                                                                                               |
-       |                         | Extractable: no                                                                               |
-       |                         |                                                                                               |
-       |                         | Password Enabled: no                                                                          |
-       |                         |                                                                                               |
-       |                         | Public: no                                                                                    |
-       |                         |                                                                                               |
-       |                         | Featured: no                                                                                  |
-       +-------------------------+-----------------------------------------------------------------------------------------------+
-       | KVM                     | Name: systemvm-kvm-|version|                                                                  |
-       |                         |                                                                                               |
-       |                         | Description: systemvm-kvm-|version|                                                           |
-       |                         |                                                                                               |
-       |                         | URL:                                                                                          |	
-       |                         | |sysvm-url-kvm|                                                                               |
-       |                         |                                                                                               |
-       |                         | Zone: Choose the zone where this hypervisor is used                                           |
-       |                         |                                                                                               |
-       |                         | Hypervisor: KVM                                                                               |
-       |                         |                                                                                               |
-       |                         | Format: QCOW2                                                                                 |
-       |                         |                                                                                               |
-       |                         | OS Type: Debian GNU/Linux 7.0 (64-bit) (or the                                                |
-       |                         | highest Debian release number available in the                                                |
-       |                         | dropdown)                                                                                     |
-       |                         |                                                                                               |
-       |                         | Extractable: no                                                                               |
-       |                         |                                                                                               |
-       |                         | Password Enabled: no                                                                          |
-       |                         |                                                                                               |
-       |                         | Public: no                                                                                    |
-       |                         |                                                                                               |
-       |                         | Featured: no                                                                                  |
-       +-------------------------+-----------------------------------------------------------------------------------------------+
-       | VMware                  | Name: systemvm-vmware-|version|                                                               |
-       |                         |                                                                                               |
-       |                         | Description: systemvm-vmware-|version|                                                        |
-       |                         |                                                                                               |
-       |                         | URL:                                                                                          |
-       |                         | |sysvm-url-vmware|                                                                            |
-       |                         |                                                                                               |
-       |                         | Zone: Choose the zone where this hypervisor is used                                           |
-       |                         |                                                                                               |
-       |                         | Hypervisor: VMware                                                                            |
-       |                         |                                                                                               |
-       |                         | Format: OVA                                                                                   |
-       |                         |                                                                                               |
-       |                         | OS Type: Debian GNU/Linux 7.0 (64-bit) (or the                                                |
-       |                         | highest Debian release number available in the                                                |
-       |                         | dropdown)                                                                                     |
-       |                         |                                                                                               |
-       |                         | Extractable: no                                                                               |
-       |                         |                                                                                               |
-       |                         | Password Enabled: no                                                                          |
-       |                         |                                                                                               |
-       |                         | Public: no                                                                                    |
-       |                         |                                                                                               |
-       |                         | Featured: no                                                                                  |
-       +-------------------------+-----------------------------------------------------------------------------------------------+
+      .. include:: systemvm_templates.rst
 	   
    #. 
 
@@ -2485,85 +2177,7 @@ Upgrade from 2.2.14 to |version|
       In the Register template dialog box, specify the following values
       depending on the hypervisor type (do not change these):
 
-       +-------------------------+-----------------------------------------------------------------------------------------------+
-       | Hypervisor              | Description                                                                                   |
-       +=========================+===============================================================================================+
-       | XenServer               | Name: systemvm-xenserver-|version|                                                            |
-       |                         |                                                                                               |
-       |                         | Description: systemvm-xenserver-|version|                                                     |
-       |                         |                                                                                               |
-       |                         | URL:                                                                                          |
-       |                         | |sysvm-url-xen|                                                                               |
-       |                         |                                                                                               |
-       |                         | Zone: Choose the zone where this hypervisor is used                                           |
-       |                         |                                                                                               |
-       |                         | Hypervisor: XenServer                                                                         |
-       |                         |                                                                                               |
-       |                         | Format: VHD                                                                                   |
-       |                         |                                                                                               |
-       |                         | OS Type: Debian GNU/Linux 7.0 (64-bit) (or the                                                |
-       |                         | highest Debian release number available in the                                                |
-       |                         | dropdown)                                                                                     |
-       |                         |                                                                                               |
-       |                         | Extractable: no                                                                               |
-       |                         |                                                                                               |
-       |                         | Password Enabled: no                                                                          |
-       |                         |                                                                                               |
-       |                         | Public: no                                                                                    |
-       |                         |                                                                                               |
-       |                         | Featured: no                                                                                  |
-       +-------------------------+-----------------------------------------------------------------------------------------------+
-       | KVM                     | Name: systemvm-kvm-|version|                                                                  |
-       |                         |                                                                                               |
-       |                         | Description: systemvm-kvm-|version|                                                           |
-       |                         |                                                                                               |
-       |                         | URL:                                                                                          |	
-       |                         | |sysvm-url-kvm|                                                                               |
-       |                         |                                                                                               |
-       |                         | Zone: Choose the zone where this hypervisor is used                                           |
-       |                         |                                                                                               |
-       |                         | Hypervisor: KVM                                                                               |
-       |                         |                                                                                               |
-       |                         | Format: QCOW2                                                                                 |
-       |                         |                                                                                               |
-       |                         | OS Type: Debian GNU/Linux 7.0 (64-bit) (or the                                                |
-       |                         | highest Debian release number available in the                                                |
-       |                         | dropdown)                                                                                     |
-       |                         |                                                                                               |
-       |                         | Extractable: no                                                                               |
-       |                         |                                                                                               |
-       |                         | Password Enabled: no                                                                          |
-       |                         |                                                                                               |
-       |                         | Public: no                                                                                    |
-       |                         |                                                                                               |
-       |                         | Featured: no                                                                                  |
-       +-------------------------+-----------------------------------------------------------------------------------------------+
-       | VMware                  | Name: systemvm-vmware-|version|                                                               |
-       |                         |                                                                                               |
-       |                         | Description: systemvm-vmware-|version|                                                        |
-       |                         |                                                                                               |
-       |                         | URL:                                                                                          |
-       |                         | |sysvm-url-vmware|                                                                            |
-       |                         |                                                                                               |
-       |                         | Zone: Choose the zone where this hypervisor is used                                           |
-       |                         |                                                                                               |
-       |                         | Hypervisor: VMware                                                                            |
-       |                         |                                                                                               |
-       |                         | Format: OVA                                                                                   |
-       |                         |                                                                                               |
-       |                         | OS Type: Debian GNU/Linux 7.0 (64-bit) (or the                                                |
-       |                         | highest Debian release number available in the                                                |
-       |                         | dropdown)                                                                                     |
-       |                         |                                                                                               |
-       |                         | Extractable: no                                                                               |
-       |                         |                                                                                               |
-       |                         | Password Enabled: no                                                                          |
-       |                         |                                                                                               |
-       |                         | Public: no                                                                                    |
-       |                         |                                                                                               |
-       |                         | Featured: no                                                                                  |
-       +-------------------------+-----------------------------------------------------------------------------------------------+
-
+      .. include:: systemvm_templates.rst
 
 
 #. 
@@ -3398,6 +3012,4 @@ Upgrade from 2.2.14 to |version|
       On each slave host in the Xen pool, repeat these steps, starting
       from "manually live migrate VMs."
 
-.. |sysvm-url-xen| replace:: http://download.cloud.com/templates/4.3/systemvm64template-2014-01-14-master-xen.vhd.bz2
-.. |sysvm-url-kvm| replace:: http://download.cloud.com/templates/4.3/systemvm64template-2014-01-14-master-kvm.qcow2.bz2
-.. |sysvm-url-vmware| replace:: http://download.cloud.com/templates/4.3/systemvm64template-2014-01-14-master-vmware.ova
+.. include:: global.rst
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/1955c9d5/source/systemvm_templates.rst
----------------------------------------------------------------------
diff --git a/source/systemvm_templates.rst b/source/systemvm_templates.rst
new file mode 100644
index 0000000..496e750
--- /dev/null
+++ b/source/systemvm_templates.rst
@@ -0,0 +1,78 @@
++-------------------------+-----------------------------------------------------------------------------------------------+
+| Hypervisor              | Description                                                                                   |
++=========================+===============================================================================================+
+| XenServer               | Name: systemvm-xenserver-|version|                                                            |
+|                         |                                                                                               |
+|                         | Description: systemvm-xenserver-|version|                                                     |
+|                         |                                                                                               |
+|                         | URL:                                                                                          |
+|                         | |sysvm-url-xen|                                                                               |
+|                         |                                                                                               |
+|                         | Zone: Choose the zone where this hypervisor is used                                           |
+|                         |                                                                                               |
+|                         | Hypervisor: XenServer                                                                         |
+|                         |                                                                                               |
+|                         | Format: VHD                                                                                   |
+|                         |                                                                                               |
+|                         | OS Type: Debian GNU/Linux 7.0 (64-bit) (or the                                                |
+|                         | highest Debian release number available in the                                                |
+|                         | dropdown)                                                                                     |
+|                         |                                                                                               |
+|                         | Extractable: no                                                                               |
+|                         |                                                                                               |
+|                         | Password Enabled: no                                                                          |
+|                         |                                                                                               |
+|                         | Public: no                                                                                    |
+|                         |                                                                                               |
+|                         | Featured: no                                                                                  |
++-------------------------+-----------------------------------------------------------------------------------------------+
+| KVM                     | Name: systemvm-kvm-|version|                                                                  |
+|                         |                                                                                               |
+|                         | Description: systemvm-kvm-|version|                                                           |
+|                         |                                                                                               |
+|                         | URL:                                                                                          |  
+|                         | |sysvm-url-kvm|                                                                               |
+|                         |                                                                                               |
+|                         | Zone: Choose the zone where this hypervisor is used                                           |
+|                         |                                                                                               |
+|                         | Hypervisor: KVM                                                                               |
+|                         |                                                                                               |
+|                         | Format: QCOW2                                                                                 |
+|                         |                                                                                               |
+|                         | OS Type: Debian GNU/Linux 7.0 (64-bit) (or the                                                |
+|                         | highest Debian release number available in the                                                |
+|                         | dropdown)                                                                                     |
+|                         |                                                                                               |
+|                         | Extractable: no                                                                               |
+|                         |                                                                                               |
+|                         | Password Enabled: no                                                                          |
+|                         |                                                                                               |
+|                         | Public: no                                                                                    |
+|                         |                                                                                               |
+|                         | Featured: no                                                                                  |
++-------------------------+-----------------------------------------------------------------------------------------------+
+| VMware                  | Name: systemvm-vmware-|version|                                                               |
+|                         |                                                                                               |
+|                         | Description: systemvm-vmware-|version|                                                        |
+|                         |                                                                                               |
+|                         | URL:                                                                                          |
+|                         | |sysvm-url-vmware|                                                                            |
+|                         |                                                                                               |
+|                         | Zone: Choose the zone where this hypervisor is used                                           |
+|                         |                                                                                               |
+|                         | Hypervisor: VMware                                                                            |
+|                         |                                                                                               |
+|                         | Format: OVA                                                                                   |
+|                         |                                                                                               |
+|                         | OS Type: Debian GNU/Linux 7.0 (64-bit) (or the                                                |
+|                         | highest Debian release number available in the                                                |
+|                         | dropdown)                                                                                     |
+|                         |                                                                                               |
+|                         | Extractable: no                                                                               |
+|                         |                                                                                               |
+|                         | Password Enabled: no                                                                          |
+|                         |                                                                                               |
+|                         | Public: no                                                                                    |
+|                         |                                                                                               |
+|                         | Featured: no                                                                                  |
++-------------------------+-----------------------------------------------------------------------------------------------+
\ No newline at end of file


[8/8] git commit: Preparation for 4.4 release notes: This closes #10

Posted by se...@apache.org.
Preparation for 4.4 release notes: This closes #10

Signed-off-by: Sebastien Goasguen <ru...@gmail.com>


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

Branch: refs/heads/master
Commit: a25989144c1a714da0906d3228face78f21f2eed
Parents: 54d85e8
Author: Pierre-Luc Dion <pd...@cloudops.com>
Authored: Sun May 18 10:07:03 2014 -0400
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Mon May 19 08:49:48 2014 +0200

----------------------------------------------------------------------
 source/api-changes.rst | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/a2598914/source/api-changes.rst
----------------------------------------------------------------------
diff --git a/source/api-changes.rst b/source/api-changes.rst
index 91a1f3b..d34b718 100644
--- a/source/api-changes.rst
+++ b/source/api-changes.rst
@@ -19,14 +19,14 @@ API Changes Introduced in |version|
 List Instances
 --------------
 
-   +---------------------+-------------------------------------------------------------------+
-   | API                 | Description                                                       |
-   +=====================+===================================================================+
-   | listVirtualMachines | For this existing API, the following request parameters has       |
-   |                     | been added                                                        |
-   |                     |                                                                   |
-   |                     | - ids : comma seperated VM ID's                                   |
-   +---------------------+-------------------------------------------------------------------+
+   +-------------------------+-------------------------------------------------------------------+
+   | API                     | Description                                                       |
+   +=========================+===================================================================+
+   |   listVirtualMachines   | For this existing API, the following request parameters has       |
+   |                         | been added                                                        |
+   |                         |                                                                   |
+   |                         | - ``ids`` : comma seperated VM ID's                               |
+   +-------------------------+-------------------------------------------------------------------+
    
    `CLOUDSTACK-6052 <https://issues.apache.org/jira/browse/CLOUDSTACK-6052>`_
 
@@ -34,13 +34,13 @@ List Instances
 Retrieving UserData
 -------------------
 
-   +---------------------------+-------------------------------------------------------------------+
-   | API                       | Description                                                       |
-   +===========================+===================================================================+
-   | getVirtualMachineUserData | Returns vmId and userData associated with this vm (if not null)   |
-   |                           |                                                                   |
-   |                           | - vmId : VM ID (required)                                         |
-   +---------------------------+-------------------------------------------------------------------+
+   +-------------------------------+-------------------------------------------------------------------+
+   | API                           | Description                                                       |
+   +===============================+===================================================================+
+   |   getVirtualMachineUserData   | Returns vmId and userData associated with this vm (if not null)   |
+   |                               |                                                                   |
+   |                               | - ``vmId`` : VM ID (required)                                     |
+   +-------------------------------+-------------------------------------------------------------------+
 
    `CLOUDSTACK-5870 <https://issues.apache.org/jira/browse/CLOUDSTACK-5870>`_