Minor fix to readme - corrected indentation for some commands

Change-Id: I0a16c59d258be4ce8bb8cdebfb3d1cbc30ce9d54
This commit is contained in:
Bob Ball 2013-01-31 15:21:43 +00:00
parent dcbaf1ca6b
commit a814f22ce4

View File

@ -18,7 +18,7 @@ https://www.citrix.com/English/ss/downloads/details.asp?downloadId=2311504&produ
For details on installation, see: http://wiki.openstack.org/XenServer/Install For details on installation, see: http://wiki.openstack.org/XenServer/Install
Here are some sample Xenserver network settings for when you are just Here are some sample Xenserver network settings for when you are just
getting started (I use settings like this with a lappy + cheap wifi router): getting started (Settings like this have been used with a laptop + cheap wifi router):
* XenServer Host IP: 192.168.1.10 * XenServer Host IP: 192.168.1.10
* XenServer Netmask: 255.255.255.0 * XenServer Netmask: 255.255.255.0
@ -29,9 +29,9 @@ Step 2: Download devstack
-------------------------- --------------------------
On your XenServer host, run the following commands as root: On your XenServer host, run the following commands as root:
wget --no-check-certificate https://github.com/openstack-dev/devstack/zipball/master wget --no-check-certificate https://github.com/openstack-dev/devstack/zipball/master
unzip -o master -d ./devstack unzip -o master -d ./devstack
cd devstack/*/ cd devstack/*/
Step 3: Configure your localrc inside the devstack directory Step 3: Configure your localrc inside the devstack directory
------------------------------------------------------------ ------------------------------------------------------------