ttl for secondary zones is set to some default values.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Designate |
New
|
Undecided
|
Unassigned |
Bug Description
while creating secondary zone . ttl is set to 3600 .
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 |
+------
which according to http://
should be NULL for SECONDARY zones.
Closing in favor of https:/ /bugs.launchpad .net/designate/ +bug/1507965