futuregrid / cloud-metrics

Project to create usage statistics from IaaS such as OpenStack, Eucalyptus, and Nimbus
2 stars 3 forks source link

Naming consistency - fg-metric? or cloud-metrics? #108

Open lee212 opened 11 years ago

lee212 commented 11 years ago

It might be confusing to see both names fgmetric and cloud-metrics in source codes. To make it simple, we would be better using a single name: cloudmetrics.

In the near future, we will update function/class/module naming to cloudmetrics.

Example for the change

from fgmetric... import ... => from cloudmetrics ... import ...
class FGMetric... -> class CloudMetrics...