Merge "Remove novncproxy and spice from reload"

This commit is contained in:
Jenkins 2016-09-10 18:00:13 +00:00 committed by Gerrit Code Review
commit cdfae00272

View File

@ -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']