Skip to content
This repository was archived by the owner on Dec 15, 2017. It is now read-only.

Commit 0cf6327

Browse files
committed
Moar simplifications
1 parent a41ac13 commit 0cf6327

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

README.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
OpenStack Upstream Institute Virtual Environment
22
================================================
33

4-
<h2 align=center><a href=bit.ly/training-vm>http://bit.ly/training-vm</a></h2>
4+
<h2 align=center>bit.ly/<a href=http://bit.ly/training-vm>training-vm</a></h2>
55

66
Instructions
77
------------
@@ -41,7 +41,7 @@ Getting around in the VM
4141
> please make sure that you replace the default user `ubuntu` upon first
4242
> start before logging in to Freenode channels.
4343

44-
3. When `stack.sh` finished running, you can open the OpenStack Horizon Dashboard
44+
3. When `stack.sh` finished running, you can open your [Horizon Dashboard]
4545
using the **DevStack** bookmark.
4646

4747
* **Login**: `demo`
@@ -55,6 +55,8 @@ Getting around in the VM
5555

5656
7. Enable SSH and ICMP ports on the security groups
5757

58+
[Horizon Dashboard]: http://192.168.10.15/dashboard/
59+
5860
Learn how to set up devstack
5961
----------------------------
6062

@@ -67,25 +69,31 @@ These are the steps used to provision the vm:
6769
Using latest devstack
6870
---------------------
6971

70-
Please do not update your openstack installation during the training. It requires bandwidth.
72+
Please do not update your openstack installation during the training. It
73+
requires bandwidth.
7174

72-
If you want to keep on using the training VM for devstacking, you should disable offline mode in [local.conf](files/opt/devstack/local.conf). Also reconsider git related settings here.
75+
If you want to keep on using the training VM for devstacking, you should disable
76+
offline mode in [local.conf](files/opt/devstack/local.conf). Also reconsider git
77+
related settings here.
7378

7479
Screenshots
7580
-----------
7681

77-
| Devstack running | Geany with keystone code loaded | git and HexChat |
78-
|------------------|---------------------------------|-----------------|
79-
|![devstack] |![geany] |![git-xchat] |
82+
| ![devstack] | ![geany] | ![git-hexchat] |
83+
|-------------|-------------|----------------|
84+
| devstack | text editor | git and irc |
8085

8186
[devstack]: docs/01.png "Devstack running"
8287
[geany]: docs/02.png "Geany with keystone code loaded"
83-
[git-xchat]: docs/03.png "git and HexChat"
88+
[git-hexchat]: docs/03.png "git and HexChat"
8489

8590
Advanced Topics
8691
---------------
8792

88-
This section is mainly for developers of the *VM*
93+
This section is mainly for developers of the *VM*, on the training you won't
94+
need this.
95+
96+
**Using Vagrant**
8997
9098
1. Set up VirtualBox
9199
2. Set up Vagrant
@@ -97,7 +105,7 @@ This section is mainly for developers of the *VM*
97105
98106
Follow instructions [as for the prebuilt image](#using-a-prebuilt-image)
99107
100-
### Roll your own image
108+
**Roll your own image**
101109
102110
Essentially the same procedure, with exporting an ova archive at the end which
103111
then can be distributed and easily import into VirtualBox

0 commit comments

Comments
 (0)