summaryrefslogtreecommitdiff
path: root/ironic/cmd
diff options
context:
space:
mode:
authorDmitry Tantsur <divius.inside@gmail.com>2018-06-27 17:59:30 +0200
committerDmitry Tantsur <divius.inside@gmail.com>2018-07-02 17:37:28 +0200
commit53e7baef4205767af8e6c15e6e0e5369e04aea5e (patch)
tree5f3d49084484d1bbd3564315e05eb0b6d48aa097 /ironic/cmd
parent1171226dba72583ef518580482ae8ed2781fc997 (diff)
downloadironic-53e7baef4205767af8e6c15e6e0e5369e04aea5e.tar.gz
Remove support for creating and loading classic drivers
* removes any bits related to loading classic drivers from the drivers factory code * removes exceptions that only happen when classic drivers can be loaded * removes the BaseDriver, moves the useful functionality to the BareDriver class * /v1/drivers/?type=classic now always returns an empty list * removes the migration updating classic drivers to hardware types The documentation will be updated separately. Change-Id: I8ee58dfade87ae2a2544c5dcc27702c069f5089d
Diffstat (limited to 'ironic/cmd')
-rw-r--r--ironic/cmd/dbsync.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/ironic/cmd/dbsync.py b/ironic/cmd/dbsync.py
index 2525b3d50..223cb7eaf 100644
--- a/ironic/cmd/dbsync.py
+++ b/ironic/cmd/dbsync.py
@@ -64,8 +64,6 @@ dbapi = db_api.get_instance()
# object, in case it is lazy loaded. The attribute will be accessed when needed
# by doing getattr on the object
ONLINE_MIGRATIONS = (
- # TODO(dtantsur): remove when classic drivers are removed (Rocky?)
- (dbapi, 'migrate_to_hardware_types'),
# Added in Rocky
# TODO(rloo): remove in Stein
(port, 'migrate_vif_port_id'),