From 6c58d554de51772bd61303a83bb0c857f39ea29c Mon Sep 17 00:00:00 2001
From: shaofeng_cheng <chengsf@winhong.com>
Date: Mon, 17 Jul 2017 18:10:20 +0800
Subject: [PATCH] Restart lbaas agent when lbaas conf changed

Neutron-lbaas-agent container is not restart when neutron_lbaas.conf changed.

Closes-Bug: #1704900

Change-Id: Ie9babdf5ad0875b604cb1728a116b450e0f89858
---
 ansible/roles/neutron/handlers/main.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ansible/roles/neutron/handlers/main.yml b/ansible/roles/neutron/handlers/main.yml
index 58d77b096..5f4b2fd6f 100644
--- a/ansible/roles/neutron/handlers/main.yml
+++ b/ansible/roles/neutron/handlers/main.yml
@@ -234,6 +234,7 @@
     - service.host_in_groups | bool
     - config_json | changed
       or neutron_conf | changed
+      or neutron_lbaas_conf | changed
       or neutron_lbaas_agent_ini | changed
       or policy_json | changed
       or neutron_lbaas_agent_container | changed
-- 
GitLab