Merge pull request #1163 from coreycb/tempest-heat

Add new heat_plugin section to tempest.conf
This commit is contained in:
Felipe Reyes
2023-11-03 11:22:30 -03:00
committed by GitHub

View File

@@ -77,10 +77,26 @@ port_security = true
{% endif %}
{% if 'heat' in enabled_services %}
[orchestration]
stack_owner_role = Admin
instance_type = m1.small
[heat_plugin]
keypair_name = testkey
username = demo
password = password
project_name = demoProject
user_domain_name = demoDomain
project_domain_name = demoDomain
admin_username = {{ admin_username }}
admin_password = {{ admin_password }}
admin_project_name = {{ admin_project_name }}
admin_domain_name = {{ admin_domain_name }}
auth_url = {{ proto }}://{{ keystone }}:5000//v3
auth_version = 3
disable_ssl_certificate_validation = true
region = RegionOne
instance_type = m1.small
minimal_instance_type = m1.small
image_ref = {{ image_id }}
minimal_image_ref = {{ image_id }}
vm_to_heat_api_insecure = True
{% endif %}
[oslo_concurrency]