cinder/cinder
Takashi Kajinami a03e10ceb0 Use LOG.warning instead of deprecated LOG.warn
The LOG.warn method is deprecated[1] and the LOG.warning method should
be used instead.

[1] https://docs.python.org/3/library/logging.html#logging.warning

Change-Id: I87d33f215a064a70cea989d524dc26affeea0c3e
2022-02-09 08:29:02 +09:00
..
api Merge "Reject bad img formats for uploaded encrypted vols" 2022-01-11 17:19:38 +00:00
backup Rework backup process to make it async 2022-01-19 15:43:54 +00:00
brick LVM: Retry lvextend commands on code 139 2021-08-18 12:29:01 -04:00
cmd Merge "db: Vendor 'oslo_db.sqlalchemy.migration'" 2021-09-10 18:11:04 +00:00
common Improve no_snapshot_gb_quota description 2021-12-01 11:41:38 +01:00
compute db: Remove 'db' argument from various managers 2021-08-27 15:13:21 +01:00
db db: Correct 'nullable' mismatches on models 2021-12-15 10:01:17 +00:00
group db: Remove 'db_driver' option 2021-08-27 15:13:21 +01:00
image Merge "Use 'visibility' instead of 'is_public' when only use Glance API v2" 2021-12-22 18:36:09 +00:00
interface Replace getargspec with getfullargspec 2021-05-13 09:22:14 +08:00
keymgr Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
locale Imported Translations from Zanata 2022-02-03 02:15:42 +00:00
message Add user messages for backup operations 2021-08-27 05:44:42 -04:00
objects Merge "Fix: nfs format info limitation" 2021-12-22 18:35:58 +00:00
policies Fix typo in message policy deprecations 2021-10-07 18:48:04 +00:00
privsep Enable flake8-logging-format extension 2020-01-09 14:35:20 -06:00
scheduler Remove various unused code 2022-01-24 14:53:40 +00:00
tests Use LOG.warning instead of deprecated LOG.warn 2022-02-09 08:29:02 +09:00
transfer db: Remove 'db_driver' option 2021-08-27 15:13:21 +01:00
volume Use LOG.warning instead of deprecated LOG.warn 2022-02-09 08:29:02 +09:00
wsgi Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00
zonemanager Brocade: Fix lookup UnboundLocalError 2020-08-07 15:24:44 +02:00
__init__.py
context.py Merge "Add infrastructure for testing new RBAC policies" 2021-09-06 17:44:47 +00:00
coordination.py mypy: coordination.py 2021-08-17 14:50:46 +00:00
exception.py mypy: annotate volume_utils / utils / exc 2021-04-30 10:41:30 -04:00
flow_utils.py mypy: create_volume flows 2021-08-10 10:26:39 -04:00
i18n.py
manager.py mypy: Fix unused type: ignore in manager.py 2021-09-16 10:25:39 -04:00
opts.py Merge "Lightbits LightOS driver" 2022-02-02 04:01:32 +00:00
policy.py Add infrastructure for testing new RBAC policies 2021-08-31 15:41:17 -07:00
quota.py Merge "Remove six from quota.py" 2021-04-20 07:49:02 +00:00
quota_utils.py Modify/Move project validation methods to api_utils 2021-04-05 08:00:40 -04:00
rpc.py mypy: continued manager, scheduler, rpcapi 2021-08-11 08:36:09 -04:00
service.py Fix typo on service cluster change method 2020-05-06 19:36:07 -05:00
service_auth.py
ssh_utils.py Remove six in files under cinder/* 2020-10-08 14:00:14 +08:00
utils.py Merge "Correct type annotations for utils.retry()" 2021-11-09 18:24:32 +00:00
version.py