diff options
author | Mathieu Bultel <mbultel@redhat.com> | 2017-02-09 08:03:59 +0100 |
---|---|---|
committer | mathieu bultel <mat.bultel@gmail.com> | 2017-02-10 06:58:02 +0000 |
commit | 76e89a554644f26b5ab5daf631b7d89b34dcd482 (patch) | |
tree | f6ae4ea0a9209321d8f4450d2e8a344fe4dcc6d1 /puppet | |
parent | b49b443ea75c80a67fcc0999d2d31b8bd6bc1c8f (diff) |
Remove aodh db sync from ansible upgrade
The db sync won't be run by ansible but by puppet
as part of the converge step
Change-Id: Ie868a92ece020e5749a401e0897be5ab80f13559
Diffstat (limited to 'puppet')
-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 |