some default config options are of the wrong type

Bug #1167318 reported by Darren Birkett
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Cinder
Fix Released
Medium
Darren Birkett
Grizzly
Fix Released
Medium
Dirk Mueller

Bug Description

cinder/volume/drivers/coraid.py (should be boolopt)

cfg.StrOpt('coraid_group',
    default=False,
    help='Group name of coraid_user (must have admin privilege)')

cinder/openstack/common/rpc/matchmaker.py (default values are strings, but should be ints)

cfg.IntOpt('matchmaker_heartbeat_freq',
    default='300',
    help='Heartbeat frequency'),
cfg.IntOpt('matchmaker_heartbeat_ttl',
    default='600',
    help='Heartbeat time-to-live.')

Changed in cinder:
assignee: nobody → Darren Birkett (darren-birkett)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to cinder (master)

Fix proposed to branch: master
Review: https://review.openstack.org/26602

Changed in cinder:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.openstack.org/26602
Committed: http://github.com/openstack/cinder/commit/56a49adc13cdbc5e2e6a4787cd9c7eb7a72cceb5
Submitter: Jenkins
Branch: master

commit 56a49adc13cdbc5e2e6a4787cd9c7eb7a72cceb5
Author: Darren Birkett <email address hidden>
Date: Wed Apr 10 13:34:01 2013 +0100

    fix default config option types

    Change-Id: I4bea0b5e12d229b0d9188e10c70996a5606aa970
    Fixes: bug #1167318

Changed in cinder:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in cinder:
milestone: none → havana-1
status: Fix Committed → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to cinder (stable/grizzly)

Fix proposed to branch: stable/grizzly
Review: https://review.openstack.org/37931

tags: added: grizzly-backport-potential
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (stable/grizzly)

Reviewed: https://review.openstack.org/37931
Committed: http://github.com/openstack/cinder/commit/a941dd7d319ccf9bed8db906e3635e72fb01291c
Submitter: Jenkins
Branch: stable/grizzly

commit a941dd7d319ccf9bed8db906e3635e72fb01291c
Author: Darren Birkett <email address hidden>
Date: Wed Apr 10 13:34:01 2013 +0100

    fix default config option types

    Change-Id: I4bea0b5e12d229b0d9188e10c70996a5606aa970
    Fixes: bug #1167318
    (cherry picked from commit 56a49adc13cdbc5e2e6a4787cd9c7eb7a72cceb5)

Alan Pevec (apevec)
tags: removed: grizzly-backport-potential
Changed in cinder:
importance: Undecided → Medium
Thierry Carrez (ttx)
Changed in cinder:
milestone: havana-1 → 2013.2
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.