Comment 4 for bug 1626621

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-tripleoclient (stable/newton)

Reviewed: https://review.openstack.org/376639
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=5f4866d6f5d66d5769c78ad965fbc1def8b638f1
Submitter: Jenkins
Branch: stable/newton

commit 5f4866d6f5d66d5769c78ad965fbc1def8b638f1
Author: Julie Pichon <email address hidden>
Date: Thu Sep 22 16:43:51 2016 +0100

    Remove deprecation warning for bulk introspection

    The new node management commands (bug 1595205) were meant to deprecate
    some of the existing commands encroaching on the 'baremetal' namespace,
    however there weren't all marked as such along the way nor were the
    docs CI etc updated to match the new names and flow. Let's remove the
    lonely deprecation warning to avoid the bad user experience of
    following the current documentation yet getting warnings, and do the
    deprecation properly at the beginning of Ocata.

    This is not a backport because the warning is valid on master (Ocata)
    and should only be removed from Newton.

    Change-Id: I1cf4f4625d72330c87035f6ddcdef762d9930c34
    Closes-Bug: #1626621