| 2016-09-05 09:16:57 |
John Schwarz |
description |
neutron/db/qos/models.py:98: DeprecationWarning: neutron.db.models_v2.HasId: moved to neutron_lib.db.model_base.HasId
2016-09-05 00:58:56.305984 | class QosMinimumBandwidthRule(models_v2.HasId, model_base.BASEV2): |
Commit 60325f4ae9ec53734d792d111cbcf24270d57417 introduced usage of a class which is being deprecated. This is causing some warnings which can be easily removed.
neutron/db/qos/models.py:98: DeprecationWarning: neutron.db.models_v2.HasId: moved to neutron_lib.db.model_base.HasId
2016-09-05 00:58:56.305984 | class QosMinimumBandwidthRule(models_v2.HasId, model_base.BASEV2): |
|