
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
18 lines
437 B
Plaintext
18 lines
437 B
Plaintext
[DEFAULT]
|
|
output_file = etc/nova/nova.conf.sample
|
|
wrap_width = 80
|
|
namespace = nova
|
|
namespace = nova.conf
|
|
namespace = nova.api
|
|
namespace = nova.cells
|
|
namespace = nova.network
|
|
namespace = oslo.log
|
|
namespace = oslo.messaging
|
|
namespace = oslo.policy
|
|
namespace = oslo.service.periodic_task
|
|
namespace = oslo.service.service
|
|
namespace = oslo.db
|
|
namespace = oslo.middleware
|
|
namespace = oslo.concurrency
|
|
namespace = keystonemiddleware.auth_token
|