Merge "Stop arbitrary shutting down services"

This commit is contained in:
Zuul 2018-10-26 21:41:52 +00:00 committed by Gerrit Code Review
commit 3f3b0087ba
1 changed files with 0 additions and 9 deletions

View File

@ -39,17 +39,8 @@
- "%"
no_log: True
# Update is offline
- name: Stop octavia services
service:
name: "{{ item.value.service_name }}"
state: "stopped"
with_dict: "{{ octavia_services }}"
- name: Perform a octavia DB sync
command: "{{ octavia_bin }}/octavia-db-manage upgrade head"
become: yes
become_user: "{{ octavia_system_user_name }}"
changed_when: false
notify: Start octavia services