Description of ZeroMQ configuration options
Configuration option = Default value Description
[DEFAULT]
= * (StrOpt) ZeroMQ bind address. Should be a wildcard (*), an ethernet interface, or IP. The "host" option should point or resolve to this address.
= 1 (IntOpt) Number of ZeroMQ contexts, defaults to 1.
= localhost (StrOpt) Name of this node. Must be a valid hostname, FQDN, or IP address. Must match "host" option, if running Nova.
= /var/run/openstack (StrOpt) Directory for holding IPC sockets.
= local (StrOpt) MatchMaker driver.
= 9501 (IntOpt) ZeroMQ receiver listening port.
= None (IntOpt) Maximum number of ingress messages to locally buffer per topic. Default is unlimited.