diff --git a/src/administrators-guide/src/docbkx/administrators-guide.xml b/src/administrators-guide/src/docbkx/administrators-guide.xml
index ac86946..367e0fd 100644
--- a/src/administrators-guide/src/docbkx/administrators-guide.xml
+++ b/src/administrators-guide/src/docbkx/administrators-guide.xml
@@ -168,7 +168,8 @@
Make 5 copies of Windows image file:
-># for i in $(seq 5); do cp ws-2012-std.qcow2 ws-2012-std-$i.qcow2; done
+># for i in $(seq 5); do \
+ cp ws-2012-std.qcow2 ws-2012-std-$i.qcow2; done
@@ -339,7 +340,7 @@ done
localrc example
-
+
HOST_IP=
FLAT_INTERFACE=
FLOATING_RANGE=
@@ -353,7 +354,8 @@ SERVICE_TOKEN=tokentoken
ENABLED_SERVICES+=,heat,h-api,h-api-cfn,h-api-cw,h-eng
# Image's cache is in $TOP_DIR/files
-IMAGE_URLS+=",http://fedorapeople.org/groups/heat/prebuilt-jeos-images/F17-x86_64-cfntools.qcow2"
+IMAGE_URLS+=",http://fedorapeople.org/groups/heat/prebuilt-jeos-images/"
+IMAGE_URLS+="F17-x86_64-cfntools.qcow2"
# /etc/nova/nova.conf
EXTRA_OPTS=(force_config_drive=true libvirt_images_type=qcow2 force_raw_images=false)
@@ -382,6 +384,9 @@ LOGFILE=$SCREEN_LOGDIR/stack.sh.log
Install Murano Components
+ This chapter describes how to install Murano components on a separate devbox. We
+ strongly recommend to use a separate host (virtual machine or real host) for Murano
+ devbox as it prevents you from various dependency conflicts.
Automatic Installation
There is a script to automate Murano installation onto devbox.
@@ -397,8 +402,8 @@ LOGFILE=$SCREEN_LOGDIR/stack.sh.log
Change directory to murano-deployment
and switch to required branch (e.g. release-0.2)># cd /opt/git/murano-deployment
-># git checkout -b release-0.2 origin/release-0.2
+ >master)># cd /opt/git/murano-deployment
+># git checkout -b master origin/master
Install
@@ -480,7 +485,7 @@ LOGFILE=$SCREEN_LOGDIR/stack.sh.log
Login to the Dashboard using URL http://<your
VM IP>/dashboard or http://<your
- VM IP>/dashboard
+ VM IP>/horizon
@@ -1199,7 +1204,7 @@ LOGFILE=$SCREEN_LOGDIR/stack.sh.log
Replace <IMAGE_METADATA> with the
following property string
-murano_image_info='{"title": "Windows 2012 Core Edition","type": "ws-2012-core"}
+murano_image_info='{"title": "Windows 2012 Core Edition", "type": "ws-2012-core"}
where