84882e19e0
- Move several common bash functions to separate file - Add test hook for rally certificaiton task Change-Id: Idbb2a255a2a57a9d14f8a9527a8a62a489c6c637
21 lines
431 B
YAML
21 lines
431 B
YAML
---
|
|
service_list:
|
|
- authentication
|
|
- nova
|
|
- neutron
|
|
- keystone
|
|
- cinder
|
|
- glance
|
|
use_existing_users: false
|
|
image_name: "^(cirros.*uec|TestVM)$"
|
|
flavor_name: "m1.tiny"
|
|
glance_image_location: "http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img"
|
|
smoke: true
|
|
users_amount: 1
|
|
tenants_amount: 1
|
|
controllers_amount: 1
|
|
compute_amount: 1
|
|
storage_amount: 1
|
|
network_amount: 1
|
|
|