Reviewed: https://review.opendev.org/c/openstack/placement/+/935734 Committed: https://opendev.org/openstack/placement/commit/7d5c30dd11f5d19a328ee737ab8effc47576cfd5 Submitter: "Zuul (22348)" Branch: master
commit 7d5c30dd11f5d19a328ee737ab8effc47576cfd5 Author: Takashi Kajinami <[email protected]> Date: Wed Nov 20 10:39:58 2024 +0900 Replace deprecated FormatChecker.cls_checks The method was deprecated in jsonschema 4.14.0[1] and now triggers the following warning. DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. [1] https://github.com/python-jsonschema/jsonschema/commit/cd8f0592b93947a9deb8b3e6502cc5a69cb6d722 Closes-Bug: #2089051 Change-Id: Ie0a72ab3d56eac9e50b6a8bd1e8ce69c183db46c ** Changed in: placement Status: In Progress => Fix Released -- 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/2089051 Title: jsonschema: FormatChecker.cls_checks was deprecated Status in Cinder: In Progress Status in OpenStack Identity (keystone): In Progress Status in OpenStack Shared File Systems Service (Manila): Fix Released Status in OpenStack Compute (nova): Fix Released Status in placement: Fix Released Status in tacker: In Progress Status in tempest: In Progress Bug description: The method was deprecated in jsonschema 4.14.0[1] and now triggers the following warning. --- DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. --- We should update the usage accordingly. [1] https://github.com/python- jsonschema/jsonschema/commit/cd8f0592b93947a9deb8b3e6502cc5a69cb6d722 To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/2089051/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

