Fix ssvm template URL in qig
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 @@
 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.