Merge "Remove novncproxy and spice from reload"
This commit is contained in:
commit
cdfae00272
@ -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