scottslowe-learning-tools/vagrant-openstack/instances.yml
Scott Lowe 36ec21e38e Add learning environment for Vagrant and OpenStack
Add Vagrantfile and supporting files for using Vagrant with
OpenStack.
2015-10-07 12:29:52 -06:00

8 lines
155 B
YAML

---
name: "test-01"
flavor: "m1.small"
image: "Ubuntu 14.04.3 LTS x64"
ip_pool: "ext-net-1"
networks: "test-01"
keypair: "keypair-name"
ssh_user: "ubuntu"