Remove nova-rpc-zmq-receiver.

This program has some problems and it is not anywhere within our desired
configuration for TripleO. It can be added later if a user decides to
make use of ZeroMQ.

Change-Id: I9ddcad2ddc4223c054e9332f7b142e8748179e4d
This commit is contained in:
Clint Byrum 2013-05-17 13:36:11 -07:00
parent acd6f161f5
commit cdaabc2b38
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
set -eux
os-svc-daemon nova-api nova nova-api "--config-dir /etc/nova"
os-svc-daemon nova-rpc-zmq-receiver nova nova-rpc-zmq-receiver "--config-dir /etc/nova"
os-svc-daemon nova-cert nova nova-cert "--config-dir /etc/nova"
os-svc-daemon nova-scheduler nova nova-scheduler "--config-dir /etc/nova --debug"
os-svc-daemon nova-consoleauth nova nova-consoleauth "--config-dir /etc/nova"

View File

@ -14,6 +14,5 @@ chown -R nova:nova /var/run/nova
service nova-conductor restart
service nova-api restart
service nova-cert restart
service nova-rpc-zmq-receiver restart
service nova-scheduler restart
service nova-consoleauth restart