deb-ceilometer/HACKING.rst
ZhiQiang Fan 27fed841bf enable oslo namespace check for ceilometer project
Currently, oslo team starts to drop old oslo namespace, the old import
style can work now, but not any more in next development cycle. We've
already done and will continue do the migrate jobs, but we need a way
to prevent accidently import such issue again. The hacking rules cannot
satisfy the need, so let's do the local check.

Code are basically stolen from Nova project.

Note, this patch also fixes some new introduced oslo namespace issues.

Change-Id: I98c81c47a727ed71fb75820f21276cb989d47714
2015-02-11 16:09:19 +08:00

12 lines
314 B
ReStructuredText

Ceilometer Style Commandments
=============================
- Step 1: Read the OpenStack Style Commandments
http://docs.openstack.org/developer/hacking/
- Step 2: Read on
Ceilometer Specific Commandments
--------------------------------
- [C300] Check for oslo library imports use the non-namespaced packages