Merge "nova-placement: support upgrade"

This commit is contained in:
Jenkins 2017-02-13 16:15:38 +00:00 committed by Gerrit Code Review
commit 78a68f4091

View 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