fix new theme look and feel

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/c0279ccc
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/tree/c0279ccc
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/diff/c0279ccc

Branch: refs/heads/4.5
Commit: c0279cccdf80222eaa0710bbd740b36fa04f5540
Parents: ae1896c
Author: Pierre-Luc Dion <pdion...@apache.org>
Authored: Sun Apr 12 18:54:29 2015 -0400
Committer: Pierre-Luc Dion <pdion...@apache.org>
Committed: Sun Apr 12 18:54:29 2015 -0400

----------------------------------------------------------------------
 source/about.rst                    | 171 +++++------
 source/api-changes.rst              |   4 +
 source/conf.py                      |   4 +-
 source/fixed_issues.rst             | 470 ++++++++++++++++---------------
 source/index.rst                    |   4 -
 source/known_issues.rst             |   7 +-
 source/upgrade/_sysvm_templates.rst |   2 +
 source/upgrade/upgrade-4.2.rst      |  96 +++----
 source/upgrade/upgrade-4.3.rst      |  96 +++----
 source/upgrade/upgrade-4.4.rst      | 297 +++++++++----------
 sphinx_bootstrap_theme/__init__.pyc | Bin 972 -> 963 bytes
 11 files changed, 586 insertions(+), 565 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/c0279ccc/source/about.rst
----------------------------------------------------------------------
diff --git a/source/about.rst b/source/about.rst
index ac25371..cf8cf7e 100644
--- a/source/about.rst
+++ b/source/about.rst
@@ -20,136 +20,145 @@ What's New in |version|
 Version |release| includes more than 200 bug fixes from previous release, the
 following new features and improvements.
 
-.. contents::
-   :local:
-   :backlinks: top
-
 
 NuageVsp Network Plugin
 -----------------------
 
-   The Nuage NetworksTM Virtualized Services Platform (VSP) is a 
Software-Defined
-   Networking (SDN) solution that virtualizes any datacenter (DC) network
-   infrastructure and automatically establishes connectivity between compute
-   resources upon their creation.
+The Nuage NetworksTM Virtualized Services Platform (VSP) is a Software-Defined
+Networking (SDN) solution that virtualizes any datacenter (DC) network
+infrastructure and automatically establishes connectivity between compute
+resources upon their creation.
 
-   NuageVsp networking plugin bring the Nuage VSP network virtualization 
technology
-   to CloudStack. All the network isolation and routing is handled by the Nuage
-   SDN solution. Routing of the packets happen at hypervisor itself. Virtual 
Router
-   is not used for routing the packets and is spawned only for Password reset
-   functionality. The Nuage solution also helps significantly improve the 
agility
-   and scale of a CloudStack deployment as compared to a Virtual Router based
-   deployment.
+NuageVsp networking plugin bring the Nuage VSP network virtualization 
technology
+to CloudStack. All the network isolation and routing is handled by the Nuage
+SDN solution. Routing of the packets happen at hypervisor itself. Virtual 
Router
+is not used for routing the packets and is spawned only for Password reset
+functionality. The Nuage solution also helps significantly improve the agility
+and scale of a CloudStack deployment as compared to a Virtual Router based
+deployment.
 
+.. cssclass:: table-striped table-bordered table-hover
 
-   ====================== 
============================================================================
-   Supported hypervisors: XenServer, VMware
-   Link                   `NuageVsp Network Plugin spec`_
-   ====================== 
============================================================================
+====================== 
============================================================================
+Supported hypervisors: XenServer, VMware
+Link                   `NuageVsp Network Plugin spec`_
+====================== 
============================================================================
 
 
 Bind integration with Globo DNSAPI
 ----------------------------------
    
-   GloboDNS provide API to Bind DNS server used to centralized DNS server 
outside of CloudStack networks.
-   When deploying Advanced Networks, Virtual Routers are used to isolate 
networks
-   and provide DNS service for all machines inside each network. This approach
-   imposes a challenge when instances need to translate names that belong to
-   instances from another network.
+GloboDNS provide API to Bind DNS server used to centralized DNS server outside 
of CloudStack networks.
+When deploying Advanced Networks, Virtual Routers are used to isolate networks
+and provide DNS service for all machines inside each network. This approach
+imposes a challenge when instances need to translate names that belong to
+instances from another network.
+
+.. cssclass:: table-striped table-bordered table-hover
 
-   ====================== 
============================================================================
-   Supported hypervisors: Any
-   Link                   `Globo DNSAPI spec`_
-   ====================== 
============================================================================
+====================== 
============================================================================
+Supported hypervisors: Any
+Link                   `Globo DNSAPI spec`_
+====================== 
============================================================================
 
 
 SAML 2.0 Plugin
 ---------------
    
-   SAML 2.0 Plugin provide integration of CloudStack to existing authentication
-   mechanism. This provide Single Sign On (SSO) and Single Log Out (SLO) to 
work
-   on CloudStack UI and clients. SAML (Security Assertion Markup Language) 2.0
-   is an old, stable and widely used XML based authentication and authorization
-   protocol supported by Salesforce, Google Apps and other public and private
-   companies and the aim is to integrate the SSO SAML support in CloudStack.
+SAML 2.0 Plugin provide integration of CloudStack to existing authentication
+mechanism. This provide Single Sign On (SSO) and Single Log Out (SLO) to work
+on CloudStack UI and clients. SAML (Security Assertion Markup Language) 2.0
+is an old, stable and widely used XML based authentication and authorization
+protocol supported by Salesforce, Google Apps and other public and private
+companies and the aim is to integrate the SSO SAML support in CloudStack.
 
-   ====================== 
============================================================================
-   Supported hypervisors: N/A
-   Link                   `SAML spec`_
-   ====================== 
============================================================================
+.. cssclass:: table-striped table-bordered table-hover
+
+====================== 
============================================================================
+Supported hypervisors: N/A
+Link                   `SAML spec`_
+====================== 
============================================================================
 
 
 Managed storage for KVM
 -----------------------
 
-   This adapter provides one to one mapping between SAN volume to VM's disk.
-   This is to guarantee quality of services for performance sensitive
-   applications. This adapter is based on nfs protocol.
+This adapter provides one to one mapping between SAN volume to VM's disk.
+This is to guarantee quality of services for performance sensitive
+applications. This adapter is based on nfs protocol.
+
+.. cssclass:: table-striped table-bordered table-hover
 
-   ====================== 
============================================================================
-   Supported hypervisors: KVM
-   Link                   `CLOUDSTACK-7576 
<https://issues.apache.org/jira/browse/CLOUDSTACK-7576>`_
-   ====================== 
============================================================================
+====================== 
============================================================================
+Supported hypervisors: KVM
+Link                   `CLOUDSTACK-7576 
<https://issues.apache.org/jira/browse/CLOUDSTACK-7576>`_
+====================== 
============================================================================
 
 
 Improved CloudByte Storage Plugin
 ---------------------------------
 
-   The new improved CloudByte plugin support the following features:
+The new improved CloudByte plugin support the following features:
 
-   - Managed storage, where each vm disk has the guaranteed QoS.
-   - Account integration in cloudbyte with respect to domains in CloudStack.
-   - Resize of the volume.
-   - both iSCSI and nfs protocols in XenServer.
-   - iSCSI protocol for KVM and VMware ESX.
-   - Storage level snapshot capabilities as well as hypervisor level snapshot 
feature. 
-   - Expose custom API's for ui integration.
-   - Unlimited storage nodes across the sites.
+- Managed storage, where each vm disk has the guaranteed QoS.
+- Account integration in cloudbyte with respect to domains in CloudStack.
+- Resize of the volume.
+- both iSCSI and nfs protocols in XenServer.
+- iSCSI protocol for KVM and VMware ESX.
+- Storage level snapshot capabilities as well as hypervisor level snapshot 
feature. 
+- Expose custom API's for ui integration.
+- Unlimited storage nodes across the sites.
 
-   ====================== 
============================================================================
-   Supported hypervisors: KVM, VMware, XenServer
-   Link                   `CLOUDSTACK-7098 
<https://issues.apache.org/jira/browse/CLOUDSTACK-7098>`_
-   ====================== 
============================================================================
+.. cssclass:: table-striped table-bordered table-hover
+
+====================== 
============================================================================
+Supported hypervisors: KVM, VMware, XenServer
+Link                   `CLOUDSTACK-7098 
<https://issues.apache.org/jira/browse/CLOUDSTACK-7098>`_
+====================== 
============================================================================
 
 
 Use SSH for commands sent to Virtual-Router
 -------------------------------------------
 
-   For XenServer host, sending commands to Virtual-Routers now use SSH,
-   previously using XAPI plugin, this change reduce XAPI workload and allow
-   Virtual-Router update while XenServer pool master is down.
+For XenServer host, sending commands to Virtual-Routers now use SSH,
+previously using XAPI plugin, this change reduce XAPI workload and allow
+Virtual-Router update while XenServer pool master is down.
+
+.. cssclass:: table-striped table-bordered table-hover
 
-   ====================== 
============================================================================
-   Supported hypervisors: XenServer
-   Link                   `CLOUDSTACK-6314 
<https://issues.apache.org/jira/browse/CLOUDSTACK-6314>`_
-   ====================== 
============================================================================
+====================== 
============================================================================
+Supported hypervisors: XenServer
+Link                   `CLOUDSTACK-6314 
<https://issues.apache.org/jira/browse/CLOUDSTACK-6314>`_
+====================== 
============================================================================
 
 
 Baremetal Advanced Networking Support
 -------------------------------------
 
-   This feature is about CloudStack network plugin for baremetal advanced
-   networking. With this plugin, CloudStack can automatically program vlan on
-   physical switch to which baremetal instances connect when 
creating/destroying
-   baremetal instance. This feature cannot work standalone, it needs support
-   from physical switch itself either from vendor's SDK or from an in-switch
-   agent for whitebox switch. When using this feature, baremetal instances gain
-   Layer 2 isolation methods provided by CloudStack advanced networking which 
is
-   particularly useful in public cloud that wants to provide baremetal as a
-   service.
+This feature is about CloudStack network plugin for baremetal advanced
+networking. With this plugin, CloudStack can automatically program vlan on
+physical switch to which baremetal instances connect when creating/destroying
+baremetal instance. This feature cannot work standalone, it needs support
+from physical switch itself either from vendor's SDK or from an in-switch
+agent for whitebox switch. When using this feature, baremetal instances gain
+Layer 2 isolation methods provided by CloudStack advanced networking which is
+particularly useful in public cloud that wants to provide baremetal as a
+service.
+
+.. cssclass:: table-striped table-bordered table-hover
 
-   ====================== 
============================================================================
-   Supported hypervisors: N/A
-   Link                   `Baremetal feature spec`_
-   ====================== 
============================================================================
+====================== 
============================================================================
+Supported hypervisors: N/A
+Link                   `Baremetal feature spec`_
+====================== 
============================================================================
 
 
 Instance Password Generation length can now be changed
 ------------------------------------------------------
 
