Merge pull request #2 from annegentle/patch-1

Adds vagrant ssh command; fix typo
This commit is contained in:
Mark Korondi 2016-10-19 21:39:25 +02:00 committed by GitHub
commit cffa98fe6f
1 changed files with 11 additions and 4 deletions

View File

@ -47,7 +47,7 @@ Instructions
./stack.sh
This step takes about 10-15 minutes, it needs an internet connection,
however the expected downloaded data stays low if using a fresh enough
however the expected downloaded data stays low if using a fresh enough
appliance.
@ -59,15 +59,22 @@ Instructions
4. `cd openstack-training-virtual-environment`
5. `vagrant up`
6. `vagrant reload`
7. Follow [instructions for the prebuilt image](#using-a-prebuilt-image) from
step 4
7. `vagrant ssh`
8. Start devstack
cd /opt/devstack
./stack.sh
This step takes about 10-15 minutes, it needs an internet connection,
however the expected downloaded data stays low if using a fresh enough
appliance.
### Roll your own image
Essentially the same procedure, with exporting an ova archive at the end which
then can be distributed and easily import into VirtualBox
`./create-training-box.sh` is a handy tool that sets up everythong with vagrant
`./create-training-box.sh` is a handy tool that sets up everything with vagrant
and then creates the distributable box file.
### Learn how to easily set up devstack