python-manilaclient/releasenotes/notes/bug-1558995-fix-endpoint-not-found.yaml-a06a3b0ba5006718.yaml
junboli caf07cabf3 Fix manila endpoint in catalog not find error
This issue occurs when we list share without add manilav1 endpoint,
there will be "could not find Manila endpoint in catalog".

Since manilav1 has been deprecated for a couple of releases, so there
is no need to add manilav1 endpoint when using manila v2 API.

This change is to fix it without add manilav1 endpoint, we can also
perform manila command with manilav2 endpoint when using manila v2
API.

Change-Id: I68b499e153e1aba3a5a285f07d71e31b6af65bca
Closes-Bug: #1558995
Closes-Bug: #1734016
2018-02-26 10:33:08 +08:00

5 lines
97 B
YAML

---
fixes:
- |
Fix endpoint not found error when only the manilav2 endpoint is configured.