readme fix
diff --git a/tools/jenkins/README.md b/tools/jenkins/README.md
index fac3f51..371017d 100644
--- a/tools/jenkins/README.md
+++ b/tools/jenkins/README.md
@@ -24,8 +24,6 @@
     RABBIT_PASSWORD=secrete
     # This is the password for your guest (for both stack and root users)
     GUEST_PASSWORD=secrete
-    # IMPORTANT: The following must be set to your dom0 root password!
-    XENAPI_PASSWORD='MY_XEN_ROOT_PW'
     # Do not download the usual images yet!
     IMAGE_URLS=""
     FLOATING_RANGE=192.168.1.224/28
@@ -34,4 +32,7 @@
     MULTI_HOST=1
     # Give extra time for boot
     ACTIVE_TIMEOUT=45
-    XEN_IP=50.56.12.203
+    #  IMPORTANT: This is the ip of your xenserver
+    XEN_IP=10.5.5.1
+    # IMPORTANT: The following must be set to your dom0 root password!
+    XENAPI_PASSWORD='MY_XEN_ROOT_PW'