Remove neutron-ns-metadata-proxy process check

This process is not always running and that is expected so if
we run this detection plugin when it is up then it will result
in false alarms

Change-Id: I899f77e74f2c399c650fe46cbcc7ca0c1e32d058
This commit is contained in:
Michael James Hoppal 2016-04-01 15:34:48 -06:00
parent 64e31f2975
commit b4a273c3f7
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# (C) Copyright 2015 Hewlett Packard Enterprise Development Company LP
# (C) Copyright 2015,2016 Hewlett Packard Enterprise Development Company LP
import monasca_setup.detection
@ -19,7 +19,6 @@ class Neutron(monasca_setup.detection.ServicePlugin):
'neutron-rootwrap', 'neutron-dhcp-agent',
'neutron-vpn-agent', 'neutron-metadata-agent',
'neutron-metering-agent', 'neutron-l3-agent',
'neutron-ns-metadata-proxy',
'bin/neutron-lbaas-agent',
'neutron-lbaasv2-agent',
'neutron-l2gateway-agent',