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:
		| @@ -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() | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Eric Windisch
					Eric Windisch