87c1b5311b
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
14 lines
446 B
YAML
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.
|