Skip to content

Commit

Permalink
Merge pull request openstack-charmers#1163 from coreycb/tempest-heat
Browse files Browse the repository at this point in the history
Add new heat_plugin section to tempest.conf
  • Loading branch information
freyes committed Nov 3, 2023
2 parents d2e88bb + c16c0f9 commit 4bffe6c
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions zaza/openstack/charm_tests/tempest/templates/tempest_v3.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 4bffe6c

Please sign in to comment.