Remove the keepalived tag in ansible

Keepalived container runs with the haproxy container.

Change-Id: I435a8850eca36ccfa5531b43ee7b5f1b72ecc880
Closes-Bug: #1497337
This commit is contained in:
Hui Kang 2015-09-18 11:21:58 -04:00
parent 9e64644dc0
commit c30e9bfbcf

View File

@ -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: