This is a quick reference for setting up DevStack on the VM.
- VM with Ubuntu (tested 22.04 LTS)
- Host-only network: VM (
br-ex) ↔ Host (vboxnet0)- VM IP:
192.168.56.10 - Host IP:
192.168.56.1
- VM IP:
- Proxy settings configured if internet is required
- DevStack cloned under
/opt/stack/stack local.confavailable at /configs/local.conf
Refer to the full installation guide in docs/INSTALLATION.md.
Quick commands:
cd /opt/stack/stack
ln -s ../../configs/local.conf local.conf
./stack.sh