nova/tools/conf
Mark McLoughlin 2b6f37461b Regenerate nova.conf.sample
Fix generate_sample.sh script so that we include options from the bin/
scripts too. In order to make this work, sync a zmq-receive fix from
oslo-incubator to delay parsing its config file.

Change-Id: Ia3f9083b2ebc16425dbad8a2a55c2d45f1ff2be3
2013-03-01 12:12:41 +00:00
..
README Added script to find unused config options. 2012-09-18 13:36:03 -07:00
analyze_opts.py Use oslo-config-2013.1b4 2013-02-19 21:16:32 -08:00
extract_opts.py Regenerate nova.conf.sample 2013-03-01 12:12:41 +00:00
generate_sample.sh Regenerate nova.conf.sample 2013-03-01 12:12:41 +00:00

README

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/conf/generate_sample.sh

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/conf/analyze_opts.py