incorrect cinder_catalog_info option in warning message

Bug #1453915 reported by Matt Riedemann
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
Low
Matt Riedemann

Bug Description

http://git.openstack.org/cgit/openstack/nova/tree/nova/volume/cinder.py#n125

    if version == '1' and not _V1_ERROR_RAISED:
        msg = _LW('Cinder V1 API is deprecated as of the Juno '
                  'release, and Nova is still configured to use it. '
                  'Enable the V2 API in Cinder and set '
                  'cinder_catalog_info in nova.conf to use it.')

The cinder options were moved from the DEFAULT group in nova.conf to the [cinder] group, but the warning message wasn't updated, so that should be cinder.catalog_info now.

Revision history for this message
Matt Riedemann (mriedem) wrote :
Changed in nova:
status: New → Triaged
importance: Undecided → Low
assignee: nobody → Matt Riedemann (mriedem)
tags: added: low-hanging-fruit volumes
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (master)

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

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

Reviewed: https://review.openstack.org/182015
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=d865cc20ac9264e1c32fa6e8ed266b617c697528
Submitter: Jenkins
Branch: master

commit d865cc20ac9264e1c32fa6e8ed266b617c697528
Author: Matt Riedemann <email address hidden>
Date: Mon May 11 11:55:33 2015 -0700

    Fix cinder v1 warning with cinder_catalog_info option reference

    Commit 05f3599d3e0e53fbaf29969d203828cbaa0ce55a removed the
    cinder_catalog_info option but the cinder v1 warning message is still
    referencing that specific option. It should now be the catalog_info
    option in the [cinder] group.

    Closes-Bug: #1453915

    Change-Id: Icdc5731f3560c3f7810c7c2599a1bd515ebecbec

Changed in nova:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in nova:
milestone: none → liberty-1
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in nova:
milestone: liberty-1 → 12.0.0
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.