Commit Graph

6 Commits

Author SHA1 Message Date
Takashi Kajinami 86facea1e4 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: Id847acd613c27d4e647391c346ab6d3ceced99e4
2022-01-19 17:49:31 +09:00
Ngo Quoc Cuong c878da337f Add log hacking rules
- [C312] Validate that logs are not translated.
- [H904] Delay string interpolations at logging calls. [1]

[1]https://docs.openstack.org/oslo.i18n/latest/user/guidelines.html#adding-variables-to-log-messages

Change-Id: I58930b6b42b00b28d80bda917834b077c380b0a0
2017-10-09 07:18:19 +00:00
melissaml 6b9335e85b Update URLs in documents according to document migration
Change-Id: I9122f32048cffbcfb23bcb6129e95ef1c7804908
2017-07-14 09:28:59 +08:00
loooosy 806988b641 Optimize the link address
Use https instead of http to ensure the safety

Change-Id: Ia3d7c88bf0415e3bb5e21d279c08760ca7675c50
2017-04-11 05:52:39 +00:00
Harsh Shah 12547fec67 Renamed Climate references to Blazar in the docs
References to climate in the docs have been renamed to blazar reflect the new name and enable uploadig docs to readthedocs. Also updated the docs to reference the new architecture image.

Change-Id: I594849afb6268892a03cc716a1707dcde835fa52
Closes-Bug: 1324581
2014-06-27 14:34:31 -07:00
Sergey Lukjanov f32eea6b3f Add HACKING.rst with link to the style guidelines
Change-Id: Ib2fcc4c848df5ac6a975ecad2ace39dd35347d79
2013-11-15 14:27:36 +04:00