cdae0fb045
At the Pike PTG, an issue was brought up regarding the use of an old API version in the ironic tool [0]. It was suggested that we begin printing a warning whenever the default API version is used and later default to using the latest API version when --ironic-api-version is unspecified. This patch adds this warning. [0] https://etherpad.openstack.org/p/ironic-pike-ptg-operations L30 Change-Id: I80d553e4d3b007d8312931019037f495425b5ea5 Partial-Bug: #1671145
8 lines
303 B
YAML
8 lines
303 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
Currently, the default API version for the ``ironic`` tool is fixed to be
|
|
1.9. In the Queens release, it will be changed to the latest version
|
|
understood by both the client and the server. In this release a warning is
|
|
logged, if no explicit version is provided.
|