
Set the default interface for keystone_client to public in the watcher conf instead of admin. Closes-Bug: 2109494 Change-Id: I9e0289249981ca965190df6dbdc37e09fd0951d7
12 lines
438 B
YAML
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.
|