diff options
author | 汉 徐 <hanxu@carey.local> | 2015-12-28 14:24:45 +0800 |
---|---|---|
committer | 汉 徐 <hanxu@carey.local> | 2015-12-28 14:24:45 +0800 |
commit | a074bf874bfef148de55544988bbfbd39badcd4d (patch) | |
tree | 1952084bfc2c3a5a3d38b562eef818cdea9f9a3f /deploy/adapters/ansible/roles/heat | |
parent | 8d9d65ef222225db6ffebe1f2ead334ef1f0280f (diff) |
bugfix: cinder scheduler service is not restart when configuration updated
JIRA: COMPASS-222
Change-Id: I43bb9ccc1bfe8e2cce9d0d82eccf97337d1fc07a
Signed-off-by: 汉 徐 <hanxu@carey.local>
Diffstat (limited to 'deploy/adapters/ansible/roles/heat')
-rw-r--r-- | deploy/adapters/ansible/roles/heat/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy/adapters/ansible/roles/heat/tasks/main.yml b/deploy/adapters/ansible/roles/heat/tasks/main.yml index cf259eb5..d0823d1e 100644 --- a/deploy/adapters/ansible/roles/heat/tasks/main.yml +++ b/deploy/adapters/ansible/roles/heat/tasks/main.yml @@ -12,3 +12,4 @@ - heat_config - heat +- meta: flush_handlers |