Remove novncproxy and spice from reload
Since these services don't use RPC, we don't need to reload them. And these caused problems in gates. Change-Id: I6967bdc7da0d0c3c06873e3d554124ca995f4c13 Closes-Bug: #1622117
This commit is contained in:
parent
15228232e1
commit
8cd59db6f6
@ -12,22 +12,10 @@
|
||||
command: docker exec -t nova_consoleauth kill -1 1
|
||||
when: inventory_hostname in groups['nova-consoleauth']
|
||||
|
||||
- name: Sighup nova-novncproxy
|
||||
command: docker exec -t nova_novncproxy kill -1 1
|
||||
when:
|
||||
- inventory_hostname in groups['nova-novncproxy']
|
||||
- nova_console == 'novnc'
|
||||
|
||||
- name: Sighup nova-scheduler
|
||||
command: docker exec -t nova_scheduler kill -1 1
|
||||
when: inventory_hostname in groups['nova-scheduler']
|
||||
|
||||
- name: Sighup nova-spicehtml5proxy
|
||||
command: docker exec -t nova_spicehtml5proxy kill -1 1
|
||||
when:
|
||||
- inventory_hostname in groups['nova-spicehtml5proxy']
|
||||
- nova_console == 'spice'
|
||||
|
||||
- name: Sighup nova-compute
|
||||
command: docker exec -t nova_compute kill -1 1
|
||||
when: inventory_hostname in groups['compute']
|
||||
|
Loading…
Reference in New Issue
Block a user