diff options
author | Mathieu Bultel <mbultel@redhat.com> | 2017-02-10 17:22:56 +0100 |
---|---|---|
committer | Mathieu Bultel <mbultel@redhat.com> | 2017-02-10 17:22:56 +0100 |
commit | 8a77f29e583aa27a225605bbe5d8301bc4455fbd (patch) | |
tree | 6f4fe0495f603bdf281895f214ad7543122bc16f | |
parent | ed220aecf5ce45d50896054fd3dc2216bcffce20 (diff) |
Remove gnocchi db sync from the ansible upgrade step
Since gnocchi db sync for upgrade is made by puppet
we need to remove it from ansible tasks
Change-Id: I4a26513c3e3d0dcf77c007ea865364e38da3a94a
-rw-r--r-- | puppet/services/gnocchi-api.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/puppet/services/gnocchi-api.yaml b/puppet/services/gnocchi-api.yaml index 2a1ed2a3..23fcb2f6 100644 --- a/puppet/services/gnocchi-api.yaml +++ b/puppet/services/gnocchi-api.yaml @@ -131,6 +131,3 @@ outputs: - name: Stop gnocchi_api service (running under httpd) tags: step2 service: name=httpd state=stopped - - name: Run gnocchi upgrade - tags: step5 - command: gnocchi-upgrade |