71190773e1
This adds a new tox environment, genconfig, which generates sample neutron core configuration file using oslo-config-generator. Updates to some configuration option help messages to reflect useful details that were missing in the code but were present in config files. It also adds details to devref on how to update config files. Partially-Implements: blueprint autogen-neutron-conf-file DocImpact Change-Id: I1c6dc4e7d479f1b7c755597caded24a0f018c712 Closes-bug: #1199963 Co-Authored-By: Louis Taylor <louis@kragniz.eu>
32 lines
379 B
Plaintext
32 lines
379 B
Plaintext
AUTHORS
|
|
build/*
|
|
build-stamp
|
|
ChangeLog
|
|
cover/
|
|
covhtml/
|
|
dist/
|
|
doc/build
|
|
etc/*.sample
|
|
etc/neutron/plugins/ml2/*.sample
|
|
*.DS_Store
|
|
*.pyc
|
|
neutron.egg-info/
|
|
neutron/vcsversion.py
|
|
neutron/versioninfo
|
|
pbr*.egg/
|
|
setuptools*.egg/
|
|
*.log
|
|
*.mo
|
|
*.sw?
|
|
*~
|
|
/.*
|
|
!/.coveragerc
|
|
!/.gitignore
|
|
!/.gitreview
|
|
!/.mailmap
|
|
!/.pylintrc
|
|
!/.testr.conf
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|