Remove unused variable

o ceilometer/compute/virt/hyperv/utilsv2.py:    _AGGREG_METRIC
  = 'Msvm_AggregationMetricDefinition'

  This variable was added in the following commit.

    commit 81e336a376
    Author: Claudiu Belu <cbelu@cloudbasesolutions.com>
    Date:   Thu Aug 22 09:59:51 2013 -0700

        Adds Hyper-V compute inspector

  But there is no evidence that was used.

Change-Id: I417d6a249cb196d4e9e988d6d93d91623671f7af
This commit is contained in:
KIYOHIRO ADACHI
2014-02-28 15:27:03 +09:00
parent 2c0bfc7009
commit 810efd32d6

View File

@@ -48,7 +48,6 @@ class UtilsV2(object):
_ETH_PORT_ALLOC = 'Msvm_EthernetPortAllocationSettingData'
_STORAGE_ALLOC = 'Msvm_StorageAllocationSettingData'
_VS_SETTING_DATA = 'Msvm_VirtualSystemSettingData'
_AGGREG_METRIC = 'Msvm_AggregationMetricDefinition'
_METRICS_ME = 'Msvm_MetricForME'
_CPU_METRIC_NAME = 'Aggregated Average CPU Utilization'