Comment 4 for bug 1523538

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (stable/liberty)

Reviewed: https://review.openstack.org/283529
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=8d788da2e1b115cfb9c55f007d5392519fb77f5b
Submitter: Jenkins
Branch: stable/liberty

commit 8d788da2e1b115cfb9c55f007d5392519fb77f5b
Author: Peter Razumovsky <email address hidden>
Date: Mon Dec 7 18:31:46 2015 +0300

    Fix property TTL in Designate::Domain

    Current property ttl of Domain is incorrect:
    1. Minimum of ttl is 1, not 0;
    2. If ttl is None, it should not be in create method args.

    Change-Id: I632c13f879bd42cf829bc3b490850e78f371ff0f
    Closes-bug: #1523538
    (cherry picked from commit ef224da97179124103339d56dbfa0655f39b203d)