Merge "Correct detection status in congestion plugin"

This commit is contained in:
Zuul 2018-03-08 12:49:54 +00:00 committed by Gerrit Code Review
commit 609f7de498
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class Congestion(monasca_setup.detection.Plugin):
"""Run detection, set self.available True if the service is
detected.
"""
self.available = True
self.available = False
# Start with plugin-specific configuration parameters
# Try to detect the location of the Nova configuration file.
# Walk through the list of processes, searching for 'nova-compute'