python-novaclient/releasenotes/notes/deprecate-baremetal-d67f58a2986b3565.yaml
Sean Dague 87c1b5311b 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
2016-07-14 17:44:33 -04:00

14 lines
446 B
YAML

---
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.