vmware-nsx/etc
Abhishek Raut 6c1d841ff3 Automatically generate vmware-nsx configuration files
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
2016-04-13 07:24:06 +00:00
..
oslo-config-generator Automatically generate vmware-nsx configuration files 2016-04-13 07:24:06 +00:00
policy Move vmware-etc to top directory 2015-09-08 23:44:13 -07:00
README.txt Automatically generate vmware-nsx configuration files 2016-04-13 07:24:06 +00:00
nsx.ini NSX|v limit access to metadata service to specific protocols 2016-04-10 09:05:29 +00:00
policy.json NSXv: Fine grained control for logging security-group rules 2016-03-29 04:54:58 -07:00

README.txt

To generate the sample vmware-nsx configuration files, run the following
command from the top level of the vmware-nsx directory:

tox -e genconfig

If a 'tox' environment is unavailable, then you can run the following script
instead to generate the configuration files:

./tools/generate_config_file_samples.sh