diff --git a/docs/runbook/en-US/Book_Info.xml b/docs/runbook/en-US/Book_Info.xml
index 5d2014beb9a..8e38bbde8ee 100644
--- a/docs/runbook/en-US/Book_Info.xml
+++ b/docs/runbook/en-US/Book_Info.xml
@@ -27,7 +27,7 @@
Runbook
Prescriptive instructions for deploying Apache CloudStack
Apache CloudStack
- 4.0.1
+ 4.0.0-incubating
0
0
diff --git a/docs/runbook/en-US/Management.xml b/docs/runbook/en-US/Management.xml
index 1b1880aa436..b52eebf6dd0 100644
--- a/docs/runbook/en-US/Management.xml
+++ b/docs/runbook/en-US/Management.xml
@@ -83,19 +83,12 @@ binlog-format = 'ROW'
acquire those system images ready for deployment when we bootstrap
your cloud.
-
- The place we are going to download these images to is the secondary
- storage share that we setup earlier, so we'll need to mount that share
- with the mount command run on the management server:
-
- # mount -t nfs 172.16.10.2:/secondary /mnt/secondary
-
Now we need to download the system VM template and deploy that to the
share we just mounted. The management server includes a script to properly
manipulate the system VMs images.
- # /usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.qcow2.bz2 -h kvm -F
+ # /usr/lib64/cloud/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
That concludes our setup of the management server. We still need to