Merge "Adding the ip_conntrack_proto_sctp kernel module" into stable/ocata
[apex-tripleo-heat-templates.git] / puppet / services / nova-placement.yaml
index 359a54f..5564c1b 100644 (file)
@@ -118,3 +118,7 @@ outputs:
             nova::db::mysql_placement::allowed_hosts:
               - '%'
               - "%{hiera('mysql_bind_host')}"
+      upgrade_tasks:
+        - name: Stop nova_placement service (running under httpd)
+          tags: step2
+          service: name=httpd state=stopped