Skip to content
Snippets Groups Projects
Commit ee7ce6ee authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Deprecate old auth parameters of ironic in nova.conf"

parents aa378bfa 2042ad28
No related branches found
No related tags found
No related merge requests found
...@@ -93,10 +93,12 @@ html5proxy_port = {{ nova_spicehtml5proxy_port }} ...@@ -93,10 +93,12 @@ html5proxy_port = {{ nova_spicehtml5proxy_port }}
{% if service_name == "nova-compute-ironic" %} {% if service_name == "nova-compute-ironic" %}
[ironic] [ironic]
admin_username = {{ ironic_keystone_user }} username = {{ ironic_keystone_user }}
admin_password = {{ ironic_keystone_password }} password = {{ ironic_keystone_password }}
admin_url = {{ openstack_auth.auth_url }}/v2.0 auth_url = {{ openstack_auth.auth_url }}/v3
admin_tenant_name = service project_name = service
user_domain_name = default
project_domain_name = default
api_endpoint = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ ironic_api_port }}/v1 api_endpoint = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ ironic_api_port }}/v1
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment