Take hostname_fqdn_sanitization into account
[functest.git] / docker / smoke-cntt / tempest_conf.yaml
1 ---
2 compute:
3     max_microversion: 2.88
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     hostname_fqdn_sanitization: false
15     interface_attach: true
16     live_migration: true
17     live_migrate_back_and_forth: false
18     metadata_service: true
19     pause: true
20     personality: false
21     rdp_console: false
22     rescue: true
23     resize: true
24     scheduler_available_filters: "AvailabilityZoneFilter,ComputeFilter,\
25       ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,\
26       ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter"
27     serial_console: false
28     shelve: true
29     snapshot: true
30     spice_console: false
31     suspend: true
32     swap_volume: false
33     vnc_console: true
34     volume_backed_live_migration: false
35     volume_multiattach: false
36 identity:
37     auth_version: v3
38     user_unique_last_password_count: 2
39     user_lockout_duration: 10
40     user_lockout_failure_attempts: 2
41 identity-feature-enabled:
42     trust: true
43     api_v2: false
44     api_v2_admin: false
45     security_compliance: true
46     federation: false
47     external_idp: false
48     project_tags: true
49     application_credentials: true
50     access_rules: true
51 image-feature-enabled:
52     api_v2: true
53     api_v1: false
54     import_image: false
55 network-feature-enabled:
56     port_admin_state_change: true
57     port_security: 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 volume:
66     max_microversion: 3.64
67     storage_protocol: ceph
68     manage_volume_ref: source-name,volume-%s
69     manage_snapshot_ref: source-name,snapshot-%s
70 volume-feature-enabled:
71     multi_backend: false
72     backup: true
73     snapshot: true
74     clone: true
75     manage_snapshot: true
76     manage_volume: true
77     extend_attached_volume: true
78     extend_attached_encrypted_volume: false
79     consistency_group: false
80     volume_revert: true
81 load_balancer:
82     test_with_ipv6: false
83 neutron_plugin_options:
84     agent_availability_zone: nova
85     available_type_drivers: flat,geneve,vlan,gre,local,vxlan
86     provider_vlans: public,
87     create_shared_resources: true
88 object-storage-feature-enabled:
89     discoverable_apis: "account_quotas,formpost,bulk_upload,bulk_delete,\
90       tempurl,crossdomain,container_quotas,staticweb,account_quotas,slo"
91     object_versioning: true
92     discoverability: true
93 heat_plugin:
94     skip_functional_test_list: EncryptionVolTypeTest
95     skip_scenario_test_list: "AodhAlarmTest,SoftwareConfigIntegrationTest,\
96       VolumeBackupRestoreIntegrationTest,CfnInitIntegrationTest,\
97       LoadBalancerTest"
98     auth_version: 3
99 heat_features_enabled:
100     multi_cloud: false
101 rbac:
102     enable_rbac: true