Update all references of "LLC" to "Foundation". Change-Id: I009e86784ef4dcf38882d64b0eff484576e04efe
49 lines
1014 B
ReStructuredText
49 lines
1014 B
ReStructuredText
=======================
|
|
nova-rpc-zmq-receiver
|
|
=======================
|
|
|
|
-----------------------------------
|
|
Receiver for 0MQ based nova RPC
|
|
-----------------------------------
|
|
|
|
:Author: openstack@lists.launchpad.net
|
|
:Date: 2012-09-27
|
|
:Copyright: OpenStack Foundation
|
|
:Version: 2012.1
|
|
:Manual section: 1
|
|
:Manual group: cloud computing
|
|
|
|
SYNOPSIS
|
|
========
|
|
|
|
nova-rpc-zmq-receiver [options]
|
|
|
|
DESCRIPTION
|
|
===========
|
|
|
|
The nova-rpc-zmq-receiver is a daemon which receives messages from remote
|
|
systems on behalf of the ZeroMQ-based rpc backend (nova.rpc.impl_zmq).
|
|
Messages are pulled by individual services from the message receiver daemon
|
|
in round-robin or fanout mode, depending on the queue type.
|
|
|
|
OPTIONS
|
|
=======
|
|
|
|
**General options**
|
|
|
|
FILES
|
|
========
|
|
|
|
* /etc/nova/nova.conf
|
|
|
|
SEE ALSO
|
|
========
|
|
|
|
* `OpenStack Nova <http://nova.openstack.org>`__
|
|
* `OpenStack Nova <http://nova.openstack.org>`__
|
|
|
|
BUGS
|
|
====
|
|
|
|
* Nova is sourced in Launchpad so you can view current bugs at `OpenStack Nova <http://nova.openstack.org>`__
|