a73e803e7c
Replace heavily outdated Cirros version with a current one. Also, slightly increase RAM allocation in default flavors for newer version to work. Change-Id: Ie80340b3382cd3bed9edb14f9b9aa40eed6ab476
21 lines
433 B
YAML
21 lines
433 B
YAML
---
|
|
service_list:
|
|
- authentication
|
|
- nova
|
|
- neutron
|
|
- keystone
|
|
- cinder
|
|
- glance
|
|
use_existing_users: false
|
|
image_name: "^(cirros.*-disk|TestVM)$"
|
|
flavor_name: "m1.tiny"
|
|
glance_image_location: "http://download.cirros-cloud.net/0.5.2/cirros-0.5.2-x86_64-disk.img"
|
|
smoke: true
|
|
users_amount: 1
|
|
tenants_amount: 1
|
|
controllers_amount: 1
|
|
compute_amount: 1
|
|
storage_amount: 1
|
|
network_amount: 1
|
|
|