From 87c1b5311b2e641564305a4753b989b6498775b1 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Fri, 24 Jun 2016 15:20:16 -0400 Subject: 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 Change-Id: Icf479c29c0c43d91871f49fe4b71266954b0c3f7 --- .../notes/deprecate-baremetal-d67f58a2986b3565.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 releasenotes/notes/deprecate-baremetal-d67f58a2986b3565.yaml (limited to 'releasenotes/notes/deprecate-baremetal-d67f58a2986b3565.yaml') 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. -- cgit v1.2.1