Files
rally-openstack/tests/unit/test_hacking.py
Kiseok Kim fd23c61578 Add hacking rules for deprecated LOG.warn
Because LOG.warn is deprecated,
we should replace LOG.warn with LOG.warning.

This patch add a hacking rule:
    [N313] - Validate that LOG.warning is used instead of deprecated LOG.warn.

and replace deprecated LOG.warn with LOG.warning in rally/api.py

Change-Id: I7d016b30368f13bde822ca27ef503ce09e3e875b
Closes-Bug: #1508442
2017-03-09 07:30:58 +00:00

15 KiB