Merge "nova-placement: support upgrade"
This commit is contained in:
commit
78a68f4091
@ -118,3 +118,7 @@ outputs:
|
|||||||
nova::db::mysql_placement::allowed_hosts:
|
nova::db::mysql_placement::allowed_hosts:
|
||||||
- '%'
|
- '%'
|
||||||
- "%{hiera('mysql_bind_host')}"
|
- "%{hiera('mysql_bind_host')}"
|
||||||
|
upgrade_tasks:
|
||||||
|
- name: Stop nova_placement service (running under httpd)
|
||||||
|
tags: step2
|
||||||
|
service: name=httpd state=stopped
|
||||||
|
Loading…
Reference in New Issue
Block a user