21 lines
366 B
YAML
21 lines
366 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: ""
|
|
smoke: true
|
|
users_amount: 1
|
|
tenants_amount: 1
|
|
controllers_amount: 3
|
|
compute_amount: 77
|
|
storage_amount: 20
|
|
network_amount: 1
|
|
|