[openstack-dev] Deprecation warnings considered harmful?

Duncan Thomas duncan.thomas at gmail.com
Thu Mar 12 09:24:57 UTC 2015


ubuntu at devstack-multiattach:~/devstack$ cinder-manage db sync
/usr/local/lib/python2.7/dist-packages/oslo_db/_i18n.py:19:
DeprecationWarning: The oslo namespace package is deprecated. Please use
oslo_i18n instead.
  from oslo import i18n
/opt/stack/cinder/cinder/openstack/common/policy.py:98: DeprecationWarning:
The oslo namespace package is deprecated. Please use oslo_config instead.
  from oslo.config import cfg
/opt/stack/cinder/cinder/openstack/common/policy.py:99: DeprecationWarning:
The oslo namespace package is deprecated. Please use oslo_serialization
instead.
  from oslo.serialization import jsonutils
/opt/stack/cinder/cinder/objects/base.py:25: DeprecationWarning: The oslo
namespace package is deprecated. Please use oslo_messaging instead.
  from oslo import messaging
/usr/local/lib/python2.7/dist-packages/oslo_concurrency/openstack/common/fileutils.py:22:
DeprecationWarning: The oslo namespace package is deprecated. Please use
oslo_utils instead.
  from oslo.utils import excutils


What are normal, none developer users supposed to do with such warnings,
other than:
a) panic or b) Assume openstack is beta quality and then panic

-- 
Duncan Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20150312/2aefa382/attachment.html>


More information about the OpenStack-dev mailing list