diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-03-01 10:09:53 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-03-01 10:09:53 +0000 |
commit | 6c8f5017d7b1d4e69451bbced7556828346bf18c (patch) | |
tree | 007e0eb528fde42b1627d73ff3716fa88641df74 /puppet/services/neutron-ovs-agent.yaml | |
parent | d8aa952a75a4afb38b049aa8bcdd9ad685c8bb14 (diff) | |
parent | fb7821378242e595184a38e1e0cb7e9978c0f806 (diff) |
Merge "Put service stop at step1 and quiesce at step2."
Diffstat (limited to 'puppet/services/neutron-ovs-agent.yaml')
-rw-r--r-- | puppet/services/neutron-ovs-agent.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/neutron-ovs-agent.yaml b/puppet/services/neutron-ovs-agent.yaml index c27bb909..25bd5b53 100644 --- a/puppet/services/neutron-ovs-agent.yaml +++ b/puppet/services/neutron-ovs-agent.yaml @@ -125,5 +125,5 @@ outputs: shell: /usr/bin/systemctl show 'neutron-openvswitch-agent' --property ActiveState | grep '\bactive\b' tags: step0,validation - name: Stop neutron_ovs_agent service - tags: step2 + tags: step1 service: name=neutron-openvswitch-agent state=stopped |