This is an automated email from the ASF dual-hosted git repository.

bhaisaab pushed a commit to branch 4.10
in repository https://gitbox.apache.org/repos/asf/cloudstack-docs-rn.git


The following commit(s) were added to refs/heads/4.10 by this push:
     new b836233  Changed thejasypt jar file version from 1.9.0 to 1.9.2
b836233 is described below

commit b836233028d3c2bddb6b39668cc8d75902c67e27
Author: Glenn Wagner <glenn.wag...@shapeblue.com>
AuthorDate: Tue Aug 29 12:56:54 2017 +0200

    Changed thejasypt jar file version from 1.9.0 to 1.9.2
---
 source/upgrade/upgrade-4.9.rst | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/source/upgrade/upgrade-4.9.rst b/source/upgrade/upgrade-4.9.rst
index eae26ea..7f6af71 100644
--- a/source/upgrade/upgrade-4.9.rst
+++ b/source/upgrade/upgrade-4.9.rst
@@ -19,7 +19,7 @@
 Upgrade Instruction from |version_to_upgrade|
 =============================================
 
-This section will guide you from CloudStack |version_to_upgrade| to CloudStack 
+This section will guide you from CloudStack |version_to_upgrade| to CloudStack
 |version|.
 
 Any steps that are hypervisor-specific will be called out with a note.
@@ -28,7 +28,7 @@ We recommend reading through this section once or twice 
before beginning
 your upgrade procedure, and working through it on a test system before
 working on a production system.
 
-.. note:: 
+.. note::
     The following upgrade instructions should be performed regardless of
     hypervisor type.
 
@@ -53,9 +53,9 @@ Create RPM or Debian packages (as appropriate) and a 
repository from
 the |version| source, or check the Apache CloudStack downloads page at
 http://cloudstack.apache.org/downloads.html
 for package repositories supplied by community members. You will need
-them for :ref:`ubuntu48` or :ref:`rhel48` and :ref:`kvm48` hosts upgrade. 
+them for :ref:`ubuntu48` or :ref:`rhel48` and :ref:`kvm48` hosts upgrade.
 
-Instructions for creating packages from the CloudStack source are in the 
+Instructions for creating packages from the CloudStack source are in the
 `CloudStack Installation Guide`_.
 
 
@@ -109,10 +109,10 @@ Backup current database
 Management Server on Ubuntu
 ---------------------------
 
-If you are using Ubuntu, follow this procedure to upgrade your packages. If 
+If you are using Ubuntu, follow this procedure to upgrade your packages. If
 not, skip to step :ref:`rhel48`.
 
-.. note:: 
+.. note::
    **Community Packages:** This section assumes you're using the community
    supplied packages for CloudStack. If you've created your own packages and
    APT repository, substitute your own URL for the ones used in these examples.
@@ -179,10 +179,10 @@ read as appropriate for your |version| repository.
 Management Server on CentOS/RHEL
 --------------------------------
 
-If you are using CentOS or RHEL, follow this procedure to upgrade your 
+If you are using CentOS or RHEL, follow this procedure to upgrade your
 packages. If not, skip to hypervisors section, then :ref:`upg-sysvm48`.
 
-.. note:: 
+.. note::
    **Community Packages:** This section assumes you're using the community
    supplied packages for CloudStack. If you've created your own packages and
    yum repository, substitute your own URL for the ones used in these examples.
@@ -230,7 +230,7 @@ Setup the GPG public key if you wish to enable 
``gpgcheck=1``:
 If you're using your own package repository, change this line to
 read as appropriate for your |version| repository.
 
-#. Now that you have the repository configured, it's time to upgrade the 
+#. Now that you have the repository configured, it's time to upgrade the
    ``cloudstack-management``.
 
    .. sourcecode:: bash
@@ -279,7 +279,7 @@ are required only for clouds using VMware clusters:
 
    .. sourcecode:: bash
 
-      $ java -classpath /usr/share/cloudstack-common/lib/jasypt-1.9.0.jar 
org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI encrypt.sh 
input="_your_vCenter_password_" password="`cat /etc/cloudstack/management/key`" 
verbose=false
+      $ java -classpath /usr/share/cloudstack-common/lib/jasypt-1.9.2.jar 
org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI encrypt.sh 
input="_your_vCenter_password_" password="`cat /etc/cloudstack/management/key`" 
verbose=false
 
 Store the output from this step, we need to add this in
 cluster\_details table and vmware\_data\_center tables in place of
@@ -357,7 +357,7 @@ hosts.
 
       $ sudo apt-get upgrade cloudstack-agent
 
-#. Verify that the file ``/etc/cloudstack/agent/environment.properties`` has a 
+#. Verify that the file ``/etc/cloudstack/agent/environment.properties`` has a
     line that reads:
 
    .. sourcecode:: bash
@@ -383,7 +383,7 @@ For KVM hosts, upgrade the ``cloudstack-agent`` package
 
       $ sudo yum upgrade cloudstack-agent
 
-#. Verify that the file ``/etc/cloudstack/agent/environment.properties`` has a 
+#. Verify that the file ``/etc/cloudstack/agent/environment.properties`` has a
    line that reads:
 
    .. sourcecode:: bash

-- 
To stop receiving notification emails like this one, please contact
['"commits@cloudstack.apache.org" <commits@cloudstack.apache.org>'].

Reply via email to