shade/releasenotes/notes/fix-update-domain-af47b066ac52eb7f.yaml
David Shrewsbury d38af94bed Bug fix: Allow name update for domains
We were not passing the 'name' argument through to the client for
updating a domain. Fix that and add tests to verify it is passed.

Also add missing domain API unit tests.

Change-Id: I62a7d6de0a4890ca9f58aaa3de5090e395baf850
2015-12-08 20:28:22 +00:00

4 lines
71 B
YAML

---
fixes:
- Fix for update_domain() where 'name' was not updatable.