Merge "Set sample_default for rpc_zmq_host"

This commit is contained in:
Jenkins 2014-08-16 23:46:59 +00:00 committed by Gerrit Code Review
commit 991cf14726
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ zmq_opts = [
help='Directory for holding IPC sockets.'),
cfg.StrOpt('rpc_zmq_host', default=socket.gethostname(),
sample_default='localhost',
help='Name of this node. Must be a valid hostname, FQDN, or '
'IP address. Must match "host" option, if running Nova.'),