diff options
author | marios <marios@redhat.com> | 2017-02-23 10:53:05 +0200 |
---|---|---|
committer | marios <marios@redhat.com> | 2017-02-23 10:53:05 +0200 |
commit | a6789350a292b68fa0c5d0668b4cf1a1f6831531 (patch) | |
tree | 587593b9dd0b4e5fcfe20cdb78cf3c8fa0529479 /puppet/services | |
parent | 1e1a4d415ead0310fc4d6d7ff22140a4a8326887 (diff) |
Remove forgotten sahara dbsync from step5 upgrades tasks
I suspect this was forgotten from the initial commits where
we were doing the dbsync in ansible
Change-Id: Ie337bfba4e61cf3d546d0b79b611b84211ac9d9d
Diffstat (limited to 'puppet/services')
-rw-r--r-- | puppet/services/sahara-engine.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/puppet/services/sahara-engine.yaml b/puppet/services/sahara-engine.yaml index 987fe25b..176514ec 100644 --- a/puppet/services/sahara-engine.yaml +++ b/puppet/services/sahara-engine.yaml @@ -53,6 +53,3 @@ outputs: - name: Stop sahara_engine service tags: step2 service: name=openstack-sahara-engine state=stopped - - name: Sync sahara_engine DB - tags: step5 - command: sahara-db-manage --config-file /etc/sahara/sahara.conf upgrade head |