Slightly update tempest_conf
[functest.git] / docker / smoke-cntt / tempest_conf.yaml
1 ---
2 compute:
3     max_microversion: 2.79
4 compute-feature-enabled:
5     attach_encrypted_volume: false
6     block_migration_for_live_migration: false
7     block_migrate_cinder_iscsi: false
8     change_password: false
9     cold_migration: true
10     config_drive: true
11     console_output: true
12     disk_config: true
13     enable_instance_password: true
14     interface_attach: true
15     live_migration: true
16     live_migrate_back_and_forth: false
17     metadata_service: true
18     pause: true
19     personality: false
20     rdp_console: false
21     rescue: true
22     resize: true
23     scheduler_available_filters: "AvailabilityZoneFilter,ComputeFilter,\
24       ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,\
25       ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter"
26     serial_console: false
27     shelve: true
28     snapshot: true
29     spice_console: false
30     suspend: true
31     swap_volume: false
32     vnc_console: true
33     volume_backed_live_migration: false
34     volume_multiattach: false
35 identity:
36     auth_version: v3
37     user_unique_last_password_count: 2
38     user_lockout_duration: 10
39     user_lockout_failure_attempts: 2
40 identity-feature-enabled:
41     trust: true
42     api_v2: false
43     api_v2_admin: false
44     security_compliance: true
45     federation: false
46     external_idp: false
47     project_tags: true
48     application_credentials: true
49     access_rules: true
50 image-feature-enabled:
51     api_v2: true
52     api_v1: false
53     import_image: false
54 network-feature-enabled:
55     port_admin_state_change: true
56     port_security: true
57     floating_ips: true
58 placement:
59     max_microversion: 1.36
60 validation:
61     image_ssh_user: cirros
62     ssh_timeout: 196
63     ip_version_for_ssh: 4
64     run_validation: true
65     connect_method: floating
66 volume:
67     max_microversion: 3.59
68     storage_protocol: ceph
69     manage_volume_ref: source-name,volume-%s
70     manage_snapshot_ref: source-name,snapshot-%s
71 volume-feature-enabled:
72     multi_backend: false
73     backup: true
74     snapshot: true
75     clone: true
76     manage_snapshot: true
77     manage_volume: true
78     extend_attached_volume: true
79     extend_attached_encrypted_volume: false
80     consistency_group: false
81     volume_revert: true
82 load_balancer:
83     test_with_ipv6: false
84 neutron_plugin_options:
85     agent_availability_zone: nova
86     available_type_drivers: flat,geneve,vlan,gre,local,vxlan
87     provider_vlans: foo,
88     create_shared_resources: true
89 object-storage-feature-enabled:
90     discoverable_apis: "account_quotas,formpost,bulk_upload,bulk_delete,\
91       tempurl,crossdomain,container_quotas,staticweb,account_quotas,slo"
92     object_versioning: true
93     discoverability: true
94 heat_plugin:
95     skip_functional_test_list: EncryptionVolTypeTest
96     skip_scenario_test_list: "AodhAlarmTest,SoftwareConfigIntegrationTest,\
97       VolumeBackupRestoreIntegrationTest,CfnInitIntegrationTest,\
98       LoadBalancerTest"
99     auth_version: 3
100 heat_features_enabled:
101     multi_cloud: false
102 rbac:
103     enable_rbac: true