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
This commit is contained in:
Sean Dague
2016-06-02 10:42:32 -04:00
parent 0f8b89c6bf
commit 11ed7bd39b

View File

@@ -1,6 +1,6 @@
[DEFAULT]
output_file = etc/nova/nova.conf.sample
wrap_width = 79
wrap_width = 80
namespace = nova
namespace = nova.conf
namespace = nova.api