Wrap text in sample configuration files at 80

By default, the config generator wraps the text in configuration files
at 70. This destroys the formatting of our help text strings.
To preserve the formatting, we wrap it at 80 just like we do for code.

Change-Id: I1a9aff4a4c7ea09a8136b3a26d9c22fb270d6226
This commit is contained in:
Hemanth Makkapati 2016-07-18 14:59:12 -05:00
parent 46a7146e63
commit 45003b0209
6 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,5 @@
[DEFAULT]
wrap_width = 80
output_file = etc/glance-api.conf.sample
namespace = glance.api
namespace = glance.store

View File

@ -1,4 +1,5 @@
[DEFAULT]
wrap_width = 80
output_file = etc/glance-cache.conf.sample
namespace = glance.cache
namespace = glance.store

View File

@ -1,4 +1,5 @@
[DEFAULT]
wrap_width = 80
output_file = etc/glance-glare.conf.sample
namespace = glance.glare
namespace = glance.store

View File

@ -1,4 +1,5 @@
[DEFAULT]
wrap_width = 80
output_file = etc/glance-manage.conf.sample
namespace = glance.manage
namespace = oslo.db

View File

@ -1,4 +1,5 @@
[DEFAULT]
wrap_width = 80
output_file = etc/glance-registry.conf.sample
namespace = glance.registry
namespace = oslo.messaging

View File

@ -1,4 +1,5 @@
[DEFAULT]
wrap_width = 80
output_file = etc/glance-scrubber.conf.sample
namespace = glance.scrubber
namespace = glance.store