6c1d841ff3
This patch adds support to automatically generate config files for vmware-nsx repo using oslo config generator[1] for all VMware plugins. Tox can be used to generate a sample config file using the following command: tox -e genconfig This will generate a config file "nsx.ini.sample" under vmware-nsx/etc/ folder. This patch also modifies devstack scripts to use the auto-generated config files and adds more information to help texts in config modules. [1] http://docs.openstack.org/developer/oslo.config/generator.html Change-Id: Iff4ea37b52616295b262ead53947acb5b0cd9cd7 Partial-Bug: #1568215
31 lines
345 B
Plaintext
31 lines
345 B
Plaintext
AUTHORS
|
|
build/*
|
|
build-stamp
|
|
ChangeLog
|
|
cover/
|
|
covhtml/
|
|
dist/
|
|
doc/build
|
|
etc/*.sample
|
|
*.DS_Store
|
|
*.pyc
|
|
vmware_nsx.egg-info/
|
|
pbr*.egg/
|
|
run_tests.err.log
|
|
run_tests.log
|
|
setuptools*.egg/
|
|
subunit.log
|
|
*.mo
|
|
*.sw?
|
|
*~
|
|
/.*
|
|
!/.coveragerc
|
|
!/.gitignore
|
|
!/.gitreview
|
|
!/.mailmap
|
|
!/.pylintrc
|
|
!/.testr.conf
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|