scottslowe-learning-tools/vagrant-openstack/instances.yml

9 lines
155 B
YAML
Raw Normal View History

---
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"