generate_sample.sh nova.conf does not handle non-default groups

Bug #1064084 reported by Joe Gordon
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
Medium
Mark McLoughlin

Bug Description

the tools/conf/extract_opts.py script that is used to generate etc/nova/nova.conf.sample does not handle non default groups, resulting in a invalid sample nova.conf

Revision history for this message
Dan Prince (dan-prince) wrote :

Joe can you give a more specific example?

Changed in nova:
importance: Undecided → Medium
status: New → Triaged
Revision history for this message
Joe Gordon (jogo) wrote :

the trusted filter uses the trusted_computing group:

FLAGS = flags.FLAGS
trust_group = cfg.OptGroup(name='trusted_computing', title='Trust parameters')
FLAGS.register_group(trust_group)
FLAGS.register_opts(trusted_opts, group='trusted_computing')

(nova/scheduler/filters/trusted_filter.py), but is listed under [DEFAULT] in etc/nova/nova.conf.sample

Revision history for this message
Joe Gordon (jogo) wrote :
Changed in nova:
status: Triaged → Fix Committed
assignee: nobody → Mark McLoughlin (markmc)
Thierry Carrez (ttx)
Changed in nova:
milestone: none → grizzly-3
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in nova:
milestone: grizzly-3 → 2013.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.