diff options
author | 2017-03-02 02:35:34 +0000 | |
---|---|---|
committer | 2017-03-02 02:35:34 +0000 | |
commit | 4bd50db263c8dd989e17fd7656bff4a3fc4a04a2 (patch) | |
tree | 73324d87aa86793a9a8ea241e4a5c7a3472de4e6 /puppet/services/swift-storage.yaml | |
parent | 37b7c8eb47e02e207ff4c58384ebc40481dd9cda (diff) | |
parent | d968747826e4045db1ba277485172e9262d8ada3 (diff) |
Merge "Put service stop at step1 and quiesce at step2." into stable/ocata
Diffstat (limited to 'puppet/services/swift-storage.yaml')
-rw-r--r-- | puppet/services/swift-storage.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/swift-storage.yaml b/puppet/services/swift-storage.yaml index 247b23ff..261aadeb 100644 --- a/puppet/services/swift-storage.yaml +++ b/puppet/services/swift-storage.yaml @@ -103,7 +103,7 @@ outputs: include ::tripleo::profile::base::swift::storage upgrade_tasks: - name: Stop swift storage services - tags: step2 + tags: step1 service: name={{ item }} state=stopped with_items: - openstack-swift-account-auditor |