Files
watcher/releasenotes/notes/bug-2109494-e5bf401767fa6cd6.yaml
jgilaber ae48f65f20 Set keystone_client default interface to public
Set the default interface for keystone_client to public in the watcher
conf instead of admin.

Closes-Bug: 2109494

Change-Id: I9e0289249981ca965190df6dbdc37e09fd0951d7
2025-05-09 08:16:51 +02:00

12 lines
438 B
YAML

---
upgrade:
- |
The default value of ``[keystone_client] interface`` has been changed from
``admin`` to ``public``.
fixes:
- |
When trying to do volume migration using the zone migration strategy, the
keystone service is reached, by default through the admin endpoint.
The default value of ``[keystone_client] interface`` has been fixed.
see Bug https://bugs.launchpad.net/watcher/+bug/2109494 for more info.