45003b0209
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
15 lines
390 B
Plaintext
15 lines
390 B
Plaintext
[DEFAULT]
|
|
wrap_width = 80
|
|
output_file = etc/glance-api.conf.sample
|
|
namespace = glance.api
|
|
namespace = glance.store
|
|
namespace = oslo.concurrency
|
|
namespace = oslo.messaging
|
|
namespace = oslo.db
|
|
namespace = oslo.db.concurrency
|
|
namespace = oslo.policy
|
|
namespace = keystonemiddleware.auth_token
|
|
namespace = oslo.log
|
|
namespace = oslo.middleware.cors
|
|
namespace = oslo.middleware.http_proxy_to_wsgi
|