Skip to content
Snippets Groups Projects
Commit c9e96376 authored by Hui Kang's avatar Hui Kang
Browse files

Fix deprecated parameter name in nova.conf

rename auth_type to auth_plugin

Change-Id: Idc20cc6e61fe15e64ba5b49e874f1290b9ee685d
closes-Bug: #1536820
parent fb54a89b
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ metadata_proxy_shared_secret = {{ metadata_secret }}
service_metadata_proxy = true
auth_url = http://{{ kolla_internal_address }}:{{ keystone_admin_port }}
auth_type = password
auth_plugin = password
project_domain_name = default
user_domain_id = default
project_name = service
......
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