update rn for 4.5.1 release

Signed-off-by: Rohit Yadav <rohit@scaleninja.com>
diff --git a/source/about.rst b/source/about.rst
index cf8cf7e..1108df9 100644
--- a/source/about.rst
+++ b/source/about.rst
@@ -70,7 +70,9 @@
 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.
+companies and the aim is to integrate the SSO SAML support in CloudStack. The
+current implementation is experimental, will change in future and should be
+avoided in prouduction.
 
 .. cssclass:: table-striped table-bordered table-hover
 
@@ -170,8 +172,18 @@
 -  Use of MariaDB as cloudstack management server database
 -  System VM password reset now supported
 -  Root volume detach support
+-  System VM local storage setting ``system.vm.use.local.storage`` is configurable at zone level
+-  Ability to set CPU features for user vms on KVM using ``guest.cpu.features`` property
+-  A threaded Python based password server that consumes less RAM and CPU
+-  VMFS support in VMWare
+-  XenServer 6.5 support
+-  Separate /var/log partition in SystemVM template
+-  VMXNET3 nic adapter support for KVM
+-  ``nicAdapter`` VM detail is configurable for VMWare to set custom nic adapter
+-  New secure and default user authenticator: PBKDF2-SHA-256
+-  Resize volume support on KVM
 
 .. _Baremetal feature spec: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Baremetal+Advanced+Networking+Support
 .. _Globo DNSAPI spec: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Bind+integration+by+Globo+DNSAPI
 .. _NuageVsp Network Plugin spec : https://cwiki.apache.org/confluence/display/CLOUDSTACK/NuageVsp+Network+Plugin
-.. _SAML spec: https://cwiki.apache.org/confluence/display/CLOUDSTACK/SAML+2.0+Plugin
\ No newline at end of file
+.. _SAML spec: https://cwiki.apache.org/confluence/display/CLOUDSTACK/SAML+2.0+Plugin
diff --git a/source/global.rst b/source/global.rst
index 03d63db..d4376a2 100644
--- a/source/global.rst
+++ b/source/global.rst
@@ -21,13 +21,13 @@
 .. _CloudStack Apidocs: http://cloudstack.apache.org/docs/api/
 
 .. Latest version systemvm template URL
-.. |sysvm64-url-xen|    replace:: http://cloudstack.apt-get.eu/systemvm/4.5/systemvm64template-4.5-xen.vhd.bz2
-.. |sysvm64-url-kvm|    replace:: http://cloudstack.apt-get.eu/systemvm/4.5/systemvm64template-4.5-kvm.qcow2.bz2
-.. |sysvm64-url-vmware| replace:: http://cloudstack.apt-get.eu/systemvm/4.5/systemvm64template-4.5-vmware.ova
-.. |sysvm64-url-hyperv| replace:: http://cloudstack.apt-get.eu/systemvm/4.5/systemvm64template-4.5-hyperv.vhd.zip
+.. |sysvm64-url-xen|    replace:: http://packages.shapeblue.com/systemvmtemplate/4.5/systemvm64template-4.5-xen.vhd.bz2
+.. |sysvm64-url-kvm|    replace:: http://packages.shapeblue.com/systemvmtemplate/4.5/systemvm64template-4.5-kvm.qcow2.bz2
+.. |sysvm64-url-vmware| replace:: http://packages.shapeblue.com/systemvmtemplate/4.5/systemvm64template-4.5-vmware.ova
+.. |sysvm64-url-hyperv| replace:: http://packages.shapeblue.com/systemvmtemplate/4.5/systemvm64template-4.5-hyperv.vhd.zip
 
 .. Version specific: 4.3 systemvm template URL
-.. |acs43-sysvm64-url-xen|    replace:: http://download.cloud.com/templates/4.3/systemvm64template-2014-06-23-master-xen.vhd.bz2
-.. |acs43-sysvm64-url-kvm|    replace:: http://download.cloud.com/templates/4.3/systemvm64template-2014-06-23-master-kvm.qcow2.bz2
-.. |acs43-sysvm64-url-vmware| replace:: http://download.cloud.com/templates/4.3/systemvm64template-2014-06-23-master-vmware.ova
+.. |acs43-sysvm64-url-xen|    replace:: http://packages.shapeblue.com/systemvmtemplate/4.3/systemvm64template-4.3-xen.vhd.bz2
+.. |acs43-sysvm64-url-kvm|    replace:: http://packages.shapeblue.com/systemvmtemplate/4.3/systemvm64template-4.3-kvm.qcow2.bz2
+.. |acs43-sysvm64-url-vmware| replace:: http://packages.shapeblue.com/systemvmtemplate/4.3/systemvm64template-4.3-vmware.ova
 .. |acs43-sysvm64-url-hyperv| replace:: http://download.cloud.com/templates/4.3/systemvm64template-2014-06-23-master-hyperv.vhd.bz2
diff --git a/source/upgrade/upgrade-4.2.rst b/source/upgrade/upgrade-4.2.rst
index 8a3238d..f1749f1 100644
--- a/source/upgrade/upgrade-4.2.rst
+++ b/source/upgrade/upgrade-4.2.rst
@@ -140,7 +140,13 @@
 
 .. sourcecode:: bash
 
-   deb http://cloudstack.apt-get.eu/ubuntu precise 4.5
+   deb http://packages.shapeblue.com/cloudstack/upstream/debian/4.5/ ./
+
+Setup the public key for the above repository:
+
+.. sourcecode:: bash
+
+   wget -qO - http://packages.shapeblue.com/release.asc | sudo apt-key add -
 
 If you're using your own package repository, change this line to
 read as appropriate for your |version| repository.
@@ -205,7 +211,15 @@
    gpgcheck=0
 
 If you are using the community provided package repository, change
-the base url to ``http://cloudstack.apt-get.eu/rhel/4.5/``
+the base url to ``http://packages.shapeblue.com/cloudstack/upstream/centos/4.5/``
+If you want to use the CentOS7 repository use the url ``http://packages.shapeblue.com/cloudstack/upstream/centos7/4.5/``
+
+Setup the GPG public key if you wish to enable ``gpgcheck=1``:
+
+.. sourcecode:: bash
+
+   wget http://packages.shapeblue.com/release.asc
+   rpm --import release.asc
 
 If you're using your own package repository, change this line to
 read as appropriate for your |version| repository.
diff --git a/source/upgrade/upgrade-4.3.rst b/source/upgrade/upgrade-4.3.rst
index 7fe279f..9b0b490 100644
--- a/source/upgrade/upgrade-4.3.rst
+++ b/source/upgrade/upgrade-4.3.rst
@@ -143,7 +143,13 @@
 
 .. sourcecode:: bash
 
-   deb http://cloudstack.apt-get.eu/ubuntu precise 4.5
+   deb http://packages.shapeblue.com/cloudstack/upstream/debian/4.5/ ./
+
+Setup the public key for the above repository:
+
+.. sourcecode:: bash
+
+   wget -qO - http://packages.shapeblue.com/release.asc | sudo apt-key add -
 
 If you're using your own package repository, change this line to
 read as appropriate for your |version| repository.
@@ -208,7 +214,15 @@
    gpgcheck=0
 
 If you are using the community provided package repository, change
-the base url to ``http://cloudstack.apt-get.eu/rhel/4.5/``
+the base url to ``http://packages.shapeblue.com/cloudstack/upstream/centos/4.5/``
+If you want to use the CentOS7 repository use the url ``http://packages.shapeblue.com/cloudstack/upstream/centos7/4.5/``
+
+Setup the GPG public key if you wish to enable ``gpgcheck=1``:
+
+.. sourcecode:: bash
+
+   wget http://packages.shapeblue.com/release.asc
+   rpm --import release.asc
 
 If you're using your own package repository, change this line to
 read as appropriate for your |version| repository.
diff --git a/source/upgrade/upgrade-4.4.rst b/source/upgrade/upgrade-4.4.rst
index faf7c8c..64f662a 100644
--- a/source/upgrade/upgrade-4.4.rst
+++ b/source/upgrade/upgrade-4.4.rst
@@ -144,7 +144,13 @@
 
 .. sourcecode:: bash
 
-   deb http://cloudstack.apt-get.eu/ubuntu precise 4.5
+   deb http://packages.shapeblue.com/cloudstack/upstream/debian/4.5/ ./
+
+Setup the public key for the above repository:
+
+.. sourcecode:: bash
+
+   wget -qO - http://packages.shapeblue.com/release.asc | sudo apt-key add -
 
 If you're using your own package repository, change this line to
 read as appropriate for your |version| repository.
@@ -209,7 +215,16 @@
    gpgcheck=0
 
 If you are using the community provided package repository, change
-the base url to ``http://cloudstack.apt-get.eu/rhel/4.5/``
+the base url to ``http://packages.shapeblue.com/cloudstack/upstream/centos/4.5/``
+If you want to use the CentOS7 repository use the url ``http://packages.shapeblue.com/cloudstack/upstream/centos7/4.5/``
+
+Setup the GPG public key if you wish to enable ``gpgcheck=1``:
+
+.. sourcecode:: bash
+
+   wget http://packages.shapeblue.com/release.asc
+   rpm --import release.asc
+
 
 If you're using your own package repository, change this line to
 read as appropriate for your |version| repository.