Add auth_type to the ironic section of nova.conf
Without auth_type, nova cannot authenticate to keystone to see available ironic hypervisors/create new baremetal boots. Change-Id: I709230061de4a743e1efc50ee3dd8d3c3465f10b
This commit is contained in:
parent
9fb1cf90dc
commit
c0f95b09ac
@ -200,6 +200,7 @@ ssl = {{ nova_oslomsg_rpc_use_ssl }}
|
||||
|
||||
{% if nova_virt_type == 'ironic' %}
|
||||
[ironic]
|
||||
auth_type = {{ nova_keystone_auth_plugin }}
|
||||
username = {{ nova_service_user_name }}
|
||||
password = {{ nova_service_password }}
|
||||
project_name = {{ nova_service_project_name }}
|
||||
|
Loading…
Reference in New Issue
Block a user