Stop/disable l3 agent in docker service upgrade_tasks

This service is missing the task to stop/disable the service on
the host prior to it being started in a container.

Change-Id: I33d70d32c3b55e1f2738441f57c74b007e7bd766
Closes-Bug: #1695017
This commit is contained in:
Steven Hardy 2017-06-01 16:30:48 +01:00
parent b344f5994f
commit 93151cc580
1 changed files with 5 additions and 0 deletions

View File

@ -104,3 +104,8 @@ outputs:
file:
path: /var/log/containers/neutron
state: directory
upgrade_tasks:
- name: Stop and disable neutron_l3 service
tags: step2
service: name=neutron-l3-agent state=stopped enabled=no