← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1453915] Re: incorrect cinder_catalog_info option in warning message

 

** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => liberty-1

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1453915

Title:
  incorrect cinder_catalog_info option in warning message

Status in OpenStack Compute (Nova):
  Fix Released

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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1453915/+subscriptions


References