openstacksdk/releasenotes/notes/fix-dns-return-c810d5e6736322f1.yaml
Monty Taylor 1a4b61d51d Fix dns return values
The dns layer started returning False instead of None when things
aren't found. Fix it.

Change-Id: I38fd8c38d6f0ff08effdc39afbdfa90fb87adf83
2019-08-08 07:30:31 -04:00

8 lines
172 B
YAML

---
fixes:
- |
Fixed issue where the dns methods were returning False instead of None
when resources were not found.
- |
Fixed jsonification under python3.