50f75729eb
Use https instead of http to ensure the safety. Change-Id: Iaf09b5b878e117d2333c30b8a769304a4a20f7ee
335 B
335 B
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.