Comment 2 for bug 1763239

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.config (master)

Reviewed: https://review.openstack.org/560716
Committed: https://git.openstack.org/cgit/openstack/oslo.config/commit/?id=a69701c495947a2bbe618e71e20d6203977a6943
Submitter: Zuul
Branch: master

commit a69701c495947a2bbe618e71e20d6203977a6943
Author: Brian Rosmaita <email address hidden>
Date: Wed Apr 11 22:46:33 2018 -0400

    Make List option format bounds-sensitive

    The List ConfigType has a boolean 'bounds' option that indicates
    whether the value must be enclosed in brackets. This patch modifies
    the List formatter so that when bounds=True the output is displayed
    in enclosing brackets.

    Change-Id: Ide3748e67d14191b6b33c97c7d8437e4888e61d5
    Closes-bug: #1763239