class _SchedulerV3Proxy(object):
"""省略代码"""
def say_hello(self, context):
"""Demo function. test say hello."""
LOG.debug('===========manager say_hello==============hello,wangyue========================')
#通知ceilmeter
rpc.get_notifier("volume", CONF.host).info(context, '======scheduler say hello to you, wangyue======', None)