-   For instance using random password generated by CloudStack, Password length 
and
-   encoder can now be define with following Global Settings:
-   ``vm.password.length``, ``user.password.encoders.exclude``, 
``user.password.encoders.order``
+For instance using random password generated by CloudStack, Password length and
+encoder can now be define with following Global Settings:
+``vm.password.length``, ``user.password.encoders.exclude``, 
``user.password.encoders.order``
 
 
 Improvements

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/c0279ccc/source/api-changes.rst
----------------------------------------------------------------------
diff --git a/source/api-changes.rst b/source/api-changes.rst
index 16520ce..2575c3e 100644
--- a/source/api-changes.rst
+++ b/source/api-changes.rst
@@ -22,6 +22,8 @@ For the complete list of API commands and params consult the 
`CloudStack Apidocs
 Added API commands
 ------------------
 
+.. cssclass:: table-striped table-bordered table-hover
+
 
+-----------------------------------+-------------------------------------------------------------------------------------------+
 | API                               | Description                              
                                                 |
 
+===================================+===========================================================================================+
@@ -80,6 +82,8 @@ Added API commands
 Updated API commands
 --------------------
 
+.. cssclass:: table-striped table-bordered table-hover
+
 
+-----------------------------------+-------------------------------------------------------------------------------------------+
 | API                               | Description                              
                                                 |
 
+===================================+===========================================================================================+

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/c0279ccc/source/conf.py
----------------------------------------------------------------------
diff --git a/source/conf.py b/source/conf.py
index c8f7a85..43543ba 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -67,7 +67,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Apache CloudStack Release Notes'
-copyright = u'2014, Apache CloudStack'
+copyright = u'2015, Apache CloudStack'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
@@ -370,7 +370,7 @@ texinfo_documents = [
 epub_title = u'CloudStack Release Notes'
 epub_author = u'Apache CloudStack'
 epub_publisher = u'Apache CloudStack'
-epub_copyright = u'2014, Apache CloudStack'
+epub_copyright = u'2015, Apache CloudStack'
 
 # The basename for the epub file. It defaults to the project name.
 #epub_basename = u'CloudStack Release Notes'

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/c0279ccc/source/fixed_issues.rst
----------------------------------------------------------------------
diff --git a/source/fixed_issues.rst b/source/fixed_issues.rst
index 85954e1..1a7f8e8 100644
--- a/source/fixed_issues.rst
+++ b/source/fixed_issues.rst
@@ -29,23 +29,25 @@ Issues Fixed in |release|
 For the list of issues fixed, see `Issues Fixed in 
 <https://issues.apache.org/jira/issues/?filter=12331412>`_ |release|.
 
-==========================================================================  
===================================================================================
-Bug ID                                                                      
Description
-==========================================================================  
===================================================================================
-`CLOUDSTACK-8221 <https://issues.apache.org/jira/browse/CLOUDSTACK-8221>`_  
Testing on CS 4.5 SystemVM Need all Security Vulnerability...
-`CLOUDSTACK-8171 <https://issues.apache.org/jira/browse/CLOUDSTACK-8171>`_  
Lock related warnings seen in 4.5/master related to template_spool_ref2...
-`CLOUDSTACK-8168 <https://issues.apache.org/jira/browse/CLOUDSTACK-8168>`_  
Parameter validation API does not check params exhaustively...
-`CLOUDSTACK-8094 <https://issues.apache.org/jira/browse/CLOUDSTACK-8094>`_  
Label Issue for Migrate Volume Option in UI...
-`CLOUDSTACK-7997 <https://issues.apache.org/jira/browse/CLOUDSTACK-7997>`_  
[Automation] Deployment of VM is failing on Basic Zone in Few Cases - Unable to 
...
-`CLOUDSTACK-7948 <https://issues.apache.org/jira/browse/CLOUDSTACK-7948>`_  
[Automation] Two "VOLUME.DELETE" Events are being registered instead of one - 
On...
-`CLOUDSTACK-7925 <https://issues.apache.org/jira/browse/CLOUDSTACK-7925>`_  
test_lb_secondary_ip.py- test cases failing while creating port forwarding 
rule...
-`CLOUDSTACK-7594 <https://issues.apache.org/jira/browse/CLOUDSTACK-7594>`_  
[Task] Add test path test cases for Stopped VM...
-`CLOUDSTACK-7348 <https://issues.apache.org/jira/browse/CLOUDSTACK-7348>`_  
[Automation] InvalidParameter Exception with stacktrace in MS log wile 
executing...
-`CLOUDSTACK-7283 <https://issues.apache.org/jira/browse/CLOUDSTACK-7283>`_  
Allow regular user to execute listUsers API call...
-`CLOUDSTACK-6885 <https://issues.apache.org/jira/browse/CLOUDSTACK-6885>`_  
system-vm rsyslog logs rotation does not work properly...
-`CLOUDSTACK-6067 <https://issues.apache.org/jira/browse/CLOUDSTACK-6067>`_  UI 
does not list routers matched by search string...
-`CLOUDSTACK-5874 <https://issues.apache.org/jira/browse/CLOUDSTACK-5874>`_  
Cannot delete events for deleted accounts...
-==========================================================================  
===================================================================================
+.. cssclass:: table-striped table-bordered table-hover
+
+========================================================================== 
===================================================================================
+Bug ID                                                                     
Description
+========================================================================== 
===================================================================================
+`CLOUDSTACK-8221 <https://issues.apache.org/jira/browse/CLOUDSTACK-8221>`_ 
Testing on CS 4.5 SystemVM Need all Security Vulnerability...
+`CLOUDSTACK-8171 <https://issues.apache.org/jira/browse/CLOUDSTACK-8171>`_ 
Lock related warnings seen in 4.5/master related to template_spool_ref2...
+`CLOUDSTACK-8168 <https://issues.apache.org/jira/browse/CLOUDSTACK-8168>`_ 
Parameter validation API does not check params exhaustively...
+`CLOUDSTACK-8094 <https://issues.apache.org/jira/browse/CLOUDSTACK-8094>`_ 
Label Issue for Migrate Volume Option in UI...
+`CLOUDSTACK-7997 <https://issues.apache.org/jira/browse/CLOUDSTACK-7997>`_ 
[Automation] Deployment of VM is failing on Basic Zone in Few Cases - Unable to 
...
+`CLOUDSTACK-7948 <https://issues.apache.org/jira/browse/CLOUDSTACK-7948>`_ 
[Automation] Two "VOLUME.DELETE" Events are being registered instead of one - 
On...
+`CLOUDSTACK-7925 <https://issues.apache.org/jira/browse/CLOUDSTACK-7925>`_ 
test_lb_secondary_ip.py- test cases failing while creating port forwarding 
rule...
+`CLOUDSTACK-7594 <https://issues.apache.org/jira/browse/CLOUDSTACK-7594>`_ 
[Task] Add test path test cases for Stopped VM...
+`CLOUDSTACK-7348 <https://issues.apache.org/jira/browse/CLOUDSTACK-7348>`_ 
[Automation] InvalidParameter Exception with stacktrace in MS log wile 
executing...
+`CLOUDSTACK-7283 <https://issues.apache.org/jira/browse/CLOUDSTACK-7283>`_ 
Allow regular user to execute listUsers API call...
+`CLOUDSTACK-6885 <https://issues.apache.org/jira/browse/CLOUDSTACK-6885>`_ 
system-vm rsyslog logs rotation does not work properly...
+`CLOUDSTACK-6067 <https://issues.apache.org/jira/browse/CLOUDSTACK-6067>`_ UI 
does not list routers matched by search string...
+`CLOUDSTACK-5874 <https://issues.apache.org/jira/browse/CLOUDSTACK-5874>`_ 
Cannot delete events for deleted accounts...
+========================================================================== 
===================================================================================
 
 
 Issues Fixed in 4.5.0
@@ -54,219 +56,221 @@ Issues Fixed in 4.5.0
 For the list of issues fixed, see `Issues Fixed in 
 <https://issues.apache.org/jira/issues/?filter=12329803>`_ |release|.
 
