Skip to content

Commit

Permalink
Remove nova_client.endpoint_type conditional
Browse files Browse the repository at this point in the history
(cherry picked from commit 8b7d17e)
  • Loading branch information
sd109 authored and seunghun1ee committed Jul 1, 2024
1 parent 644d965 commit c922ef8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ansible/roles/magnum/templates/magnum.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,7 @@ ca_file = {{ openstack_cacert }}

[nova_client]
region_name = {{ openstack_region_name }}
{% if magnum_capi_helm_driver_enabled %}
endpoint_type = publicURL
{% else %}
endpoint_type = internalURL
{% endif %}
ca_file = {{ openstack_cacert }}

[keystone_auth]
Expand Down

0 comments on commit c922ef8

Please sign in to comment.