Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 814 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 814 Bytes

OpenStack/Mitaka VM based on Devstack/Neutron

Prerequisite: Vagrant

Vagrant uses VirtualBox to create virtual machines.

Create OpenStack VM

git clone http://github.com/lwieske/devstack-neutron-vagrant.git

cd devstack-neutron-vagrant

vagrant up

Probe The Instance

ping -c 7 172.24.4.3

Please verify the floating ip address to avoid problems.

ssh [email protected]

password: cubswin:)

The two special characters at the end are part of it.

Lookup Dashboard

open http://10.10.10.10

username: demo / password: openstack

There you can navigate the security group ping-secgroup for ingress traffic to the launched instance ping-instance and its associated floating ip (probably 127.24.4.3).