The default config values in nova.conf.sample contain quotes where there shouldn't be any
Bug #1005869 reported by
Derek Higgins
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Undecided
|
Derek Higgins |
Bug Description
For values of type StrOpt, ListOpt and MultiStrOpt the default config values in nova.conf.sample are surrounded by quotes
e.g.
# default_
if uncommented results in a value of
['"amqplib=WARN', 'sqlalchemy=WARN', 'boto=WARN', 'suds=INFO', 'eventlet.
it should be
['amqplib=WARN', 'sqlalchemy=WARN', 'boto=WARN', 'suds=INFO', 'eventlet.
I think the quotes should be removed from the config file and tools/conf/
Changed in nova: | |
assignee: | nobody → Derek Higgins (derekh) |
tags: | added: docimpact |
Changed in nova: | |
milestone: | none → folsom-2 |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | folsom-2 → 2012.2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/7872
Review: https:/