aboutsummaryrefslogtreecommitdiffstats
path: root/docker/services/neutron-l3.yaml
diff options
context:
space:
mode:
authorSteven Hardy <shardy@redhat.com>2017-06-01 16:30:48 +0100
committerSteven Hardy <shardy@redhat.com>2017-06-07 10:16:04 +0000
commit93151cc5801b353b23348f33f17dedd086d6b527 (patch)
treee4cbcc01fe1d4af2d7b683ed506150652599e6e6 /docker/services/neutron-l3.yaml
parentb344f5994fcd16e562d55e6e00ad0980c5b32621 (diff)
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
Diffstat (limited to 'docker/services/neutron-l3.yaml')
-rw-r--r--docker/services/neutron-l3.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/docker/services/neutron-l3.yaml b/docker/services/neutron-l3.yaml
index 97901bc8..bd5147d3 100644
--- a/docker/services/neutron-l3.yaml
+++ b/docker/services/neutron-l3.yaml
@@ -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
+