zone_name attribute is not set in Response body of REST API call for creation of zone transfer request.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Designate |
Fix Released
|
Medium
|
maestropandy |
Bug Description
When we make REST API call for creation of zone ownership transfer request. The response to API call has zone_id set with zone id but zone name is set to 'null'.
$ curl -g -i -X POST http://
HTTP/1.1 201 Created
Location: http://
Content-Length: 459
Content-Type: application/json; charset=UTF-8
X-Openstack-
Date: Tue, 10 May 2016 02:29:57 GMT
{"status": "ACTIVE", "target_
If we have zone_id set with some zone id then zone_name should also be set with the corresponding zone name.
Changed in designate: | |
status: | New → Triaged |
milestone: | none → newton-1 |
importance: | Undecided → Medium |
Changed in designate: | |
assignee: | nobody → Jin Li (jl7351) |
Changed in designate: | |
milestone: | newton-1 → newton-2 |
Changed in designate: | |
assignee: | Jin Li (jl7351) → nobody |
Changed in designate: | |
assignee: | nobody → maestropandy (maestropandy) |
Fix proposed to branch: master /review. openstack. org/334508
Review: https:/