tempest/releasenotes/notes/add-return-value-to-retype-volume-a401aa619aaa2457.yaml
Chandan Kumar 1bf32ebd6e Moved releasenotes from tempest package to proper location
* releasenotes should go under releasnotes directory. But
  add-return-value-to-retype-volume-a401aa619aaa2457.yaml was under
  tempest package. It should be moved to its proper home for
  maintaining consistency.

Change-Id: Ibfc7650bcd2e7cba17db1c2a3f6fe29131bec6de
2017-08-03 17:22:26 +05:30

6 lines
171 B
YAML

---
fixes:
Add a missing return statement to the retype_volume API in the v2 volumes_client library.
This changes the response body from None to an empty dictionary.