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 8b743d279..de29b5bfe 100644 --- a/playbooks/roles/bifrost-keystone-client-config/templates/clouds.yaml.j2 +++ b/playbooks/roles/bifrost-keystone-client-config/templates/clouds.yaml.j2 @@ -16,5 +16,5 @@ clouds: {% else %} bifrost: auth_type: "none" - url: {{ ironic_api_url }} + endpoint: {{ ironic_api_url }} {% endif %}