-==========================================================================  
===================================================================================
-Bug ID                                                                      
Description
-==========================================================================  
===================================================================================
-`CLOUDSTACK-8283 <https://issues.apache.org/jira/browse/CLOUDSTACK-8283>`_  
primary storage limit check not working...
-`CLOUDSTACK-8244 <https://issues.apache.org/jira/browse/CLOUDSTACK-8244>`_  
LibvirtServerDiscoverer.java has hard coded agent class...
-`CLOUDSTACK-8166 <https://issues.apache.org/jira/browse/CLOUDSTACK-8166>`_  
Usage data boundary condition and NPE...
-`CLOUDSTACK-8140 <https://issues.apache.org/jira/browse/CLOUDSTACK-8140>`_  
secstorage.service.offering in GS set to service offering ID Webui fails to 
star...
-`CLOUDSTACK-8101 <https://issues.apache.org/jira/browse/CLOUDSTACK-8101>`_  
volume sync not working as expected - MS restart during upload volume leaves 
vol...
-`CLOUDSTACK-8093 <https://issues.apache.org/jira/browse/CLOUDSTACK-8093>`_  
Not able to list shared templates by passing id....
-`CLOUDSTACK-8077 <https://issues.apache.org/jira/browse/CLOUDSTACK-8077>`_  
Not able to deploy VM using a shared template....
-`CLOUDSTACK-8072 <https://issues.apache.org/jira/browse/CLOUDSTACK-8072>`_  
NPE in deleting default ACL item...
-`CLOUDSTACK-8061 <https://issues.apache.org/jira/browse/CLOUDSTACK-8061>`_  
Extracting volume when it is in migrating state causes both the operations to 
fa...
-`CLOUDSTACK-7994 <https://issues.apache.org/jira/browse/CLOUDSTACK-7994>`_  
Network rules are not configured in VR after out-of-band movement due to host 
cr...
-`CLOUDSTACK-7986 <https://issues.apache.org/jira/browse/CLOUDSTACK-7986>`_  
[F5 LB] Failed to execute IPAssocCommand due to 
com.cloud.utils.exception.Execut...
-`CLOUDSTACK-7981 <https://issues.apache.org/jira/browse/CLOUDSTACK-7981>`_  
listVirtualMachine is too slow in case of duplicate resource tags due to 
joining...
-`CLOUDSTACK-7974 <https://issues.apache.org/jira/browse/CLOUDSTACK-7974>`_  
deleted VM entries still exists in /etc/hosts and /etc/dhcphosts.txt files on 
vi...
-`CLOUDSTACK-7954 <https://issues.apache.org/jira/browse/CLOUDSTACK-7954>`_  
ListTags API is ignoring the resourceID and displaying all the tags of all 
resou...
-`CLOUDSTACK-7952 <https://issues.apache.org/jira/browse/CLOUDSTACK-7952>`_  
listSslCerts returns private key...
-`CLOUDSTACK-7951 <https://issues.apache.org/jira/browse/CLOUDSTACK-7951>`_  
cloudstack-agent jsvc gets too large virtual memory space....
-`CLOUDSTACK-7917 <https://issues.apache.org/jira/browse/CLOUDSTACK-7917>`_  
Load Balancer Rule is not validated when updating LB...
-`CLOUDSTACK-7887 <https://issues.apache.org/jira/browse/CLOUDSTACK-7887>`_  
fail to push snapshot to secondary storage if using multipart using swift...
-`CLOUDSTACK-7886 <https://issues.apache.org/jira/browse/CLOUDSTACK-7886>`_  
cs:rabbitMQ:cloudstackoperations like deployvm,deleteNW  are failing if CS fail 
...
-`CLOUDSTACK-7884 <https://issues.apache.org/jira/browse/CLOUDSTACK-7884>`_  
Cloudstack MS is not responding (happening randomly) after some restart...
-`CLOUDSTACK-7877 <https://issues.apache.org/jira/browse/CLOUDSTACK-7877>`_  
The NET.IPRELEASE events are not added to usage_event on IP range deletion from 
...
-`CLOUDSTACK-7872 <https://issues.apache.org/jira/browse/CLOUDSTACK-7872>`_  
One network incorrectly being shutdown ...
-`CLOUDSTACK-7871 <https://issues.apache.org/jira/browse/CLOUDSTACK-7871>`_  
Fix update VirtualMachine/Template API to allow nic/disk controller details for 
...
-`CLOUDSTACK-7869 <https://issues.apache.org/jira/browse/CLOUDSTACK-7869>`_  
Add simulator support for findHostsForMigration API...
-`CLOUDSTACK-7855 <https://issues.apache.org/jira/browse/CLOUDSTACK-7855>`_  
Sec storage/network MTU should be on nic3 and not nic1...
-`CLOUDSTACK-7854 <https://issues.apache.org/jira/browse/CLOUDSTACK-7854>`_  
Delete redundant CentOS 5.3 buit-in template in case of XenServer since CentOS 
5...
-`CLOUDSTACK-7843 <https://issues.apache.org/jira/browse/CLOUDSTACK-7843>`_  
sync Job Failures always reported as success on Event Bus ...
-`CLOUDSTACK-7842 <https://issues.apache.org/jira/browse/CLOUDSTACK-7842>`_  
wrong size column is getting updated with snapshot physical size in 
snapshot_sto...
-`CLOUDSTACK-7837 <https://issues.apache.org/jira/browse/CLOUDSTACK-7837>`_  
[UI] CIDR field not completely visible in multi-edit view...
-`CLOUDSTACK-7833 <https://issues.apache.org/jira/browse/CLOUDSTACK-7833>`_  VM 
Async work jobs log "Was unable to find lock for the key vm_instance" errors ...
-`CLOUDSTACK-7832 <https://issues.apache.org/jira/browse/CLOUDSTACK-7832>`_  
MySQL deadlock occurred in resetting job_executing_msid of the completed vm 
work...
-`CLOUDSTACK-7830 <https://issues.apache.org/jira/browse/CLOUDSTACK-7830>`_   
Usage Job fails with "Data too long for column 'user_name'"...
-`CLOUDSTACK-7829 <https://issues.apache.org/jira/browse/CLOUDSTACK-7829>`_   
Usage Job fails with "Data too long for column 'user_name'"...
-`CLOUDSTACK-7822 <https://issues.apache.org/jira/browse/CLOUDSTACK-7822>`_  
test SSL cert expired...
-`CLOUDSTACK-7798 <https://issues.apache.org/jira/browse/CLOUDSTACK-7798>`_  
listing 2 guest networks is taking close to 4 seconds (Slow compare to previous 
...
-`CLOUDSTACK-7797 <https://issues.apache.org/jira/browse/CLOUDSTACK-7797>`_  
listSupportedNetworkServices API takes more than 1 second to complete, slow 
comp...
-`CLOUDSTACK-7766 <https://issues.apache.org/jira/browse/CLOUDSTACK-7766>`_  
Field Validations Missing for Ingress and Egress Rules...
-`CLOUDSTACK-7765 <https://issues.apache.org/jira/browse/CLOUDSTACK-7765>`_  
Field Validations Missing for VPC IP Address Fields...
-`CLOUDSTACK-7764 <https://issues.apache.org/jira/browse/CLOUDSTACK-7764>`_  No 
IP Address Validations when Adding Networks...
-`CLOUDSTACK-7749 <https://issues.apache.org/jira/browse/CLOUDSTACK-7749>`_  
AsyncJob GC thread cannot purge queue items that have been blocking for too 
long...
-`CLOUDSTACK-7730 <https://issues.apache.org/jira/browse/CLOUDSTACK-7730>`_  
Failed to create two icmp firewall rules...
-`CLOUDSTACK-7728 <https://issues.apache.org/jira/browse/CLOUDSTACK-7728>`_  
Network with egress policy allow, VR reboot missed default rule...
-`CLOUDSTACK-7722 <https://issues.apache.org/jira/browse/CLOUDSTACK-7722>`_  
add.label: Add button for tags show the label not "Add" text...
-`CLOUDSTACK-7720 <https://issues.apache.org/jira/browse/CLOUDSTACK-7720>`_  No 
IP Address Validation for Acquire new secondary IP...
-`CLOUDSTACK-7718 <https://issues.apache.org/jira/browse/CLOUDSTACK-7718>`_  No 
Field Validations on Zone Form...
-`CLOUDSTACK-7703 <https://issues.apache.org/jira/browse/CLOUDSTACK-7703>`_  
Cloudstack server endless loop when trying to create a volume while storage 
pool...
-`CLOUDSTACK-7700 <https://issues.apache.org/jira/browse/CLOUDSTACK-7700>`_  
Volume Snapshot Async Job returns Success for a failed operation...
-`CLOUDSTACK-7694 <https://issues.apache.org/jira/browse/CLOUDSTACK-7694>`_  
VMWare: Unable to create template from snapshots larger than 10G....
-`CLOUDSTACK-7688 <https://issues.apache.org/jira/browse/CLOUDSTACK-7688>`_  Do 
not allow various operations which breaks VM Snapshots...
-`CLOUDSTACK-7679 <https://issues.apache.org/jira/browse/CLOUDSTACK-7679>`_  
bump up the RabbitMQ AMQP java client version from 2.8.7 to 3.3.5...
-`CLOUDSTACK-7639 <https://issues.apache.org/jira/browse/CLOUDSTACK-7639>`_  
cidrlist is not updated in the database after calling API 
updateNetworkACLItem...
-`CLOUDSTACK-7628 <https://issues.apache.org/jira/browse/CLOUDSTACK-7628>`_  VM 
Worker job should be expunged one hour after completion instead of currently ...
-`CLOUDSTACK-7624 <https://issues.apache.org/jira/browse/CLOUDSTACK-7624>`_  
Long hostnames cause CloudStack to die with an encryption error during 
startup...
-`CLOUDSTACK-7595 <https://issues.apache.org/jira/browse/CLOUDSTACK-7595>`_  
Config parameters "job.expire.minutes" and "job.cancel.threshold.minutes" 
incorr...
-`CLOUDSTACK-7589 <https://issues.apache.org/jira/browse/CLOUDSTACK-7589>`_  VM 
not Starting and always stuck in Stopped state after management server restar...
-`CLOUDSTACK-7581 <https://issues.apache.org/jira/browse/CLOUDSTACK-7581>`_  
Empty 'ID' parameters allowed in API calls...
-`CLOUDSTACK-7570 <https://issues.apache.org/jira/browse/CLOUDSTACK-7570>`_  
min and max iops are being processed null while creating a vm using third party 
...
-`CLOUDSTACK-7566 <https://issues.apache.org/jira/browse/CLOUDSTACK-7566>`_  
Many jobs getting stuck in pending state and cloud is unusable...
-`CLOUDSTACK-7563 <https://issues.apache.org/jira/browse/CLOUDSTACK-7563>`_  
ClassCastException in VirtualMachineManagerImpl in handling various Agent 
comman...
-`CLOUDSTACK-7562 <https://issues.apache.org/jira/browse/CLOUDSTACK-7562>`_  
Details page for disk offerings only show details for write performance...
-`CLOUDSTACK-7553 <https://issues.apache.org/jira/browse/CLOUDSTACK-7553>`_  
Channel Closed error after SSVM and CPVM agents reconnect back to clustered 
mana...
-`CLOUDSTACK-7542 <https://issues.apache.org/jira/browse/CLOUDSTACK-7542>`_  
CreateNetworkCmd and CreateNetworkCmdByAdmin both have their own "vlan" 
paramete...
-`CLOUDSTACK-7540 <https://issues.apache.org/jira/browse/CLOUDSTACK-7540>`_  
S2SVpnConnections:CheckRouterTask is fails with NullPointer exception...
-`CLOUDSTACK-7538 <https://issues.apache.org/jira/browse/CLOUDSTACK-7538>`_  
Can not remove the vm nic due to there is another vm with same internal ip 
havin...
-`CLOUDSTACK-7536 <https://issues.apache.org/jira/browse/CLOUDSTACK-7536>`_  
user vm can get a gateway ip in case of shared network....
-`CLOUDSTACK-7528 <https://issues.apache.org/jira/browse/CLOUDSTACK-7528>`_  
When AlertManager fails to sendAlert it does not log the actual issue/error...
-`CLOUDSTACK-7517 <https://issues.apache.org/jira/browse/CLOUDSTACK-7517>`_  
FTP modules are not loaded in VR...
-`CLOUDSTACK-7482 <https://issues.apache.org/jira/browse/CLOUDSTACK-7482>`_  
Ajax calls in mgmt UI causing log pollution...
-`CLOUDSTACK-7468 <https://issues.apache.org/jira/browse/CLOUDSTACK-7468>`_  
NetScaler SSL Termination does not handle Projects as expected...
-`CLOUDSTACK-7463 <https://issues.apache.org/jira/browse/CLOUDSTACK-7463>`_  
UI: Domain Admin UI shows 'Add LDAP Users' button (should not be shown)...
-`CLOUDSTACK-7417 <https://issues.apache.org/jira/browse/CLOUDSTACK-7417>`_  
Admin cannot archive or delete events for a deleted account...
-`CLOUDSTACK-7412 <https://issues.apache.org/jira/browse/CLOUDSTACK-7412>`_  
Can't create proper template from VM on S3 secondary storage environment...
-`CLOUDSTACK-7373 <https://issues.apache.org/jira/browse/CLOUDSTACK-7373>`_  
Incorrect Japanese keyboard mapping with CentOS CLI guestOS on VMware host...
-`CLOUDSTACK-7360 <https://issues.apache.org/jira/browse/CLOUDSTACK-7360>`_  
[vmware] Add host to existing cluster fails if the cluster is using Nexus 1000v 
...
-`CLOUDSTACK-7344 <https://issues.apache.org/jira/browse/CLOUDSTACK-7344>`_  
VOLUME.DELETE usage event missing for VM's in ERROR state...
-`CLOUDSTACK-7312 <https://issues.apache.org/jira/browse/CLOUDSTACK-7312>`_  
ISO/volume format name checking is crude and doesn't work with advanced URLs...
-`CLOUDSTACK-7305 <https://issues.apache.org/jira/browse/CLOUDSTACK-7305>`_  
Hypervisor type parameter is mandatory when deploying VM using ISO...
-`CLOUDSTACK-7302 <https://issues.apache.org/jira/browse/CLOUDSTACK-7302>`_  
UI: Remove Hover Interaction from breadcrumbs at top page...
-`CLOUDSTACK-7293 <https://issues.apache.org/jira/browse/CLOUDSTACK-7293>`_  
UI: Validation message on login page is not user friendly...
-`CLOUDSTACK-7261 <https://issues.apache.org/jira/browse/CLOUDSTACK-7261>`_  
CLONE UI - listSystemVMs API and listRouters API fail to return hypervisor 
prope...
-`CLOUDSTACK-7260 <https://issues.apache.org/jira/browse/CLOUDSTACK-7260>`_  
Management server not responding after some time for Vmware due to Oom (cannot 
c...
-`CLOUDSTACK-7259 <https://issues.apache.org/jira/browse/CLOUDSTACK-7259>`_  
KVM mappings for CentOS 6.x and RHEL 6.x...
-`CLOUDSTACK-7250 <https://issues.apache.org/jira/browse/CLOUDSTACK-7250>`_  
[vCenter 5.5] SourceNAT,StaticNAT and Portfowrding is not working with Vmware 
DV...
-`CLOUDSTACK-7245 <https://issues.apache.org/jira/browse/CLOUDSTACK-7245>`_  
listIsos call does not return isdynamicallyscalable in the response attributes 
a...
-`CLOUDSTACK-7239 <https://issues.apache.org/jira/browse/CLOUDSTACK-7239>`_  
Wrong message thrown on Primary Storage addition failure in some cases...
-`CLOUDSTACK-7219 <https://issues.apache.org/jira/browse/CLOUDSTACK-7219>`_  
Cannot display Cluster Settings after 4.4 Upgrade...
-`CLOUDSTACK-7214 <https://issues.apache.org/jira/browse/CLOUDSTACK-7214>`_  
[LDAP] connection timeout is hardcoded to 500ms...
-`CLOUDSTACK-7200 <https://issues.apache.org/jira/browse/CLOUDSTACK-7200>`_  
[LDAP] importUsersCmd for a group fails incase any member of a group is not an 
u...
-`CLOUDSTACK-7191 <https://issues.apache.org/jira/browse/CLOUDSTACK-7191>`_  On 
restartNetwork destroy the VR immediatley, instead of cleanup the rules then ...
-`CLOUDSTACK-7182 <https://issues.apache.org/jira/browse/CLOUDSTACK-7182>`_  
NPE while trying to deploy VMs in parallel in isolated network...
-`CLOUDSTACK-7175 <https://issues.apache.org/jira/browse/CLOUDSTACK-7175>`_  
Domain Id is exposed in error message when cross domain access is attempted 
when...
-`CLOUDSTACK-7162 <https://issues.apache.org/jira/browse/CLOUDSTACK-7162>`_  
queryAsyncJobResult api does not return jobinstanceid...
-`CLOUDSTACK-7153 <https://issues.apache.org/jira/browse/CLOUDSTACK-7153>`_  
addNicToVirtualMachine not BaseAsyncCreate but creates an entity...
-`CLOUDSTACK-7144 <https://issues.apache.org/jira/browse/CLOUDSTACK-7144>`_  No 
GSLB provider is available during assigning load balancing rule...
-`CLOUDSTACK-7119 <https://issues.apache.org/jira/browse/CLOUDSTACK-7119>`_  
[VMware] Reset VM fails if there is a VM snapshot...
-`CLOUDSTACK-7118 <https://issues.apache.org/jira/browse/CLOUDSTACK-7118>`_  
Unable to expunge vms in error state...
-`CLOUDSTACK-7102 <https://issues.apache.org/jira/browse/CLOUDSTACK-7102>`_  
Volume migration fails with 'VM i-2-3-VM does not exist in VMware datacenter' 
ex...
-`CLOUDSTACK-7078 <https://issues.apache.org/jira/browse/CLOUDSTACK-7078>`_  
CLONE - [VMWARE]System VM's are failed to start with Nexus enabled Zone ...
-`CLOUDSTACK-7077 <https://issues.apache.org/jira/browse/CLOUDSTACK-7077>`_  
Quickly attaching multiple data disks to a VM fails...
-`CLOUDSTACK-7072 <https://issues.apache.org/jira/browse/CLOUDSTACK-7072>`_  
[VMware] Volume attachment intermittently fails with 'A specified parameter was 
...
-`CLOUDSTACK-7071 <https://issues.apache.org/jira/browse/CLOUDSTACK-7071>`_  
Upgrade to 4.2 fails in case a VMware setup has multiple zones managing the 
same...
-`CLOUDSTACK-7069 <https://issues.apache.org/jira/browse/CLOUDSTACK-7069>`_  
[VMware] VM property 'numCoresPerSocket' is supported since vSphere API 5.0...
-`CLOUDSTACK-7068 <https://issues.apache.org/jira/browse/CLOUDSTACK-7068>`_  
addIpToNic not BaseAsyncCreate but creates an entity...
-`CLOUDSTACK-7062 <https://issues.apache.org/jira/browse/CLOUDSTACK-7062>`_  
Creating storage pool failing with xenserver with NullPointerException...
-`CLOUDSTACK-7030 <https://issues.apache.org/jira/browse/CLOUDSTACK-7030>`_  
VMWare Worker VMs left behind...
-`CLOUDSTACK-7023 <https://issues.apache.org/jira/browse/CLOUDSTACK-7023>`_  
[Automation] DeleteTagsCmd failed due to "Unable to find tags by parameters 
spec...
-`CLOUDSTACK-7012 <https://issues.apache.org/jira/browse/CLOUDSTACK-7012>`_  
[Atomation] Vcenter Hang during 4.4 automation runs...
-`CLOUDSTACK-7011 <https://issues.apache.org/jira/browse/CLOUDSTACK-7011>`_   
No logs being generated because Logs are created as root instead of cloud 
user...
-`CLOUDSTACK-7004 <https://issues.apache.org/jira/browse/CLOUDSTACK-7004>`_  
[Automation] [KVM] Deploying a VM with rootdisksize less than the size of 
templa...
-`CLOUDSTACK-6996 <https://issues.apache.org/jira/browse/CLOUDSTACK-6996>`_  
Adding cluster to legacy zone failed...
-`CLOUDSTACK-6990 <https://issues.apache.org/jira/browse/CLOUDSTACK-6990>`_  VM 
console displays blank page.AgentControlChannelException in cloud.log...
-`CLOUDSTACK-6976 <https://issues.apache.org/jira/browse/CLOUDSTACK-6976>`_  
Support for "SecStorageFirewallCfgCommand" for simulator....
-`CLOUDSTACK-6945 <https://issues.apache.org/jira/browse/CLOUDSTACK-6945>`_  
Null pointer exception when starting a VM that had its template deleted...
-`CLOUDSTACK-6941 <https://issues.apache.org/jira/browse/CLOUDSTACK-6941>`_  
Can't choose storage for the volume, when attaching uploaded data volume to 
VM...
-`CLOUDSTACK-6940 <https://issues.apache.org/jira/browse/CLOUDSTACK-6940>`_  
Templates cannot be downloaded from URLs without matching file extensions...
-`CLOUDSTACK-6934 <https://issues.apache.org/jira/browse/CLOUDSTACK-6934>`_  
NPE at VolumeOrchestrator.java:868 during vm expunge when vm has volumes in 
Allo...
-`CLOUDSTACK-6929 <https://issues.apache.org/jira/browse/CLOUDSTACK-6929>`_  
HAPlanner gets added into the list of regular planners...
-`CLOUDSTACK-6919 <https://issues.apache.org/jira/browse/CLOUDSTACK-6919>`_  
CancelMaintenanceMode: when restart vms, don't attempt to restart user vm not 
ha...
-`CLOUDSTACK-6918 <https://issues.apache.org/jira/browse/CLOUDSTACK-6918>`_  
CancelStorageMaintenance: Not all vms get restarted as a part of canceling 
maint...
-`CLOUDSTACK-6915 <https://issues.apache.org/jira/browse/CLOUDSTACK-6915>`_  
Deleting dynamically added OS results in NPE for existing instances using that 
o...
-`CLOUDSTACK-6910 <https://issues.apache.org/jira/browse/CLOUDSTACK-6910>`_  
Phase 1: tagging of test cases...
-`CLOUDSTACK-6907 <https://issues.apache.org/jira/browse/CLOUDSTACK-6907>`_  
listVolumes: diskOfferingId is returned for the volume instead of service 
offeri...
-`CLOUDSTACK-6905 <https://issues.apache.org/jira/browse/CLOUDSTACK-6905>`_  
NPE XenServerGuru.java:95 when remove the nic from the vm in Stopped state...
-`CLOUDSTACK-6898 <https://issues.apache.org/jira/browse/CLOUDSTACK-6898>`_  
[Hyper-V] Open the console of a VM from CS, reboot the VM ( from CS or from 
insi...
-`CLOUDSTACK-6892 <https://issues.apache.org/jira/browse/CLOUDSTACK-6892>`_  
Database HA Config prevents mgmt server from starting...
-`CLOUDSTACK-6886 <https://issues.apache.org/jira/browse/CLOUDSTACK-6886>`_  
Cannot add SDX Netscaler device...
-`CLOUDSTACK-6869 <https://issues.apache.org/jira/browse/CLOUDSTACK-6869>`_  
Public key content is overridden by template's meta data when you create a 
insta...
-`CLOUDSTACK-6840 <https://issues.apache.org/jira/browse/CLOUDSTACK-6840>`_  
[OVS][UI] Ovs provider should not be displayed in NetworkServiceProviders if 
the...
-`CLOUDSTACK-6821 <https://issues.apache.org/jira/browse/CLOUDSTACK-6821>`_  
Disk allocated for primary storage  remain unchanged after volume deletion ...
-`CLOUDSTACK-6815 <https://issues.apache.org/jira/browse/CLOUDSTACK-6815>`_  
CallContext contains incorrect UUID for Account...
-`CLOUDSTACK-6787 <https://issues.apache.org/jira/browse/CLOUDSTACK-6787>`_  
Event Bus - Publishing uuids missing in some cases...
-`CLOUDSTACK-6740 <https://issues.apache.org/jira/browse/CLOUDSTACK-6740>`_  
Direct agent command throttling improvements...
-`CLOUDSTACK-6718 <https://issues.apache.org/jira/browse/CLOUDSTACK-6718>`_  
[OVS][UI] Isolated network offering (non-vpc) creation page shows ovs as the 
ser...
-`CLOUDSTACK-6691 <https://issues.apache.org/jira/browse/CLOUDSTACK-6691>`_  
NPE while assigning a VM nic primary/secondaryip to internal lb rule....
-`CLOUDSTACK-6690 <https://issues.apache.org/jira/browse/CLOUDSTACK-6690>`_  
[UI] ListView while assigning VM to internal LB rule in VPC  is not valid....
-`CLOUDSTACK-6666 <https://issues.apache.org/jira/browse/CLOUDSTACK-6666>`_  UI 
search for vm's in port forward rules field does not work...
-`CLOUDSTACK-6652 <https://issues.apache.org/jira/browse/CLOUDSTACK-6652>`_  
CLONE - [Automation] Vmware-  System's StartCommand failed with 
"NumberFormatExc...
-`CLOUDSTACK-6631 <https://issues.apache.org/jira/browse/CLOUDSTACK-6631>`_  
unable to attach new Volume to VM...
-`CLOUDSTACK-6605 <https://issues.apache.org/jira/browse/CLOUDSTACK-6605>`_  
CLONE - [Automation] jasypt decryption error is thrown after restarting console 
...
-`CLOUDSTACK-6594 <https://issues.apache.org/jira/browse/CLOUDSTACK-6594>`_  
Observed many DB Exception while starting MS "Can't DROP 'last_sent'; check 
that...
-`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-6576 <https://issues.apache.org/jira/browse/CLOUDSTACK-6576>`_  No 
Error Handling while deploying GPU unsupported instances on a GPU enabled hos...
-`CLOUDSTACK-6570 <https://issues.apache.org/jira/browse/CLOUDSTACK-6570>`_  
API breakage of the UpdateUser API call...
-`CLOUDSTACK-6516 <https://issues.apache.org/jira/browse/CLOUDSTACK-6516>`_  
Default value of secstorage.encrypt.copy overridden...
-`CLOUDSTACK-6496 <https://issues.apache.org/jira/browse/CLOUDSTACK-6496>`_  
addHost fails for XenServer with vSwitch networking...
-`CLOUDSTACK-6495 <https://issues.apache.org/jira/browse/CLOUDSTACK-6495>`_  
JSVC package dependancy failures during installation  of Cloudstack Agent on 
RHE...
-`CLOUDSTACK-6473 <https://issues.apache.org/jira/browse/CLOUDSTACK-6473>`_  
Debian 7 Virtual Router ip_conntrack_max not set at boot...
-`CLOUDSTACK-6467 <https://issues.apache.org/jira/browse/CLOUDSTACK-6467>`_  
User VM state listener publishes to event bus incompletely...
-`CLOUDSTACK-6465 <https://issues.apache.org/jira/browse/CLOUDSTACK-6465>`_  
vmware.reserve.mem is missing from cluster level settings ...
-`CLOUDSTACK-6459 <https://issues.apache.org/jira/browse/CLOUDSTACK-6459>`_  
Unable to enable maintenance mode on a Primary storage that crashed...
-`CLOUDSTACK-6445 <https://issues.apache.org/jira/browse/CLOUDSTACK-6445>`_  
Simulator enhancements...
-`CLOUDSTACK-6434 <https://issues.apache.org/jira/browse/CLOUDSTACK-6434>`_  
Enable redundant virtual router to configure interval for VRRP broadcast...
-`CLOUDSTACK-6433 <https://issues.apache.org/jira/browse/CLOUDSTACK-6433>`_  
Make sure redundant router would create a pair of routers when implementation...
-`CLOUDSTACK-6432 <https://issues.apache.org/jira/browse/CLOUDSTACK-6432>`_  
Prevent VR from response to DNS request from outside of network...
-`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-6358 <https://issues.apache.org/jira/browse/CLOUDSTACK-6358>`_  
Remove hardcoded guest OS mappings...
-`CLOUDSTACK-6337 <https://issues.apache.org/jira/browse/CLOUDSTACK-6337>`_  
Can't Migrate instance which use custom HA compute offering to another host...
-`CLOUDSTACK-6309 <https://issues.apache.org/jira/browse/CLOUDSTACK-6309>`_  
[Automation] Router deployment failed due to "aggregated command s execution 
fai...
-`CLOUDSTACK-6286 <https://issues.apache.org/jira/browse/CLOUDSTACK-6286>`_  
[Automation] VM deployment is failing in simulator...
-`CLOUDSTACK-6271 <https://issues.apache.org/jira/browse/CLOUDSTACK-6271>`_  
Integrate Deploy DB Into windows msi installer...
-`CLOUDSTACK-6228 <https://issues.apache.org/jira/browse/CLOUDSTACK-6228>`_  
Some action confirm dialogs show incorrect icon...
-`CLOUDSTACK-6212 <https://issues.apache.org/jira/browse/CLOUDSTACK-6212>`_  
'vm_instance' table has no AUTO_INCREMENT on 'id' field...
-`CLOUDSTACK-6177 <https://issues.apache.org/jira/browse/CLOUDSTACK-6177>`_  CS 
does XS master switch, which may cause weird XS behavior...
-`CLOUDSTACK-6168 <https://issues.apache.org/jira/browse/CLOUDSTACK-6168>`_  
vm.instancename.flag inefficient...
-`CLOUDSTACK-6099 <https://issues.apache.org/jira/browse/CLOUDSTACK-6099>`_  
live migration is failing for vm deployed using dynaic compute offerings with 
NP...
-`CLOUDSTACK-6075 <https://issues.apache.org/jira/browse/CLOUDSTACK-6075>`_  
Increase the ram size for router service offering ...
-`CLOUDSTACK-6036 <https://issues.apache.org/jira/browse/CLOUDSTACK-6036>`_   
CloudStack stops the machine for no reason...
-`CLOUDSTACK-6004 <https://issues.apache.org/jira/browse/CLOUDSTACK-6004>`_  
Cannot do Local to Local Xen StorageMotion using XS6.2SP1...
-`CLOUDSTACK-5992 <https://issues.apache.org/jira/browse/CLOUDSTACK-5992>`_  
[Upgrade] default values of configuraiton parameters in configuration table are 
...
-`CLOUDSTACK-5984 <https://issues.apache.org/jira/browse/CLOUDSTACK-5984>`_  
addvmwaredc API call is not documented ...
-`CLOUDSTACK-5952 <https://issues.apache.org/jira/browse/CLOUDSTACK-5952>`_  
[UI] VM ip address information is not shown after configuring static NAT...
-`CLOUDSTACK-5946 <https://issues.apache.org/jira/browse/CLOUDSTACK-5946>`_  
SSL: Fail to find the generated keystore. Loading fail-safe one to continue....
-`CLOUDSTACK-5910 <https://issues.apache.org/jira/browse/CLOUDSTACK-5910>`_  
mark the LDAP user as imported from LDAP...
-`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-5853 <https://issues.apache.org/jira/browse/CLOUDSTACK-5853>`_  
cannot deploy vm with differing service storage tag and data disk storage tag...
-`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-5834 <https://issues.apache.org/jira/browse/CLOUDSTACK-5834>`_  
[upgrade]Error while collecting disk stats from : You gave an invalid object 
ref...
-`CLOUDSTACK-5824 <https://issues.apache.org/jira/browse/CLOUDSTACK-5824>`_  
Delete snapshot UI always success...
-`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-5800 <https://issues.apache.org/jira/browse/CLOUDSTACK-5800>`_  
While creating a VM from template (which is created based on existing newly 
crea...
-`CLOUDSTACK-5700 <https://issues.apache.org/jira/browse/CLOUDSTACK-5700>`_  
[Vmsync] - kvm- "paused" state of Vm is not synced to CS....
-`CLOUDSTACK-5673 <https://issues.apache.org/jira/browse/CLOUDSTACK-5673>`_  
[Hyper-V] Default IP address never configured on eth0 with default CentOS 
templa...
-`CLOUDSTACK-5664 <https://issues.apache.org/jira/browse/CLOUDSTACK-5664>`_  
XEN patch/hotfix certification - after XS 6.0.2 XS602E030 patch installation 
VMs...
-`CLOUDSTACK-5641 <https://issues.apache.org/jira/browse/CLOUDSTACK-5641>`_  
Local disk usage on host don't show up in the admin's webui...
-`CLOUDSTACK-5578 <https://issues.apache.org/jira/browse/CLOUDSTACK-5578>`_  
KVM - Network down - When the host looses network connectivity , reboot stuck 
wh...
-`CLOUDSTACK-5576 <https://issues.apache.org/jira/browse/CLOUDSTACK-5576>`_  
RemoteVPNonVPC :  Label needs to be changed to "Enable Remote Access VPN"...
-`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-5469 <https://issues.apache.org/jira/browse/CLOUDSTACK-5469>`_  
Snapshot creation fails with following exception - "Failed to backup snapshot: 
q...
-`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-5395 <https://issues.apache.org/jira/browse/CLOUDSTACK-5395>`_  
When backup snapshot fails becasue of backup.snapshot.wait time exceeding , the 
...
-`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-5324 <https://issues.apache.org/jira/browse/CLOUDSTACK-5324>`_  
error message not proper when start VM  fails because router requires upgrade...
-`CLOUDSTACK-5309 <https://issues.apache.org/jira/browse/CLOUDSTACK-5309>`_  
version number and requires upgrade fields are not displayed for routers when 
na...
-`CLOUDSTACK-5241 <https://issues.apache.org/jira/browse/CLOUDSTACK-5241>`_  
ROT13 usage...
-`CLOUDSTACK-4770 <https://issues.apache.org/jira/browse/CLOUDSTACK-4770>`_  
Management server fails to start with "Unable to get the management server 
node"...
-`CLOUDSTACK-4665 <https://issues.apache.org/jira/browse/CLOUDSTACK-4665>`_  
ceph:delete volume fails with ArrayIndexOutOfBoundsException...
-`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-4451 <https://issues.apache.org/jira/browse/CLOUDSTACK-4451>`_  
associateIPaddress requires zone id but apidoc says it's optional...
-`CLOUDSTACK-4364 <https://issues.apache.org/jira/browse/CLOUDSTACK-4364>`_  
Restore VM - needs to log usage event for volume...
-`CLOUDSTACK-4351 <https://issues.apache.org/jira/browse/CLOUDSTACK-4351>`_  
[DOC] 4.3.2. Host/Hypervisor System Requirements has misleading  or premature 
no...
-`CLOUDSTACK-4322 <https://issues.apache.org/jira/browse/CLOUDSTACK-4322>`_  
Delete domain with force option is not returning failed as response incase of 
ac...
-`CLOUDSTACK-4292 <https://issues.apache.org/jira/browse/CLOUDSTACK-4292>`_  
ceph:destroyedvm failed with ArrayIndexexception while expunging...
-`CLOUDSTACK-4200 <https://issues.apache.org/jira/browse/CLOUDSTACK-4200>`_  
listSystemVMs API and listRouters API fail to return hypervisor property ...
-`CLOUDSTACK-3995 <https://issues.apache.org/jira/browse/CLOUDSTACK-3995>`_  No 
error notification is generated when Primary storage (Zonelevel) is added wit...
-`CLOUDSTACK-3815 <https://issues.apache.org/jira/browse/CLOUDSTACK-3815>`_  
"SNAPSHOT.CREATE" event's states are not registered on the events table ...
-`CLOUDSTACK-3608 <https://issues.apache.org/jira/browse/CLOUDSTACK-3608>`_  
"guest_os_hypervisor" table has repeated mappings of hypervisor and guest OS...
-`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-2625 <https://issues.apache.org/jira/browse/CLOUDSTACK-2625>`_  
Duplicate usage records when listing large number of records...
-`CLOUDSTACK-1990 <https://issues.apache.org/jira/browse/CLOUDSTACK-1990>`_  
Docs: Update "Choosing a Hypervisor" feature matrix with new info...
-`CLOUDSTACK-315 <https://issues.apache.org/jira/browse/CLOUDSTACK-315>`_    
Infrastructure view does not show capacity values...
-==========================================================================  
===================================================================================
+.. cssclass:: table-striped table-bordered table-hover
+
+========================================================================== 
===================================================================================
+Bug ID                                                                     
Description
+========================================================================== 
===================================================================================
+`CLOUDSTACK-8283 <https://issues.apache.org/jira/browse/CLOUDSTACK-8283>`_ 
primary storage limit check not working...
+`CLOUDSTACK-8244 <https://issues.apache.org/jira/browse/CLOUDSTACK-8244>`_ 
LibvirtServerDiscoverer.java has hard coded agent class...
+`CLOUDSTACK-8166 <https://issues.apache.org/jira/browse/CLOUDSTACK-8166>`_ 
Usage data boundary condition and NPE...
+`CLOUDSTACK-8140 <https://issues.apache.org/jira/browse/CLOUDSTACK-8140>`_ 
secstorage.service.offering in GS set to service offering ID Webui fails to 
star...
+`CLOUDSTACK-8101 <https://issues.apache.org/jira/browse/CLOUDSTACK-8101>`_ 
volume sync not working as expected - MS restart during upload volume leaves 
vol...
+`CLOUDSTACK-8093 <https://issues.apache.org/jira/browse/CLOUDSTACK-8093>`_ Not 
able to list shared templates by passing id....
+`CLOUDSTACK-8077 <https://issues.apache.org/jira/browse/CLOUDSTACK-8077>`_ Not 
able to deploy VM using a shared template....
+`CLOUDSTACK-8072 <https://issues.apache.org/jira/browse/CLOUDSTACK-8072>`_ NPE 
in deleting default ACL item...
+`CLOUDSTACK-8061 <https://issues.apache.org/jira/browse/CLOUDSTACK-8061>`_ 
Extracting volume when it is in migrating state causes both the operations to 
fa...
+`CLOUDSTACK-7994 <https://issues.apache.org/jira/browse/CLOUDSTACK-7994>`_ 
Network rules are not configured in VR after out-of-band movement due to host 
cr...
+`CLOUDSTACK-7986 <https://issues.apache.org/jira/browse/CLOUDSTACK-7986>`_ [F5 
LB] Failed to execute IPAssocCommand due to com.cloud.utils.exception.Execut...
+`CLOUDSTACK-7981 <https://issues.apache.org/jira/browse/CLOUDSTACK-7981>`_ 
listVirtualMachine is too slow in case of duplicate resource tags due to 
joining...
+`CLOUDSTACK-7974 <https://issues.apache.org/jira/browse/CLOUDSTACK-7974>`_ 
deleted VM entries still exists in /etc/hosts and /etc/dhcphosts.txt files on 
vi...
+`CLOUDSTACK-7954 <https://issues.apache.org/jira/browse/CLOUDSTACK-7954>`_ 
ListTags API is ignoring the resourceID and displaying all the tags of all 
resou...
+`CLOUDSTACK-7952 <https://issues.apache.org/jira/browse/CLOUDSTACK-7952>`_ 
listSslCerts returns private key...
+`CLOUDSTACK-7951 <https://issues.apache.org/jira/browse/CLOUDSTACK-7951>`_ 
cloudstack-agent jsvc gets too large virtual memory space....
+`CLOUDSTACK-7917 <https://issues.apache.org/jira/browse/CLOUDSTACK-7917>`_ 
Load Balancer Rule is not validated when updating LB...
+`CLOUDSTACK-7887 <https://issues.apache.org/jira/browse/CLOUDSTACK-7887>`_ 
fail to push snapshot to secondary storage if using multipart using swift...
+`CLOUDSTACK-7886 <https://issues.apache.org/jira/browse/CLOUDSTACK-7886>`_ 
cs:rabbitMQ:cloudstackoperations like deployvm,deleteNW  are failing if CS fail 
...
+`CLOUDSTACK-7884 <https://issues.apache.org/jira/browse/CLOUDSTACK-7884>`_ 
Cloudstack MS is not responding (happening randomly) after some restart...
+`CLOUDSTACK-7877 <https://issues.apache.org/jira/browse/CLOUDSTACK-7877>`_ The 
NET.IPRELEASE events are not added to usage_event on IP range deletion from ...
+`CLOUDSTACK-7872 <https://issues.apache.org/jira/browse/CLOUDSTACK-7872>`_ One 
network incorrectly being shutdown ...
+`CLOUDSTACK-7871 <https://issues.apache.org/jira/browse/CLOUDSTACK-7871>`_ Fix 
update VirtualMachine/Template API to allow nic/disk controller details for ...
+`CLOUDSTACK-7869 <https://issues.apache.org/jira/browse/CLOUDSTACK-7869>`_ Add 
simulator support for findHostsForMigration API...
+`CLOUDSTACK-7855 <https://issues.apache.org/jira/browse/CLOUDSTACK-7855>`_ Sec 
storage/network MTU should be on nic3 and not nic1...
+`CLOUDSTACK-7854 <https://issues.apache.org/jira/browse/CLOUDSTACK-7854>`_ 
Delete redundant CentOS 5.3 buit-in template in case of XenServer since CentOS 
5...
+`CLOUDSTACK-7843 <https://issues.apache.org/jira/browse/CLOUDSTACK-7843>`_ 
sync Job Failures always reported as success on Event Bus ...
+`CLOUDSTACK-7842 <https://issues.apache.org/jira/browse/CLOUDSTACK-7842>`_ 
wrong size column is getting updated with snapshot physical size in 
snapshot_sto...
+`CLOUDSTACK-7837 <https://issues.apache.org/jira/browse/CLOUDSTACK-7837>`_ 
[UI] CIDR field not completely visible in multi-edit view...
+`CLOUDSTACK-7833 <https://issues.apache.org/jira/browse/CLOUDSTACK-7833>`_ VM 
Async work jobs log "Was unable to find lock for the key vm_instance" errors ...
+`CLOUDSTACK-7832 <https://issues.apache.org/jira/browse/CLOUDSTACK-7832>`_ 
MySQL deadlock occurred in resetting job_executing_msid of the completed vm 
work...
+`CLOUDSTACK-7830 <https://issues.apache.org/jira/browse/CLOUDSTACK-7830>`_ 
Usage Job fails with "Data too long for column 'user_name'"...
+`CLOUDSTACK-7829 <https://issues.apache.org/jira/browse/CLOUDSTACK-7829>`_ 
Usage Job fails with "Data too long for column 'user_name'"...
+`CLOUDSTACK-7822 <https://issues.apache.org/jira/browse/CLOUDSTACK-7822>`_ 
test SSL cert expired...
+`CLOUDSTACK-7798 <https://issues.apache.org/jira/browse/CLOUDSTACK-7798>`_ 
listing 2 guest networks is taking close to 4 seconds (Slow compare to previous 
...
+`CLOUDSTACK-7797 <https://issues.apache.org/jira/browse/CLOUDSTACK-7797>`_ 
listSupportedNetworkServices API takes more than 1 second to complete, slow 
comp...
+`CLOUDSTACK-7766 <https://issues.apache.org/jira/browse/CLOUDSTACK-7766>`_ 
Field Validations Missing for Ingress and Egress Rules...
+`CLOUDSTACK-7765 <https://issues.apache.org/jira/browse/CLOUDSTACK-7765>`_ 
Field Validations Missing for VPC IP Address Fields...
+`CLOUDSTACK-7764 <https://issues.apache.org/jira/browse/CLOUDSTACK-7764>`_ No 
IP Address Validations when Adding Networks...
+`CLOUDSTACK-7749 <https://issues.apache.org/jira/browse/CLOUDSTACK-7749>`_ 
AsyncJob GC thread cannot purge queue items that have been blocking for too 
long...
+`CLOUDSTACK-7730 <https://issues.apache.org/jira/browse/CLOUDSTACK-7730>`_ 
Failed to create two icmp firewall rules...
+`CLOUDSTACK-7728 <https://issues.apache.org/jira/browse/CLOUDSTACK-7728>`_ 
Network with egress policy allow, VR reboot missed default rule...
+`CLOUDSTACK-7722 <https://issues.apache.org/jira/browse/CLOUDSTACK-7722>`_ 
add.label: Add button for tags show the label not "Add" text...
+`CLOUDSTACK-7720 <https://issues.apache.org/jira/browse/CLOUDSTACK-7720>`_ No 
IP Address Validation for Acquire new secondary IP...
+`CLOUDSTACK-7718 <https://issues.apache.org/jira/browse/CLOUDSTACK-7718>`_ No 
Field Validations on Zone Form...
+`CLOUDSTACK-7703 <https://issues.apache.org/jira/browse/CLOUDSTACK-7703>`_ 
Cloudstack server endless loop when trying to create a volume while storage 
pool...
+`CLOUDSTACK-7700 <https://issues.apache.org/jira/browse/CLOUDSTACK-7700>`_ 
Volume Snapshot Async Job returns Success for a failed operation...
+`CLOUDSTACK-7694 <https://issues.apache.org/jira/browse/CLOUDSTACK-7694>`_ 
VMWare: Unable to create template from snapshots larger than 10G....
+`CLOUDSTACK-7688 <https://issues.apache.org/jira/browse/CLOUDSTACK-7688>`_ Do 
not allow various operations which breaks VM Snapshots...
+`CLOUDSTACK-7679 <https://issues.apache.org/jira/browse/CLOUDSTACK-7679>`_ 
bump up the RabbitMQ AMQP java client version from 2.8.7 to 3.3.5...
+`CLOUDSTACK-7639 <https://issues.apache.org/jira/browse/CLOUDSTACK-7639>`_ 
cidrlist is not updated in the database after calling API 
updateNetworkACLItem...
+`CLOUDSTACK-7628 <https://issues.apache.org/jira/browse/CLOUDSTACK-7628>`_ VM 
Worker job should be expunged one hour after completion instead of currently ...
+`CLOUDSTACK-7624 <https://issues.apache.org/jira/browse/CLOUDSTACK-7624>`_ 
Long hostnames cause CloudStack to die with an encryption error during 
startup...
+`CLOUDSTACK-7595 <https://issues.apache.org/jira/browse/CLOUDSTACK-7595>`_ 
Config parameters "job.expire.minutes" and "job.cancel.threshold.minutes" 
incorr...
+`CLOUDSTACK-7589 <https://issues.apache.org/jira/browse/CLOUDSTACK-7589>`_ VM 
not Starting and always stuck in Stopped state after management server restar...
+`CLOUDSTACK-7581 <https://issues.apache.org/jira/browse/CLOUDSTACK-7581>`_ 
Empty 'ID' parameters allowed in API calls...
+`CLOUDSTACK-7570 <https://issues.apache.org/jira/browse/CLOUDSTACK-7570>`_ min 
and max iops are being processed null while creating a vm using third party ...
+`CLOUDSTACK-7566 <https://issues.apache.org/jira/browse/CLOUDSTACK-7566>`_ 
Many jobs getting stuck in pending state and cloud is unusable...
+`CLOUDSTACK-7563 <https://issues.apache.org/jira/browse/CLOUDSTACK-7563>`_ 
ClassCastException in VirtualMachineManagerImpl in handling various Agent 
comman...
+`CLOUDSTACK-7562 <https://issues.apache.org/jira/browse/CLOUDSTACK-7562>`_ 
Details page for disk offerings only show details for write performance...
+`CLOUDSTACK-7553 <https://issues.apache.org/jira/browse/CLOUDSTACK-7553>`_ 
Channel Closed error after SSVM and CPVM agents reconnect back to clustered 
mana...
+`CLOUDSTACK-7542 <https://issues.apache.org/jira/browse/CLOUDSTACK-7542>`_ 
CreateNetworkCmd and CreateNetworkCmdByAdmin both have their own "vlan" 
paramete...
+`CLOUDSTACK-7540 <https://issues.apache.org/jira/browse/CLOUDSTACK-7540>`_ 
S2SVpnConnections:CheckRouterTask is fails with NullPointer exception...
+`CLOUDSTACK-7538 <https://issues.apache.org/jira/browse/CLOUDSTACK-7538>`_ Can 
not remove the vm nic due to there is another vm with same internal ip havin...
+`CLOUDSTACK-7536 <https://issues.apache.org/jira/browse/CLOUDSTACK-7536>`_ 
user vm can get a gateway ip in case of shared network....
+`CLOUDSTACK-7528 <https://issues.apache.org/jira/browse/CLOUDSTACK-7528>`_ 
When AlertManager fails to sendAlert it does not log the actual issue/error...
+`CLOUDSTACK-7517 <https://issues.apache.org/jira/browse/CLOUDSTACK-7517>`_ FTP 
modules are not loaded in VR...
+`CLOUDSTACK-7482 <https://issues.apache.org/jira/browse/CLOUDSTACK-7482>`_ 
Ajax calls in mgmt UI causing log pollution...
+`CLOUDSTACK-7468 <https://issues.apache.org/jira/browse/CLOUDSTACK-7468>`_ 
NetScaler SSL Termination does not handle Projects as expected...
+`CLOUDSTACK-7463 <https://issues.apache.org/jira/browse/CLOUDSTACK-7463>`_ UI: 
Domain Admin UI shows 'Add LDAP Users' button (should not be shown)...
+`CLOUDSTACK-7417 <https://issues.apache.org/jira/browse/CLOUDSTACK-7417>`_ 
Admin cannot archive or delete events for a deleted account...
+`CLOUDSTACK-7412 <https://issues.apache.org/jira/browse/CLOUDSTACK-7412>`_ 
Can't create proper template from VM on S3 secondary storage environment...
+`CLOUDSTACK-7373 <https://issues.apache.org/jira/browse/CLOUDSTACK-7373>`_ 
Incorrect Japanese keyboard mapping with CentOS CLI guestOS on VMware host...
+`CLOUDSTACK-7360 <https://issues.apache.org/jira/browse/CLOUDSTACK-7360>`_ 
[vmware] Add host to existing cluster fails if the cluster is using Nexus 1000v 
...
+`CLOUDSTACK-7344 <https://issues.apache.org/jira/browse/CLOUDSTACK-7344>`_ 
VOLUME.DELETE usage event missing for VM's in ERROR state...
+`CLOUDSTACK-7312 <https://issues.apache.org/jira/browse/CLOUDSTACK-7312>`_ 
ISO/volume format name checking is crude and doesn't work with advanced URLs...
+`CLOUDSTACK-7305 <https://issues.apache.org/jira/browse/CLOUDSTACK-7305>`_ 
Hypervisor type parameter is mandatory when deploying VM using ISO...
+`CLOUDSTACK-7302 <https://issues.apache.org/jira/browse/CLOUDSTACK-7302>`_ UI: 
Remove Hover Interaction from breadcrumbs at top page...
+`CLOUDSTACK-7293 <https://issues.apache.org/jira/browse/CLOUDSTACK-7293>`_ UI: 
Validation message on login page is not user friendly...
+`CLOUDSTACK-7261 <https://issues.apache.org/jira/browse/CLOUDSTACK-7261>`_ 
CLONE UI - listSystemVMs API and listRouters API fail to return hypervisor 
prope...
+`CLOUDSTACK-7260 <https://issues.apache.org/jira/browse/CLOUDSTACK-7260>`_ 
Management server not responding after some time for Vmware due to Oom (cannot 
c...
+`CLOUDSTACK-7259 <https://issues.apache.org/jira/browse/CLOUDSTACK-7259>`_ KVM 
mappings for CentOS 6.x and RHEL 6.x...
+`CLOUDSTACK-7250 <https://issues.apache.org/jira/browse/CLOUDSTACK-7250>`_ 
[vCenter 5.5] SourceNAT,StaticNAT and Portfowrding is not working with Vmware 
DV...
+`CLOUDSTACK-7245 <https://issues.apache.org/jira/browse/CLOUDSTACK-7245>`_ 
listIsos call does not return isdynamicallyscalable in the response attributes 
a...
+`CLOUDSTACK-7239 <https://issues.apache.org/jira/browse/CLOUDSTACK-7239>`_ 
Wrong message thrown on Primary Storage addition failure in some cases...
+`CLOUDSTACK-7219 <https://issues.apache.org/jira/browse/CLOUDSTACK-7219>`_ 
Cannot display Cluster Settings after 4.4 Upgrade...
+`CLOUDSTACK-7214 <https://issues.apache.org/jira/browse/CLOUDSTACK-7214>`_ 
[LDAP] connection timeout is hardcoded to 500ms...
+`CLOUDSTACK-7200 <https://issues.apache.org/jira/browse/CLOUDSTACK-7200>`_ 
[LDAP] importUsersCmd for a group fails incase any member of a group is not an 
u...
+`CLOUDSTACK-7191 <https://issues.apache.org/jira/browse/CLOUDSTACK-7191>`_ On 
restartNetwork destroy the VR immediatley, instead of cleanup the rules then ...
+`CLOUDSTACK-7182 <https://issues.apache.org/jira/browse/CLOUDSTACK-7182>`_ NPE 
while trying to deploy VMs in parallel in isolated network...
+`CLOUDSTACK-7175 <https://issues.apache.org/jira/browse/CLOUDSTACK-7175>`_ 
Domain Id is exposed in error message when cross domain access is attempted 
when...
+`CLOUDSTACK-7162 <https://issues.apache.org/jira/browse/CLOUDSTACK-7162>`_ 
queryAsyncJobResult api does not return jobinstanceid...
+`CLOUDSTACK-7153 <https://issues.apache.org/jira/browse/CLOUDSTACK-7153>`_ 
addNicToVirtualMachine not BaseAsyncCreate but creates an entity...
+`CLOUDSTACK-7144 <https://issues.apache.org/jira/browse/CLOUDSTACK-7144>`_ No 
GSLB provider is available during assigning load balancing rule...
+`CLOUDSTACK-7119 <https://issues.apache.org/jira/browse/CLOUDSTACK-7119>`_ 
[VMware] Reset VM fails if there is a VM snapshot...
+`CLOUDSTACK-7118 <https://issues.apache.org/jira/browse/CLOUDSTACK-7118>`_ 
Unable to expunge vms in error state...
+`CLOUDSTACK-7102 <https://issues.apache.org/jira/browse/CLOUDSTACK-7102>`_ 
Volume migration fails with 'VM i-2-3-VM does not exist in VMware datacenter' 
ex...
+`CLOUDSTACK-7078 <https://issues.apache.org/jira/browse/CLOUDSTACK-7078>`_ 
CLONE - [VMWARE]System VM's are failed to start with Nexus enabled Zone ...
+`CLOUDSTACK-7077 <https://issues.apache.org/jira/browse/CLOUDSTACK-7077>`_ 
Quickly attaching multiple data disks to a VM fails...
+`CLOUDSTACK-7072 <https://issues.apache.org/jira/browse/CLOUDSTACK-7072>`_ 
[VMware] Volume attachment intermittently fails with 'A specified parameter was 
...
+`CLOUDSTACK-7071 <https://issues.apache.org/jira/browse/CLOUDSTACK-7071>`_ 
Upgrade to 4.2 fails in case a VMware setup has multiple zones managing the 
same...
+`CLOUDSTACK-7069 <https://issues.apache.org/jira/browse/CLOUDSTACK-7069>`_ 
[VMware] VM property 'numCoresPerSocket' is supported since vSphere API 5.0...
+`CLOUDSTACK-7068 <https://issues.apache.org/jira/browse/CLOUDSTACK-7068>`_ 
addIpToNic not BaseAsyncCreate but creates an entity...
+`CLOUDSTACK-7062 <https://issues.apache.org/jira/browse/CLOUDSTACK-7062>`_ 
Creating storage pool failing with xenserver with NullPointerException...
+`CLOUDSTACK-7030 <https://issues.apache.org/jira/browse/CLOUDSTACK-7030>`_ 
VMWare Worker VMs left behind...
+`CLOUDSTACK-7023 <https://issues.apache.org/jira/browse/CLOUDSTACK-7023>`_ 
[Automation] DeleteTagsCmd failed due to "Unable to find tags by parameters 
spec...
+`CLOUDSTACK-7012 <https://issues.apache.org/jira/browse/CLOUDSTACK-7012>`_ 
[Atomation] Vcenter Hang during 4.4 automation runs...
+`CLOUDSTACK-7011 <https://issues.apache.org/jira/browse/CLOUDSTACK-7011>`_ No 
logs being generated because Logs are created as root instead of cloud user...
+`CLOUDSTACK-7004 <https://issues.apache.org/jira/browse/CLOUDSTACK-7004>`_ 
[Automation] [KVM] Deploying a VM with rootdisksize less than the size of 
templa...
+`CLOUDSTACK-6996 <https://issues.apache.org/jira/browse/CLOUDSTACK-6996>`_ 
Adding cluster to legacy zone failed...
+`CLOUDSTACK-6990 <https://issues.apache.org/jira/browse/CLOUDSTACK-6990>`_ VM 
console displays blank page.AgentControlChannelException in cloud.log...
+`CLOUDSTACK-6976 <https://issues.apache.org/jira/browse/CLOUDSTACK-6976>`_ 
Support for "SecStorageFirewallCfgCommand" for simulator....
+`CLOUDSTACK-6945 <https://issues.apache.org/jira/browse/CLOUDSTACK-6945>`_ 
Null pointer exception when starting a VM that had its template deleted...
+`CLOUDSTACK-6941 <https://issues.apache.org/jira/browse/CLOUDSTACK-6941>`_ 
Can't choose storage for the volume, when attaching uploaded data volume to 
VM...
+`CLOUDSTACK-6940 <https://issues.apache.org/jira/browse/CLOUDSTACK-6940>`_ 
Templates cannot be downloaded from URLs without matching file extensions...
+`CLOUDSTACK-6934 <https://issues.apache.org/jira/browse/CLOUDSTACK-6934>`_ NPE 
at VolumeOrchestrator.java:868 during vm expunge when vm has volumes in Allo...
+`CLOUDSTACK-6929 <https://issues.apache.org/jira/browse/CLOUDSTACK-6929>`_ 
HAPlanner gets added into the list of regular planners...
+`CLOUDSTACK-6919 <https://issues.apache.org/jira/browse/CLOUDSTACK-6919>`_ 
CancelMaintenanceMode: when restart vms, don't attempt to restart user vm not 
ha...
+`CLOUDSTACK-6918 <https://issues.apache.org/jira/browse/CLOUDSTACK-6918>`_ 
CancelStorageMaintenance: Not all vms get restarted as a part of canceling 
maint...
+`CLOUDSTACK-6915 <https://issues.apache.org/jira/browse/CLOUDSTACK-6915>`_ 
Deleting dynamically added OS results in NPE for existing instances using that 
o...
+`CLOUDSTACK-6910 <https://issues.apache.org/jira/browse/CLOUDSTACK-6910>`_ 
Phase 1: tagging of test cases...
+`CLOUDSTACK-6907 <https://issues.apache.org/jira/browse/CLOUDSTACK-6907>`_ 
listVolumes: diskOfferingId is returned for the volume instead of service 
offeri...
+`CLOUDSTACK-6905 <https://issues.apache.org/jira/browse/CLOUDSTACK-6905>`_ NPE 
XenServerGuru.java:95 when remove the nic from the vm in Stopped state...
+`CLOUDSTACK-6898 <https://issues.apache.org/jira/browse/CLOUDSTACK-6898>`_ 
[Hyper-V] Open the console of a VM from CS, reboot the VM ( from CS or from 
insi...
+`CLOUDSTACK-6892 <https://issues.apache.org/jira/browse/CLOUDSTACK-6892>`_ 
Database HA Config prevents mgmt server from starting...
+`CLOUDSTACK-6886 <https://issues.apache.org/jira/browse/CLOUDSTACK-6886>`_ 
Cannot add SDX Netscaler device...
+`CLOUDSTACK-6869 <https://issues.apache.org/jira/browse/CLOUDSTACK-6869>`_ 
Public key content is overridden by template's meta data when you create a 
insta...
+`CLOUDSTACK-6840 <https://issues.apache.org/jira/browse/CLOUDSTACK-6840>`_ 
[OVS][UI] Ovs provider should not be displayed in NetworkServiceProviders if 
the...
+`CLOUDSTACK-6821 <https://issues.apache.org/jira/browse/CLOUDSTACK-6821>`_ 
Disk allocated for primary storage  remain unchanged after volume deletion ...
+`CLOUDSTACK-6815 <https://issues.apache.org/jira/browse/CLOUDSTACK-6815>`_ 
CallContext contains incorrect UUID for Account...
+`CLOUDSTACK-6787 <https://issues.apache.org/jira/browse/CLOUDSTACK-6787>`_ 
Event Bus - Publishing uuids missing in some cases...
+`CLOUDSTACK-6740 <https://issues.apache.org/jira/browse/CLOUDSTACK-6740>`_ 
Direct agent command throttling improvements...
+`CLOUDSTACK-6718 <https://issues.apache.org/jira/browse/CLOUDSTACK-6718>`_ 
[OVS][UI] Isolated network offering (non-vpc) creation page shows ovs as the 
ser...
+`CLOUDSTACK-6691 <https://issues.apache.org/jira/browse/CLOUDSTACK-6691>`_ NPE 
while assigning a VM nic primary/secondaryip to internal lb rule....
+`CLOUDSTACK-6690 <https://issues.apache.org/jira/browse/CLOUDSTACK-6690>`_ 
[UI] ListView while assigning VM to internal LB rule in VPC  is not valid....
+`CLOUDSTACK-6666 <https://issues.apache.org/jira/browse/CLOUDSTACK-6666>`_ UI 
search for vm's in port forward rules field does not work...
+`CLOUDSTACK-6652 <https://issues.apache.org/jira/browse/CLOUDSTACK-6652>`_ 
CLONE - [Automation] Vmware-  System's StartCommand failed with 
"NumberFormatExc...
+`CLOUDSTACK-6631 <https://issues.apache.org/jira/browse/CLOUDSTACK-6631>`_ 
unable to attach new Volume to VM...
+`CLOUDSTACK-6605 <https://issues.apache.org/jira/browse/CLOUDSTACK-6605>`_ 
CLONE - [Automation] jasypt decryption error is thrown after restarting console 
...
+`CLOUDSTACK-6594 <https://issues.apache.org/jira/browse/CLOUDSTACK-6594>`_ 
Observed many DB Exception while starting MS "Can't DROP 'last_sent'; check 
that...
+`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-6576 <https://issues.apache.org/jira/browse/CLOUDSTACK-6576>`_ No 
Error Handling while deploying GPU unsupported instances on a GPU enabled hos...
+`CLOUDSTACK-6570 <https://issues.apache.org/jira/browse/CLOUDSTACK-6570>`_ API 
breakage of the UpdateUser API call...
+`CLOUDSTACK-6516 <https://issues.apache.org/jira/browse/CLOUDSTACK-6516>`_ 
Default value of secstorage.encrypt.copy overridden...
+`CLOUDSTACK-6496 <https://issues.apache.org/jira/browse/CLOUDSTACK-6496>`_ 
addHost fails for XenServer with vSwitch networking...
+`CLOUDSTACK-6495 <https://issues.apache.org/jira/browse/CLOUDSTACK-6495>`_ 
JSVC package dependancy failures during installation  of Cloudstack Agent on 
RHE...
+`CLOUDSTACK-6473 <https://issues.apache.org/jira/browse/CLOUDSTACK-6473>`_ 
Debian 7 Virtual Router ip_conntrack_max not set at boot...
+`CLOUDSTACK-6467 <https://issues.apache.org/jira/browse/CLOUDSTACK-6467>`_ 
User VM state listener publishes to event bus incompletely...
+`CLOUDSTACK-6465 <https://issues.apache.org/jira/browse/CLOUDSTACK-6465>`_ 
vmware.reserve.mem is missing from cluster level settings ...
+`CLOUDSTACK-6459 <https://issues.apache.org/jira/browse/CLOUDSTACK-6459>`_ 
Unable to enable maintenance mode on a Primary storage that crashed...
+`CLOUDSTACK-6445 <https://issues.apache.org/jira/browse/CLOUDSTACK-6445>`_ 
Simulator enhancements...
+`CLOUDSTACK-6434 <https://issues.apache.org/jira/browse/CLOUDSTACK-6434>`_ 
Enable redundant virtual router to configure interval for VRRP broadcast...
+`CLOUDSTACK-6433 <https://issues.apache.org/jira/browse/CLOUDSTACK-6433>`_ 
Make sure redundant router would create a pair of routers when implementation...
+`CLOUDSTACK-6432 <https://issues.apache.org/jira/browse/CLOUDSTACK-6432>`_ 
Prevent VR from response to DNS request from outside of network...
+`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-6358 <https://issues.apache.org/jira/browse/CLOUDSTACK-6358>`_ 
Remove hardcoded guest OS mappings...
+`CLOUDSTACK-6337 <https://issues.apache.org/jira/browse/CLOUDSTACK-6337>`_ 
Can't Migrate instance which use custom HA compute offering to another host...
+`CLOUDSTACK-6309 <https://issues.apache.org/jira/browse/CLOUDSTACK-6309>`_ 
[Automation] Router deployment failed due to "aggregated command s execution 
fai...
+`CLOUDSTACK-6286 <https://issues.apache.org/jira/browse/CLOUDSTACK-6286>`_ 
[Automation] VM deployment is failing in simulator...
+`CLOUDSTACK-6271 <https://issues.apache.org/jira/browse/CLOUDSTACK-6271>`_ 
Integrate Deploy DB Into windows msi installer...
+`CLOUDSTACK-6228 <https://issues.apache.org/jira/browse/CLOUDSTACK-6228>`_ 
Some action confirm dialogs show incorrect icon...
+`CLOUDSTACK-6212 <https://issues.apache.org/jira/browse/CLOUDSTACK-6212>`_ 
'vm_instance' table has no AUTO_INCREMENT on 'id' field...
+`CLOUDSTACK-6177 <https://issues.apache.org/jira/browse/CLOUDSTACK-6177>`_ CS 
does XS master switch, which may cause weird XS behavior...
+`CLOUDSTACK-6168 <https://issues.apache.org/jira/browse/CLOUDSTACK-6168>`_ 
vm.instancename.flag inefficient...
+`CLOUDSTACK-6099 <https://issues.apache.org/jira/browse/CLOUDSTACK-6099>`_ 
live migration is failing for vm deployed using dynaic compute offerings with 
NP...
+`CLOUDSTACK-6075 <https://issues.apache.org/jira/browse/CLOUDSTACK-6075>`_ 
Increase the ram size for router service offering ...
+`CLOUDSTACK-6036 <https://issues.apache.org/jira/browse/CLOUDSTACK-6036>`_  
CloudStack stops the machine for no reason...
+`CLOUDSTACK-6004 <https://issues.apache.org/jira/browse/CLOUDSTACK-6004>`_ 
Cannot do Local to Local Xen StorageMotion using XS6.2SP1...
+`CLOUDSTACK-5992 <https://issues.apache.org/jira/browse/CLOUDSTACK-5992>`_ 
[Upgrade] default values of configuraiton parameters in configuration table are 
...
+`CLOUDSTACK-5984 <https://issues.apache.org/jira/browse/CLOUDSTACK-5984>`_ 
addvmwaredc API call is not documented ...
+`CLOUDSTACK-5952 <https://issues.apache.org/jira/browse/CLOUDSTACK-5952>`_ 
[UI] VM ip address information is not shown after configuring static NAT...
+`CLOUDSTACK-5946 <https://issues.apache.org/jira/browse/CLOUDSTACK-5946>`_ 
SSL: Fail to find the generated keystore. Loading fail-safe one to continue....
+`CLOUDSTACK-5910 <https://issues.apache.org/jira/browse/CLOUDSTACK-5910>`_ 
mark the LDAP user as imported from LDAP...
+`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-5853 <https://issues.apache.org/jira/browse/CLOUDSTACK-5853>`_ 
cannot deploy vm with differing service storage tag and data disk storage tag...
+`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-5834 <https://issues.apache.org/jira/browse/CLOUDSTACK-5834>`_ 
[upgrade]Error while collecting disk stats from : You gave an invalid object 
ref...
+`CLOUDSTACK-5824 <https://issues.apache.org/jira/browse/CLOUDSTACK-5824>`_ 
Delete snapshot UI always success...
+`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-5800 <https://issues.apache.org/jira/browse/CLOUDSTACK-5800>`_ 
While creating a VM from template (which is created based on existing newly 
crea...
+`CLOUDSTACK-5700 <https://issues.apache.org/jira/browse/CLOUDSTACK-5700>`_ 
[Vmsync] - kvm- "paused" state of Vm is not synced to CS....
+`CLOUDSTACK-5673 <https://issues.apache.org/jira/browse/CLOUDSTACK-5673>`_ 
[Hyper-V] Default IP address never configured on eth0 with default CentOS 
templa...
+`CLOUDSTACK-5664 <https://issues.apache.org/jira/browse/CLOUDSTACK-5664>`_ XEN 
patch/hotfix certification - after XS 6.0.2 XS602E030 patch installation VMs...
+`CLOUDSTACK-5641 <https://issues.apache.org/jira/browse/CLOUDSTACK-5641>`_ 
Local disk usage on host don't show up in the admin's webui...
+`CLOUDSTACK-5578 <https://issues.apache.org/jira/browse/CLOUDSTACK-5578>`_ KVM 
- Network down - When the host looses network connectivity , reboot stuck wh...
+`CLOUDSTACK-5576 <https://issues.apache.org/jira/browse/CLOUDSTACK-5576>`_ 
RemoteVPNonVPC :  Label needs to be changed to "Enable Remote Access VPN"...
+`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-5469 <https://issues.apache.org/jira/browse/CLOUDSTACK-5469>`_ 
Snapshot creation fails with following exception - "Failed to backup snapshot: 
q...
+`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-5395 <https://issues.apache.org/jira/browse/CLOUDSTACK-5395>`_ 
When backup snapshot fails becasue of backup.snapshot.wait time exceeding , the 
...
+`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-5324 <https://issues.apache.org/jira/browse/CLOUDSTACK-5324>`_ 
error message not proper when start VM  fails because router requires upgrade...
+`CLOUDSTACK-5309 <https://issues.apache.org/jira/browse/CLOUDSTACK-5309>`_ 
version number and requires upgrade fields are not displayed for routers when 
na...
+`CLOUDSTACK-5241 <https://issues.apache.org/jira/browse/CLOUDSTACK-5241>`_ 
ROT13 usage...
+`CLOUDSTACK-4770 <https://issues.apache.org/jira/browse/CLOUDSTACK-4770>`_ 
Management server fails to start with "Unable to get the management server 
node"...
+`CLOUDSTACK-4665 <https://issues.apache.org/jira/browse/CLOUDSTACK-4665>`_ 
ceph:delete volume fails with ArrayIndexOutOfBoundsException...
+`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-4451 <https://issues.apache.org/jira/browse/CLOUDSTACK-4451>`_ 
associateIPaddress requires zone id but apidoc says it's optional...
+`CLOUDSTACK-4364 <https://issues.apache.org/jira/browse/CLOUDSTACK-4364>`_ 
Restore VM - needs to log usage event for volume...
+`CLOUDSTACK-4351 <https://issues.apache.org/jira/browse/CLOUDSTACK-4351>`_ 
[DOC] 4.3.2. Host/Hypervisor System Requirements has misleading  or premature 
no...
+`CLOUDSTACK-4322 <https://issues.apache.org/jira/browse/CLOUDSTACK-4322>`_ 
Delete domain with force option is not returning failed as response incase of 
ac...
+`CLOUDSTACK-4292 <https://issues.apache.org/jira/browse/CLOUDSTACK-4292>`_ 
ceph:destroyedvm failed with ArrayIndexexception while expunging...
+`CLOUDSTACK-4200 <https://issues.apache.org/jira/browse/CLOUDSTACK-4200>`_ 
listSystemVMs API and listRouters API fail to return hypervisor property ...
+`CLOUDSTACK-3995 <https://issues.apache.org/jira/browse/CLOUDSTACK-3995>`_ No 
error notification is generated when Primary storage (Zonelevel) is added wit...
+`CLOUDSTACK-3815 <https://issues.apache.org/jira/browse/CLOUDSTACK-3815>`_ 
"SNAPSHOT.CREATE" event's states are not registered on the events table ...
+`CLOUDSTACK-3608 <https://issues.apache.org/jira/browse/CLOUDSTACK-3608>`_ 
"guest_os_hypervisor" table has repeated mappings of hypervisor and guest OS...
+`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-2625 <https://issues.apache.org/jira/browse/CLOUDSTACK-2625>`_ 
Duplicate usage records when listing large number of records...
+`CLOUDSTACK-1990 <https://issues.apache.org/jira/browse/CLOUDSTACK-1990>`_ 
Docs: Update "Choosing a Hypervisor" feature matrix with new info...
+`CLOUDSTACK-315 <https://issues.apache.org/jira/browse/CLOUDSTACK-315>`_   
Infrastructure view does not show capacity values...
+========================================================================== 
===================================================================================

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/c0279ccc/source/index.rst
----------------------------------------------------------------------
diff --git a/source/index.rst b/source/index.rst
index b698971..50c89e1 100644
--- a/source/index.rst
+++ b/source/index.rst
@@ -70,10 +70,6 @@ Contents:
    upgrade/upgrade-4.4
    upgrade/upgrade-4.3
    upgrade/upgrade-4.2
-..   upgrade/upgrade-4.1
-..   upgrade/upgrade-4.0
-..   upgrade/upgrade-3.0.x
-..   upgrade/upgrade-2.2.14
    upgrade/valid_source
 
 

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/c0279ccc/source/known_issues.rst
----------------------------------------------------------------------
diff --git a/source/known_issues.rst b/source/known_issues.rst
index c9c422f..9a19729 100644
--- a/source/known_issues.rst
+++ b/source/known_issues.rst
@@ -25,6 +25,8 @@ number.
 For the list of known issues, see `Known Issues in 
 <https://issues.apache.org/jira/issues/?filter=12331413>`_ |release|.
 
+.. cssclass:: table-striped table-bordered table-hover
+
 ==========================================================================  
===================================================================================
 Bug ID                                                                      
Description
 ==========================================================================  
===================================================================================
@@ -99,6 +101,8 @@ All known issues
 For the list of known issues, see `Known Issues in 
 <https://issues.apache.org/jira/issues/?filter=12329801>`_ |version|.
 
+.. cssclass:: table-striped table-bordered table-hover
+
 ==========================================================================  
===================================================================================
 Bug ID                                                                      
Description
 ==========================================================================  
===================================================================================
@@ -306,4 +310,5 @@ Bug ID                                                      
                Desc
 `CLOUDSTACK-5583 <https://issues.apache.org/jira/browse/CLOUDSTACK-5583>`_  
vmopsSnapshot plug-in (XenServer) does not return an error when it should...
 `CLOUDSTACK-3383 <https://issues.apache.org/jira/browse/CLOUDSTACK-3383>`_  
GetHostStatsCommand fails when agent is running Ubuntu 13.04 (raring)...
 `CLOUDSTACK-3367 <https://issues.apache.org/jira/browse/CLOUDSTACK-3367>`_  
When one primary storage fails, all XenServer hosts get rebooted, killing all 
VM...
-`CLOUDSTACK-252 <https://issues.apache.org/jira/browse/CLOUDSTACK-252>`_    
UpdateNetwork Operation on a guest network that is currently using Virtual 
Route...==========================================================================
  
===================================================================================
+`CLOUDSTACK-252 <https://issues.apache.org/jira/browse/CLOUDSTACK-252>`_    
UpdateNetwork Operation on a guest network that is currently using Virtual 
Route...
+==========================================================================  
===================================================================================

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/c0279ccc/source/upgrade/_sysvm_templates.rst
----------------------------------------------------------------------
diff --git a/source/upgrade/_sysvm_templates.rst 
b/source/upgrade/_sysvm_templates.rst
index d11491a..ecf6a08 100644
--- a/source/upgrade/_sysvm_templates.rst
+++ b/source/upgrade/_sysvm_templates.rst
@@ -32,6 +32,8 @@ Update System-VM templates
 #. In the Register template dialog box, specify the following values
    (do not change these):
 
+   .. cssclass:: table-striped table-bordered table-hover
+
    +------------+------------------------------------------------------------+
    | Hypervisor | Description                                                |
    +============+============================================================+

Reply via email to