diff options
author | Dmitry Tantsur <divius.inside@gmail.com> | 2016-07-01 14:59:59 +0200 |
---|---|---|
committer | Jim Rollenhagen <jim@jimrollenhagen.com> | 2016-08-08 09:36:46 -0400 |
commit | 2f84daaa6f34ba52e0b5660c2233e9c5ba04b98a (patch) | |
tree | 7c89b8c1e37b4f5e46c423733a728113335b1364 /ironic/drivers/modules/agent.py | |
parent | 8bdd538c0c387c8c2633c8615f2a15a31918a548 (diff) | |
download | ironic-2f84daaa6f34ba52e0b5660c2233e9c5ba04b98a.tar.gz |
Officially deprecate agent passthru classes and API
We've introduced the new set of API endpoints for lookup and heartbeat
which all drivers should implement now and all ramdisk should use.
IPA switched to the new API in the Newton release. The deprecated passthru
endpoints and classes will be removed in the Ocata release.
Change-Id: If0d189ecdd4b84d1dbac274e6dec200e13dfe37c
Depends-On: I7160c99ca63585fc333482fa578fdf5e0962b2b6
Closes-Bug: #1570841
Diffstat (limited to 'ironic/drivers/modules/agent.py')
-rw-r--r-- | ironic/drivers/modules/agent.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ironic/drivers/modules/agent.py b/ironic/drivers/modules/agent.py index bf93c4902..16a7fdcfc 100644 --- a/ironic/drivers/modules/agent.py +++ b/ironic/drivers/modules/agent.py @@ -565,6 +565,9 @@ class AgentVendorInterface(agent_base_vendor.BaseAgentVendor, """Implementation of agent vendor interface. Contains old lookup and heartbeat endpoints currently pending deprecation. + + WARNING: This class is deprecated and will be removed in the Ocata release. + Drivers should stop relying on it. """ |