Docs: Email/TTL is not NULL for secondary zones.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Designate |
Confirmed
|
Low
|
Unassigned |
Bug Description
While creating secondary zones , email is set to some default value.
vyom@vyom:~$ openstack zone create temp.org. --type SECONDARY --masters vyom.org.
+------
| Field | Value |
+------
| action | CREATE |
| created_at | 2015-10-
| description | None |
| email | <email address hidden> |
| id | 059572a2-
| masters | vyom.org. |
| name | temp.org. |
| pool_id | 794ccc2c-
| project_id | 237404bcb8a34bc
| serial | 1 |
| status | PENDING |
| transferred_at | None |
| ttl | 3600 |
| type | SECONDARY |
| updated_at | None |
| version | 1 |
+------
But according to http://
email should be NULL for secondary zones.
Changed in designate: | |
assignee: | nobody → Maciej Szankin (mszankin) |
tags: | added: docs |
tags: | added: low-hanging-fruit |
Changed in designate: | |
status: | In Progress → New |
assignee: | Sharat Sharma (sharat-sharma) → nobody |
Changed in designate: | |
status: | New → Confirmed |
The docs are incorrect. Email/TTL are inherited from the Primary on the first transfer. Since these columns are non-nullable, there needs to be a default there.
The docs should be corrected.