diff options
author | shuai chen <chenshuai@huawei.com> | 2015-12-29 01:45:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-12-29 01:45:55 +0000 |
commit | 5c72769b17d876c660216f844bea24e89fc858ec (patch) | |
tree | eff182bd06b039d9fab78925a80b519d749adef4 /deploy/adapters/ansible/roles/heat | |
parent | ff1f58c46f35acad2c0ecb16b700d2784a653286 (diff) | |
parent | a074bf874bfef148de55544988bbfbd39badcd4d (diff) |
Merge "bugfix: cinder scheduler service is not restart when configuration updated"
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 |