Commit Graph

4 Commits

Author SHA1 Message Date
Hangdong Zhang ad7efeca19 Update and optimize documentation links
1. Update URLs according to document migration
2. Update the dead links
3. Optimize (e.g. http -> https)

Change-Id: I171ce5fcd437747fed07884d80db833cf3db2358
2017-07-18 16:03:22 +08:00
ZhiQiang Fan aed9a3d882 remove local hacking check for oslo namespace and log debug
oslo namespace problem has already been solved perfectly, and log
debug has no effect due to i18n team will not translate those
message, so remove these two local checks.

since no local check is left, also remove related code and doc

Change-Id: I311abac48376d76b98acf9bbff39454a48c2eddb
2016-04-22 19:58:15 +08:00
Julien Danjou 8372f48b7a Rename to aodh
Change-Id: Ibd4c9811daa6e9e692457ce480a58c964fef7cb9
Signed-off-by: Julien Danjou <julien@danjou.info>
2015-06-25 14:46:39 +02:00
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