openstacksdk/releasenotes/notes/old-placement-4b3c34abb8fe7b81.yaml
Monty Taylor 6f80554807 Handle old status-less placement service
Older versions of placement didn't include the status field
in their version discovery documents. This was fixed in
placement in https://review.opendev.org/575117, but there
are clouds out there in the wild running this version
and SDK bombs out trying to talk to them.

Change-Id: I152f0c626b358328cedd404c8fc8d0bee46d2991
2020-03-04 15:24:53 -06:00

7 lines
177 B
YAML

---
fixes:
- |
Workaround an issue using openstacksdk with older versions of
the placement service that are missing a status field in
their version discovery doc.