Merge "Continue checking for request url if initially null"
[apex-tripleo-heat-templates.git] / puppet / services / neutron-dhcp.yaml
index ad46c90..c7965a6 100644 (file)
@@ -74,3 +74,10 @@ outputs:
                 dport: 68
       step_config: |
         include tripleo::profile::base::neutron::dhcp
+      upgrade_tasks:
+        - name: Stop neutron_dhcp service
+          tags: step2
+          service: name=neutron-dhcp-agent state=stopped
+        - name: Start neutron_dhcp service
+          tags: step6
+          service: name=neutron-dhcp-agent state=started