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

git commit: Fix ssvm template URL in qig

Repository: cloudstack-docs-install
Updated Branches:
  refs/heads/master 30cd8571a -> 4f274c06d


Fix ssvm template URL in qig


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

Branch: refs/heads/master
Commit: 4f274c06d23c425d62a0e3a135f5f41725eaa12e
Parents: 30cd857
Author: Sebastien Goasguen <ru...@gmail.com>
Authored: Wed May 14 11:00:43 2014 +0200
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Wed May 14 11:00:43 2014 +0200

----------------------------------------------------------------------
 source/qig.rst | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/4f274c06/source/qig.rst
----------------------------------------------------------------------
diff --git a/source/qig.rst b/source/qig.rst
index 1d3995e..5451647 100644
--- a/source/qig.rst
+++ b/source/qig.rst
@@ -348,10 +348,8 @@ Now we need to download the system VM template and deploy that to the share we j
 server includes a script to properly manipulate the system VMs images.
 
   .. sourcecode:: bash
-
-     # /usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt -m \ 
-     /secondary -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.qcow2.bz2 \
-     -h kvm -F
+	 
+	 # /usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt -m /secondary -u http://download.cloud.com/templates/4.3/systemvm64template-2014-01-14-master-kvm.qcow2.bz2 -h kvm -F
 
 That concludes our setup of the management server. We still need to configure CloudStack, but we will do that after we
 get our hypervisor set up.