]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Adds metrics collection support in Hyper-V
authorAlessandro Pilotti <apilotti@cloudbasesolutions.com>
Thu, 22 Aug 2013 00:14:00 +0000 (03:14 +0300)
committerAlessandro Pilotti <apilotti@cloudbasesolutions.com>
Wed, 28 Aug 2013 15:12:35 +0000 (18:12 +0300)
commita9230a38977d6acb804ee8bb6f58c19957dce013
tree127591da883cabb29c3a49b63c308bc2a546aeae
parent090e7d47a8fbe2df66d68e78751e74df01fb504f
Adds metrics collection support in Hyper-V

Blueprint: hyper-v-metrics

Hyper-V Server 2012 supports a new set of metrics API that can be used to
provide switch port metrics data to external applications, e.g. Ceilometer.

Metrics collection is disabled by default and can be enabled with a config
option.

Metrics are configured via ACLs applied by the Hyper-V plugin agent.

Change-Id: Ife2a53db84936bae7c73b8c027022bbc5e89d48a
etc/neutron/plugins/hyperv/hyperv_neutron_plugin.ini
neutron/plugins/hyperv/agent/hyperv_neutron_agent.py
neutron/plugins/hyperv/agent/utils.py
neutron/plugins/hyperv/agent/utilsv2.py
neutron/tests/unit/hyperv/test_hyperv_utilsv2.py