Comment 6 for bug 1587821

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

Reviewed: https://review.openstack.org/324576
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=11ed7bd39bedfae770ef29b6385ff7235ac2f7a2
Submitter: Jenkins
Branch: master

commit 11ed7bd39bedfae770ef29b6385ff7235ac2f7a2
Author: Sean Dague <email address hidden>
Date: Thu Jun 2 10:42:32 2016 -0400

    set wrap_width for config generator to 80

    pep8 is testing for 80 character lines. By force wrapping at 79 we get
    weird edge conditions in our detailed help blocks of very odd wraps
    with 80 character lines.

    pep8 and conf generator should agree on this value.

    Change-Id: I003964dfc46673bed3717862043d76bfb59ce217
    Closes-Bug: #1587821