doc: Update readme with missing commands
This commit is contained in:
parent
75afb2fd11
commit
b41646a7c0
1 changed files with 6 additions and 0 deletions
|
@ -5,12 +5,18 @@
|
|||
On the host machine
|
||||
|
||||
vagrant up --provider=libvirt
|
||||
|
||||
vagrant ssh-config > ~/.ssh/config
|
||||
ssh -L 8081:192.168.56.21:80 vagrant@control -N
|
||||
|
||||
On your local machine
|
||||
|
||||
ssh -L8081:127.0.0.1:8081 debian@xxxx -N
|
||||
|
||||
Then open your favorite web browser on the following address:
|
||||
|
||||
http://localhost:8081/dashboard/
|
||||
|
||||
## References
|
||||
|
||||
* https://opendev.org/openstack/devstack-vagrant
|
||||
|
|
Loading…
Reference in a new issue