From c30e9bfbcf87013db7600e006a8a2edbf25e309b Mon Sep 17 00:00:00 2001
From: Hui Kang <kangh@us.ibm.com>
Date: Fri, 18 Sep 2015 11:21:58 -0400
Subject: [PATCH] Remove the keepalived tag in ansible

Keepalived container runs with the haproxy container.

Change-Id: I435a8850eca36ccfa5531b43ee7b5f1b72ecc880
Closes-Bug: #1497337
---
 ansible/site.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/site.yml b/ansible/site.yml
index 12db9923d..5052000b6 100755
--- a/ansible/site.yml
+++ b/ansible/site.yml
@@ -1,7 +1,7 @@
 ---
 - hosts: [haproxy, mariadb, rabbitmq, cinder-api, glance-api, keystone, nova-api, neutron-server, swift-proxy-server]
   roles:
-    - { role: haproxy, tags: haproxy, keepalived, when: enable_haproxy | bool }
+    - { role: haproxy, tags: haproxy, when: enable_haproxy | bool }
 
 - hosts: mariadb
   roles:
-- 
GitLab