diff options
author | Pavlo Shchelokovskyy <pshchelokovskyy@mirantis.com> | 2016-11-15 13:13:10 +0200 |
---|---|---|
committer | Pavlo Shchelokovskyy <shchelokovskyy@gmail.com> | 2016-12-13 09:31:08 +0200 |
commit | 5eb4ba26ddbde97758511c9b61046e5a879ab66c (patch) | |
tree | 52aca2660ae6f5a3ce60683a9ddabb8c68134411 /ironic/api/config.py | |
parent | 87c2db4dc6c87cb130b754184344878d951fbb7d (diff) | |
download | ironic-5eb4ba26ddbde97758511c9b61046e5a879ab66c.tar.gz |
Remove agent vendor passthru completely
This patch removes all the basic classes for lookup/heartbeat as vendor
passthru from Ironic code, as well as removes those API endpoints from
list of API public routes.
It also removes the agent vendor passthru from fake drivers.
Change-Id: Ia133a63ed4e8ed99551f6d2656d24e990300f3a2
Closes-Bug: #1640533
Diffstat (limited to 'ironic/api/config.py')
-rw-r--r-- | ironic/api/config.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ironic/api/config.py b/ironic/api/config.py index abf7d24c8..e86f9e4ca 100644 --- a/ironic/api/config.py +++ b/ironic/api/config.py @@ -32,9 +32,6 @@ app = { # IPA ramdisk methods '/v1/lookup', '/v1/heartbeat/[a-z0-9\-]+', - # Old IPA ramdisk methods - will be removed in the Ocata release - '/v1/drivers/[a-z0-9_]*/vendor_passthru/lookup', - '/v1/nodes/[a-z0-9\-]+/vendor_passthru/heartbeat', ], } |