Skip to content

Commit d240ea2

Browse files
fix: keystoneauth1.exceptions.auth_plugins.MissingAuthPlugin
OpenStack Helm Ironic chart doesn't have a [nova] section in its default configuration
1 parent 6e87796 commit d240ea2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/ironic/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ conf:
103103
ilo:
104104
# we do not run swift by default so cannot use it by default
105105
use_web_server_for_images: true
106+
nova:
107+
auth_type: password
108+
auth_url: "http://keystone-api.openstack.svc.cluster.local:5000/v3"
106109

107110
endpoints:
108111
oslo_messaging:

0 commit comments

Comments
 (0)