summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorSean Dague <sean@dague.net>2016-06-02 10:42:32 -0400
committerSean Dague <sean@dague.net>2016-06-02 10:42:32 -0400
commit11ed7bd39bedfae770ef29b6385ff7235ac2f7a2 (patch)
tree7cf1d7d293e70435988e2a0f588000cf0d45f08e /etc
parent0f8b89c6bf1762985ff59dc19a458e99c07278fa (diff)
downloadnova-11ed7bd39bedfae770ef29b6385ff7235ac2f7a2.tar.gz
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
Diffstat (limited to 'etc')
-rw-r--r--etc/nova/nova-config-generator.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/nova/nova-config-generator.conf b/etc/nova/nova-config-generator.conf
index 714e5c0d57..8a1ba1fcbd 100644
--- a/etc/nova/nova-config-generator.conf
+++ b/etc/nova/nova-config-generator.conf
@@ -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