예제 #1
0
파일: watch.py 프로젝트: zzxwill/heat
 def get_metric_statistics(self, req):
     """Implements GetMetricStatistics API action."""
     self._enforce(req, 'GetMetricStatistics')
     return exception.HeatAPINotImplementedError()
예제 #2
0
파일: watch.py 프로젝트: zzxwill/heat
 def put_metric_alarm(self, req):
     """Implements PutMetricAlarm API action."""
     self._enforce(req, 'PutMetricAlarm')
     return exception.HeatAPINotImplementedError()
예제 #3
0
파일: watch.py 프로젝트: zzxwill/heat
 def enable_alarm_actions(self, req):
     """Implements EnableAlarmActions API action."""
     self._enforce(req, 'EnableAlarmActions')
     return exception.HeatAPINotImplementedError()