sample config file contains options with hyphens
Bug #1034970 reported by
David Kranz
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Low
|
Mark McLoughlin |
Bug Description
$ find . -name "*.py" | xargs fgrep log-
./nova/
./nova/
./nova/
./nova/
./nova/
./nova/
The actual code uses log_config, etc. These go directly to nova.conf.sample and into the public docs which are
therefore wrong http://
Changed in nova: | |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | folsom-rc1 → 2012.2 |
To post a comment you must log in.
The bug here is with the nova.conf.sample generation - it should use opt.dest not opt.name