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
(cherry picked from commit 8cd59db6f6)
This commit is contained in:
Michal (inc0) Jastrzebski 2016-09-10 16:14:18 +00:00 committed by Steven Dake
parent 76464c8e5e
commit 1638942cea
1 changed files with 0 additions and 12 deletions

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