diff --git a/playbooks/roles/bifrost-keystone-client-config/templates/clouds.yaml.j2 b/playbooks/roles/bifrost-keystone-client-config/templates/clouds.yaml.j2 index 8dd137c11..8b743d279 100644 --- a/playbooks/roles/bifrost-keystone-client-config/templates/clouds.yaml.j2 +++ b/playbooks/roles/bifrost-keystone-client-config/templates/clouds.yaml.j2 @@ -15,7 +15,6 @@ clouds: {% endfor %} {% else %} bifrost: - auth_type: None - auth: {} + auth_type: "none" url: {{ ironic_api_url }} {% endif %}