diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-02-10 15:26:29 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-02-10 15:26:29 +0000 |
commit | d8949a8bbbd9f96905c545a35358d5fcbbb4b0e1 (patch) | |
tree | 779d1baebaa4c1af1ba585f569fff6820a5692c8 /puppet/services | |
parent | ed220aecf5ce45d50896054fd3dc2216bcffce20 (diff) | |
parent | 76e89a554644f26b5ab5daf631b7d89b34dcd482 (diff) |
Merge "Remove aodh db sync from ansible upgrade"
Diffstat (limited to 'puppet/services')
-rw-r--r-- | puppet/services/aodh-api.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/puppet/services/aodh-api.yaml b/puppet/services/aodh-api.yaml index 62c4b093..4bd9fc47 100644 --- a/puppet/services/aodh-api.yaml +++ b/puppet/services/aodh-api.yaml @@ -89,6 +89,3 @@ outputs: - name: Stop aodh_api service (running under httpd) tags: step2 service: name=httpd state=stopped - - name: Run aodh dbsync - tags: step5 - command: aodh-dbsync |