scottslowe-learning-tools/vagrant/openstack/instances.yml
Scott Lowe 43ab5524a2
Reorganize repository contents
Move contents into new folder structure based on primary technology

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-02-23 16:12:37 -07: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"