summaryrefslogtreecommitdiff
path: root/releasenotes/notes/deprecate-baremetal-d67f58a2986b3565.yaml
diff options
context:
space:
mode:
authorSean Dague <sean@dague.net>2016-06-24 15:20:16 -0400
committerMatt Riedemann <mriedem@us.ibm.com>2016-07-14 17:44:33 -0400
commit87c1b5311b2e641564305a4753b989b6498775b1 (patch)
treef5c101146d363d549c1547543e3e031e78d6caef /releasenotes/notes/deprecate-baremetal-d67f58a2986b3565.yaml
parent78a04ef4b27454d1dc3d83585321708b72ea87dd (diff)
downloadpython-novaclient-87c1b5311b2e641564305a4753b989b6498775b1.tar.gz
Deprecate baremetal API and CLI interfaces
Nova has a very bad read only baremetal proxy, which we will be deprecating and removing. This signals this in our client. Co-Authored-By: Jim Rollenhagen <jim@jimrollenhagen.com> Change-Id: Icf479c29c0c43d91871f49fe4b71266954b0c3f7
Diffstat (limited to 'releasenotes/notes/deprecate-baremetal-d67f58a2986b3565.yaml')
-rw-r--r--releasenotes/notes/deprecate-baremetal-d67f58a2986b3565.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/releasenotes/notes/deprecate-baremetal-d67f58a2986b3565.yaml b/releasenotes/notes/deprecate-baremetal-d67f58a2986b3565.yaml
new file mode 100644
index 00000000..12333467
--- /dev/null
+++ b/releasenotes/notes/deprecate-baremetal-d67f58a2986b3565.yaml
@@ -0,0 +1,13 @@
+---
+deprecations:
+ - |
+ The following CLIs and python API bindings are now deprecated for removal:
+
+ * nova baremetal-node-list
+ * nova baremetal-node-show
+ * nova baremetal-interface-list
+
+ These will be removed in the first major python-novaclient release after
+ the Nova 15.0.0 Ocata release. Use python-ironicclient or
+ python-openstackclient for CLI and python-ironicclient or openstacksdk
+ for python API bindings.