openstacksdk/releasenotes/notes/bail-on-failed-service-cf299c37d5647b08.yaml
Monty Taylor be753eacbb Bail earlier on a version mismatch for a supported service
When we can't find a version for a service we do know about, the
behavior of falling through to an empty Proxy just leads to
massive end-user confusion. Throw an error.

Change-Id: I7625a2b076fcebe2d66c412503fe3e7681f26918
2019-04-06 11:49:37 +00:00

7 lines
214 B
YAML

---
upgrade:
- |
When a known service cannot be resolved to a supported version,
an exception is now thrown instead of just returning a blank
Proxy object. This allows returning sane errors to users.