Skip to content

OpenStack-DevStack all-in-one setup for VirtualBox host-only VM with working `local.conf` and networking.

Notifications You must be signed in to change notification settings

BorisDundakov/OpenStack-DevStack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

DevStack Quickstart

This is a quick reference for setting up DevStack on the VM.


Prerequisites

  • 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
  • Proxy settings configured if internet is required
  • DevStack cloned under /opt/stack/stack
  • local.conf available at /configs/local.conf

Installation

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

About

OpenStack-DevStack all-in-one setup for VirtualBox host-only VM with working `local.conf` and networking.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published