File: task_arguments.yaml

package info (click to toggle)
rally-openstack 3.0.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,928 kB
  • sloc: python: 53,131; sh: 262; makefile: 38
file content (20 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
  service_list:
    - authentication
    - nova
    - neutron
    - keystone
    - cinder
    - glance
  use_existing_users: false
  image_name: "^(cirros.*-disk|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