summaryrefslogtreecommitdiff
path: root/ironic/drivers/base.py
diff options
context:
space:
mode:
authorDmitry Tantsur <divius.inside@gmail.com>2018-01-23 19:37:15 +0100
committerDmitry Tantsur <divius.inside@gmail.com>2018-01-31 13:26:53 +0100
commit02378fdcde330333af851bdf8c42813f5a216c1d (patch)
tree55bccf0bec6e007237d74433e2e01485e0e6e925 /ironic/drivers/base.py
parente882dfbd52238744e86d6cc8f829bc3fc28ed50a (diff)
downloadironic-02378fdcde330333af851bdf8c42813f5a216c1d.tar.gz
Deprecate classic drivers
Also address small issues in the release note for the migration to hardware types. Change-Id: I32998c5508e01882714a76751482a916d066f938 Partial-Bug: #1690185
Diffstat (limited to 'ironic/drivers/base.py')
-rw-r--r--ironic/drivers/base.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/ironic/drivers/base.py b/ironic/drivers/base.py
index 0e7b2ffdf..cfc284e1b 100644
--- a/ironic/drivers/base.py
+++ b/ironic/drivers/base.py
@@ -49,11 +49,13 @@ class BaseDriver(object):
the interfaces are appropriate.
"""
- supported = True
+ supported = False
"""Indicates if a driver is supported.
This will be set to False for drivers which are untested in first- or
third-party CI, or in the process of being deprecated.
+
+ All classic drivers are now deprecated, and thus unsupported.
"""
# NOTE(jlvillal): These should be tuples to help prevent child classes from