We contentedly announce the release of: designate 6.0.1: DNS as a Service This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/designate Download the package from: https://tarballs.openstack.org/designate/ Please report issues through launchpad: https://bugs.launchpad.net/designate For more details, please see below. Changes in designate 6.0.0..6.0.1 --------------------------------- cbb6119 Fix policy name 3b31ce9 Updated from global requirements d7fef2f Add os-testr in test-requirements.txt fd5c3cc Resolve get_dns_view error after selecting multi-tenant view 159e95f Keep NS records for subdomains during Zone import. 5ae5bb6 Add sample_default for pybasedir in __init__.py 6ca9446 Imported Translations from Zanata 5772ec0 Update UPPER_CONSTRAINTS_FILE for stable/queens c1a2255 Update .gitreview for stable/queens Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + designate/__init__.py | 1 + .../backend/impl_infoblox/object_manipulator.py | 3 +- designate/central/service.py | 5 +- designate/common/policies/service_status.py | 2 +- designate/locale/en_GB/LC_MESSAGES/designate.po | 8 +- etc/designate/policy.yaml.sample | 2 +- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 517 --------------------- .../source/locale/fr/LC_MESSAGES/releasenotes.po | 84 ---- .../source/locale/ja/LC_MESSAGES/releasenotes.po | 106 ----- test-requirements.txt | 1 + tox.ini | 2 +- 13 files changed, 17 insertions(+), 718 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 4513330..511c74a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,0 +10 @@ mock>=2.0.0 # BSD +os-testr>=1.0.0 # Apache-2.0