From c0f95b09ac3ed9a0ca41d4efae5b9491707ef432 Mon Sep 17 00:00:00 2001 From: Cameron Loader Date: Thu, 7 Nov 2019 09:18:24 -0600 Subject: [PATCH] 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 --- templates/nova.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/nova.conf.j2 b/templates/nova.conf.j2 index e43ce3c2..4557c6b2 100644 --- a/templates/nova.conf.j2 +++ b/templates/nova.conf.j2 @@ -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 }}