diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-02-10 19:23:05 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-02-10 19:23:05 +0000 |
commit | c83933e69eea44eac94f094e6161de77d44dec6a (patch) | |
tree | 17b59e747b79fe6e2c979aa9bea2d3e7a0d464a8 /puppet | |
parent | 1301745eb99004e725866d00ec3d6d64996e8080 (diff) | |
parent | 8a77f29e583aa27a225605bbe5d8301bc4455fbd (diff) |
Merge "Remove gnocchi db sync from the ansible upgrade step"
Diffstat (limited to 'puppet')
-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 |