Remove the priority field in v2

Registered by Betsy Luzader

The priority field for MX and SRV records will no longer be a separate field in v2. Instead the priority will be placed at the beginning of the data field for MX and SRV records. In v1, it will continue to be displayed as a separate field. There will be no changes made to the database as a result of this blueprint. See Whiteboard below for example.

Blueprint information

Status:
Complete
Approver:
None
Priority:
High
Drafter:
Betsy Luzader
Direction:
Approved
Assignee:
Betsy Luzader
Definition:
Approved
Series goal:
Accepted for juno
Implementation:
Implemented
Milestone target:
milestone icon 2014.2
Started by
Betsy Luzader
Completed by
Betsy Luzader

Related branches

Sprints

Whiteboard

Example of v1 SRV record:
{
  "name": "_sip._tcp.example.com.",
  "type": "SRV",
  "data": "0 5060 sip.example.com."
  "priority": 30
}

Example of what it will look like in v2 after this change:
{
"recordset":{
     "name":"_sip._tcp.example3.com.",
     "type":"SRV"
     "records":[
     "30 0 5060 sip.example3.com."
     ]
     }
}

Gerrit topic: https://review.openstack.org/#q,topic:bp/remove-priority-field,n,z

Addressed by: https://review.openstack.org/108797
    Remove the Priority Field in V2

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.