Comment 16 for bug 1687955

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to osc-lib (master)

Reviewed: https://review.openstack.org/462150
Committed: https://git.openstack.org/cgit/openstack/osc-lib/commit/?id=8cbdcde6076fa1df40e00d3e16bf140a59aa6273
Submitter: Jenkins
Branch: master

commit 8cbdcde6076fa1df40e00d3e16bf140a59aa6273
Author: Akihiro Motoki <email address hidden>
Date: Wed May 3 12:52:09 2017 +0000

    Emit warnings to encourage cliff FormattableColumn

    cliff has a concept of FormattableColumn which allows CLI implementors
    to convert data into human-readable format only when a human-readable
    format is requested and keep data unconverted for manchine-readable
    formats like JSON or YAML.

    Deprecation warnings is now emitted in favor of using FormattableColumn.

    Partially implement blueprint osc-formattable-columns
    Change-Id: Ia55bc950ecfc666d4a957507beab98eef74390aa
    Related-Bug: #1687955