Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sajjadhz/vagrant-devstack

Installing OpenStack/DevStack using vagrant
https://github.com/sajjadhz/vagrant-devstack

cloud devops devstack infrastructure openstack vagrant

Last synced: about 1 month ago
JSON representation

Installing OpenStack/DevStack using vagrant

Awesome Lists containing this project

README

        

# vagrant-devstack
Installing OpenStack/DevStack using vagrant

## How to install
```
git clone https://github.com/Sajjadhz/vagrant-devstack.git
cd vagrant-devstack
chmod +x ./*.sh
./run.sh
```

## How to destroy
```
vagrant destroy
```

## How to go inside to the vm
```
ssh [email protected]
```

```
ssh [email protected]
```

the password for both `stack` and `root` user is `openstack`.