Skip to content
This repository has been archived by the owner on Dec 15, 2017. It is now read-only.

Commit

Permalink
Host-only network setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Korondi committed Oct 19, 2016
1 parent cffa98f commit 2eb0b8b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,17 @@ Instructions
1. Set up VirtualBox
2. Download the [pre-built image][image]
3. Import the `ova` file (`File` -> `Import appliance...`)
4. Start up the VM
5. Open a terminal and start devstack
4. Set up a private network:
- `File` -> `Preferences` -> `Network` -> `Host-only Networks`
- Create a new host-only network with the following settings:
* *IPv4 Address:* 192.168.50.1
* *IPv4 Network Mask:* 255.255.255.0
* *DHCP Server*: disabled
- Select the virtual machine, `Settings` -> `Network` -> `Adapter 2`
- Make sure that the adapter is enabled, attached to the host-only network
you created.
5. Start up the VM
6. Open a terminal and start devstack

cd /opt/devstack
./stack.sh
Expand Down

0 comments on commit 2eb0b8b

Please sign in to comment.