From 582a17aa15d66524f429f527629290e524fbf1a3 Mon Sep 17 00:00:00 2001
From: zhubingbing <1392607554@qq.com>
Date: Fri, 23 Sep 2016 08:46:04 +0000
Subject: [PATCH] remove not use wsgi other service in aodh

wsgi only aodh-api use

Change-Id: I4e9e67cd211d86e821542c692af35797c224eedc
Closes-bug: #1626900
---
 ansible/roles/aodh/tasks/config.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ansible/roles/aodh/tasks/config.yml b/ansible/roles/aodh/tasks/config.yml
index 6d09e4ae8..d420bd6c6 100644
--- a/ansible/roles/aodh/tasks/config.yml
+++ b/ansible/roles/aodh/tasks/config.yml
@@ -45,6 +45,3 @@
     dest: "{{ node_config_directory }}/{{ item }}/wsgi-aodh.conf"
   with_items:
     - "aodh-api"
-    - "aodh-evaluator"
-    - "aodh-listener"
-    - "aodh-notifier"
-- 
GitLab