Merge "Update Driver statuses"

This commit is contained in:
Zuul 2019-05-20 04:18:21 +00:00 committed by Gerrit Code Review
commit 74e46c784f
6 changed files with 13 additions and 6 deletions

View File

@ -241,7 +241,7 @@ def build_zone(client, target, zone):
class AkamaiBackend(base.Backend):
__plugin_name__ = 'akamai'
__backend_status__ = 'release-compatible'
__backend_status__ = 'untested'
@classmethod
def get_cfg_opts(cls):

View File

@ -32,7 +32,7 @@ class DesignateBackend(base.Backend):
Support for Designate to Designate using Secondary zones.
"""
__plugin_name__ = 'designate'
__backend_status__ = 'release-compatible'
__backend_status__ = 'untested'
def __init__(self, target):
super(DesignateBackend, self).__init__(target)

View File

@ -300,7 +300,7 @@ class DynECTBackend(base.Backend):
"""
__plugin_name__ = 'dynect'
__backend_status__ = 'release-compatible'
__backend_status__ = 'untested'
@classmethod
def get_cfg_opts(cls):

View File

@ -26,7 +26,7 @@ LOG = logging.getLogger(__name__)
class InfobloxBackend(base.Backend):
"""Provides a Designate Backend for Infoblox"""
__backend_status__ = 'release-compatible'
__backend_status__ = 'untested'
__plugin_name__ = 'infoblox'

View File

@ -28,7 +28,7 @@ CONF = cfg.CONF
class PDNS4Backend(base.Backend):
__plugin_name__ = 'pdns4'
__backend_status__ = 'release-compatible'
__backend_status__ = 'integrated'
def __init__(self, target):
super(PDNS4Backend, self).__init__(target)

View File

@ -71,13 +71,16 @@ config=backends/sample_yaml_snippets/bind.yaml
notes=This has been replaced by the pdns4 backend for future releases
[backends.backend-impl-designate]
status=untested
[backends.backend-impl-powerdns-pgsql]
status=untested
[backends.backend-impl-dynect]
status=untested
[backends.backend-impl-akamai]
status=untested
[backends.backend-impl-agent]
@ -86,15 +89,18 @@ type=agent
[backends.backend-impl-knot2-agent]
type=agent
status=experimental
[backends.backend-impl-djbdns-agent]
type=agent
status=experimental
[backends.backend-impl-gdnsd-agent]
type=agent
status=experimental
[backends.backend-impl-infoblox-xfr]
status=release-compatible
status=untested
maintainers=Infoblox OpenStack Team <openstack-maintainer@infoblox.com>
[backends.backend-impl-nsd4]
@ -104,6 +110,7 @@ type=agent
[backends.backend-impl-msdns-agent]
type=agent
status=untested
[grades]
valid-grades=integrated,master-compatible,release-compatible,untested,failing,known-broken,experimental,deprecated