nova/tools/conf
Zhongyue Luo c5a805c8c7 Remove bin lookup in conf sample generator
As of 584b2f, the bin directory has been removed.
No longer need to handle bin/

Change-Id: Ic5013cd27d7e420a6a01d207546f7ac0258d62d1
2013-06-14 08:57:58 +08:00
..
README Added script to find unused config options. 2012-09-18 13:36:03 -07:00
analyze_opts.py Update analyze_opts to work with new nova.conf sample format 2013-06-07 12:21:21 -07:00
generate_sample.sh Remove bin lookup in conf sample generator 2013-06-14 08:57:58 +08: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