Zmq register opts fix in receiver
Following dprince's change to use FLAGS, rather than cfg.CONF, zmq_opts needs to be registered explicitly. Change-Id: I66bc71563435088ee9224fdd603602e35f3e3bff
This commit is contained in:
parent
e1295a2072
commit
5bc0946d17
@ -41,11 +41,11 @@ from nova import utils
|
||||
|
||||
FLAGS = flags.FLAGS
|
||||
FLAGS.register_opts(rpc.rpc_opts)
|
||||
FLAGS.register_opts(impl_zmq.zmq_opts)
|
||||
|
||||
|
||||
def main():
|
||||
flags.parse_args(sys.argv)
|
||||
impl_zmq.register_opts(FLAGS)
|
||||
logging.setup("nova")
|
||||
utils.monkey_patch()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user