nova/tools/config
Michael Still 13d8002008 Better help for generate config
This just adds a sample command line for how to generate the
nova.conf.sample because I keep forgetting how to do it.

Change-Id: Id8bfb859f90d7fde51dd1ffdb40ec383ed5193e6
2013-09-15 19:36:57 +10:00
..
analyze_opts.py Sync sample config file generator with Oslo 2013-07-23 13:03:34 +08:00
check_uptodate.sh Sync sample config file generator with Oslo 2013-07-23 13:03:34 +08:00
generate_sample.sh Better help for generate config 2013-09-15 19:36:57 +10:00
README Updates tools/config/README 2013-08-22 10:15:14 +08:00

This generate_sample.sh tool is used to generate etc/nova/nova.conf.sample

Run it from the top-level working directory i.e.

  $> ./tools/config/generate_sample.sh -b ./ -p nova -o etc/nova

Watch out for warnings about modules like libvirt, qpid and zmq not
being found - these warnings are significant because they result
in options not appearing in the generated config file.


The analyze_opts.py tool is used to find options which appear in
/etc/nova/nova.conf but not in etc/nova/nova.conf.sample
This helps identify options in the nova.conf file which are not used by nova.
The tool also identifies any options which are set to the default value.

Run it from the top-level working directory i.e.

  $> ./tools/config/analyze_opts.py