yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #32797
[Bug 1453915] [NEW] incorrect cinder_catalog_info option in warning message
Public bug reported:
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.
** Affects: nova
Importance: Low
Assignee: Matt Riedemann (mriedem)
Status: Triaged
** Tags: low-hanging-fruit volumes
** Changed in: nova
Status: New => Triaged
** Changed in: nova
Importance: Undecided => Low
** Changed in: nova
Assignee: (unassigned) => Matt Riedemann (mriedem)
** Tags added: low-hanging-fruit volumes
--
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):
Triaged
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
Follow ups
References