magnum/magnum/tests/unit
Feilong Wang 0dbe6806ed Deprecate send_cluster_metrics
Currently, Magnum is running periodic tasks to collect k8s cluster
metrics to message bus. Unfortunately, it's collecting pods info
only from "default" namespace which makes this function useless.
What's more, even Magnum can get all pods from all namespaces, it
doesn't make much sense to keep this function in Magnum. Because
operators only care about the health of cluster nodes. If they
want to know the status of pods, they can use heapster or other
tools to get that.

Task: 22619
Story: 1775116

Change-Id: I3ca0f2e96fe63870406cc5323f08fa018ac6e8be
(cherry picked from commit a26c2225b6)
2018-08-23 19:55:43 +00:00
..
api Merge "Admin can now delete clusters in any project" 2018-02-22 18:03:00 +00:00
cmd Support magnum-conductor multiple process workers 2017-05-02 02:21:29 +00:00
common Using simple public/private key for k8s service account keys 2018-07-27 14:53:50 +12:00
conductor Using simple public/private key for k8s service account keys 2018-07-27 14:53:50 +12:00
conf Centralize config option: paths section 2016-09-22 05:56:53 +00:00
db federation api: federation table and db layer 2018-01-15 14:58:04 -03:00
drivers Using simple public/private key for k8s service account keys 2018-07-27 14:53:50 +12:00
objects federation api: api endpoints 2018-02-09 00:59:31 -03:00
service Deprecate send_cluster_metrics 2018-08-23 19:55:43 +00:00
servicegroup Cleanup MagnumService Object usage 2016-01-29 15:39:28 +08:00
template Centralize config option: paths section 2016-09-22 05:56:53 +00:00
__init__.py Make room for functional tests 2015-04-02 12:25:43 -04:00
test_hacking.py Revert "Using assertFalse(A) instead of assertEqual(False, A)" 2017-06-15 12:46:54 +08:00