50f75729eb
Use https instead of http to ensure the safety. Change-Id: Iaf09b5b878e117d2333c30b8a769304a4a20f7ee
14 lines
335 B
ReStructuredText
14 lines
335 B
ReStructuredText
Kolla Style Commandments
|
|
============================
|
|
|
|
- Step 1: Read the OpenStack Style Commandments
|
|
https://docs.openstack.org/developer/hacking/
|
|
- Step 2: Read on
|
|
|
|
|
|
Kolla Specific Commandments
|
|
-------------------------------
|
|
|
|
- [K301] Method's default argument shouldn't be mutable.
|
|
- [K302] Use LOG.warning instead of LOG.warn.
|