Update Driver statuses
Change-Id: Iac78b8668bcdca34bf354d6feab3e9547ba2c71f Signed-off-by: Graham Hayes <gr@ham.ie>
This commit is contained in:
parent
33ca0b8789
commit
3fbd9dea9d
designate/backend
doc/source/admin
@ -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):
|
||||
|
@ -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)
|
||||
|
@ -300,7 +300,7 @@ class DynECTBackend(base.Backend):
|
||||
"""
|
||||
__plugin_name__ = 'dynect'
|
||||
|
||||
__backend_status__ = 'release-compatible'
|
||||
__backend_status__ = 'untested'
|
||||
|
||||
@classmethod
|
||||
def get_cfg_opts(cls):
|
||||
|
@ -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'
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user