Stop nova placement during upgrade data tranfer
The nova_placement container keeps running unless we explicitly stop it. This should be part of nova api as the separation to placement happends after. Change-Id: I92ac6ba53903b40e7ba35ae0c1200174c53e8376
This commit is contained in:
parent
f21a5de89a
commit
c8a0a77b1c
@ -550,6 +550,7 @@ outputs:
|
|||||||
vars:
|
vars:
|
||||||
tripleo_containers_to_stop:
|
tripleo_containers_to_stop:
|
||||||
- nova_api
|
- nova_api
|
||||||
|
- nova_placement
|
||||||
- nova_api_cron
|
- nova_api_cron
|
||||||
tripleo_delegate_to: "{{ groups['nova_api'] | default([]) }}"
|
tripleo_delegate_to: "{{ groups['nova_api'] | default([]) }}"
|
||||||
fast_forward_upgrade_tasks:
|
fast_forward_upgrade_tasks:
|
||||||
|
Loading…
Reference in New Issue
Block a user