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

rohit pushed a commit to branch 4.13
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/4.13 by this push:
     new f4d484f  fixing command (#73)
f4d484f is described below

commit f4d484ffeae5f3524c1dd5a69b5f1ada6ee223a6
Author: Andrija Panic <[email protected]>
AuthorDate: Thu Oct 3 07:09:07 2019 +0200

    fixing command (#73)
    
    URL was missing...
---
 source/installguide/management-server/_systemvm.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/installguide/management-server/_systemvm.rst 
b/source/installguide/management-server/_systemvm.rst
index 744c1c7..825beaf 100644
--- a/source/installguide/management-server/_systemvm.rst
+++ b/source/installguide/management-server/_systemvm.rst
@@ -78,7 +78,7 @@ CloudStack system VMs.
 
          
/usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt \
          -m /mnt/secondary \
-         -u |sysvm64-name-kvm| \
+         -u |sysvm64-url-kvm| \
          -h kvm \
          -s <optional-management-server-secret-key> \
          -F
@@ -89,7 +89,7 @@ CloudStack system VMs.
 
          
/usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt \
          -m /mnt/secondary \
-         -u |sysvm64-name-kvm| \
+         -u |sysvm64-url-kvm| \
          -h lxc \
          -s <optional-management-server-secret-key> \
          -F

Reply via email to