Comment 6 for bug 1671145

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-ironicclient (master)

Reviewed: https://review.openstack.org/484866
Committed: https://git.openstack.org/cgit/openstack/python-ironicclient/commit/?id=cdae0fb0450850c9996c2e1fee784832f4507fe7
Submitter: Jenkins
Branch: master

commit cdae0fb0450850c9996c2e1fee784832f4507fe7
Author: Dmitry Tantsur <email address hidden>
Date: Tue Jul 18 17:54:23 2017 +0200

    Log warning when API version is not specified for the ironic tool

    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