devops--openstack--lab/vagrant--devstack
2023-04-13 10:27:41 +02:00
..
provision feat: Add reference documentation 2023-04-13 01:04:34 +02:00
Makefile Initial import 2023-04-04 08:51:02 +02:00
README.md doc: Update network commands 2023-04-13 10:27:41 +02:00
Vagrantfile fix: Change openstack config 2023-04-13 00:55:19 +02:00

Vagrant-Devstack

Usage

On the host machine

vagrant up --provider=libvirt
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

References