)]}'
{"cinder/volume/targets/spdknvmf.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"7b09303eddb665b43c594b47a50f618b8ba8525d","unresolved":false,"context_lines":[{"line_number":35,"context_line":"               help\u003d\u0027The NVMe target remote configuration password.\u0027,"},{"line_number":36,"context_line":"               secret\u003dTrue),"},{"line_number":37,"context_line":"    cfg.BoolOpt(\u0027spdk_rpc_use_https\u0027,"},{"line_number":38,"context_line":"               default\u003dFalse,"},{"line_number":39,"context_line":"               help\u003d\u0027Use https protocol instead of http.\u0027),"},{"line_number":40,"context_line":"    cfg.IntOpt(\u0027spdk_max_queue_depth\u0027,"},{"line_number":41,"context_line":"               default\u003d64,"}],"source_content_type":"text/x-python","patch_set":2,"id":"1f493fa4_4a4e0fc1","line":38,"updated":"2020-04-30 13:04:51.000000000","message":"pep8: E128 continuation line under-indented for visual indent","commit_id":"17fca1f3fada2f7bc89d73090fdcc022ad7961c9"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"7b09303eddb665b43c594b47a50f618b8ba8525d","unresolved":false,"context_lines":[{"line_number":36,"context_line":"               secret\u003dTrue),"},{"line_number":37,"context_line":"    cfg.BoolOpt(\u0027spdk_rpc_use_https\u0027,"},{"line_number":38,"context_line":"               default\u003dFalse,"},{"line_number":39,"context_line":"               help\u003d\u0027Use https protocol instead of http.\u0027),"},{"line_number":40,"context_line":"    cfg.IntOpt(\u0027spdk_max_queue_depth\u0027,"},{"line_number":41,"context_line":"               default\u003d64,"},{"line_number":42,"context_line":"               min\u003d1, max\u003d128,"}],"source_content_type":"text/x-python","patch_set":2,"id":"1f493fa4_2a4903b6","line":39,"updated":"2020-04-30 13:04:51.000000000","message":"pep8: E128 continuation line under-indented for visual indent","commit_id":"17fca1f3fada2f7bc89d73090fdcc022ad7961c9"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"50c2e5157b02454a7db9970319a31b9662fd4bc0","unresolved":false,"context_lines":[{"line_number":35,"context_line":"               help\u003d\u0027The NVMe target remote configuration password.\u0027,"},{"line_number":36,"context_line":"               secret\u003dTrue),"},{"line_number":37,"context_line":"    cfg.StrOpt(\u0027spdk_rpc_protocol\u0027,"},{"line_number":38,"context_line":"                default\u003d\u0027http\u0027,"},{"line_number":39,"context_line":"                help\u003d\u0027Protocol to be used with SPDK RPC proxy\u0027),"},{"line_number":40,"context_line":"    cfg.IntOpt(\u0027spdk_max_queue_depth\u0027,"},{"line_number":41,"context_line":"               default\u003d64,"}],"source_content_type":"text/x-python","patch_set":4,"id":"1f493fa4_5917d4ee","line":38,"updated":"2020-05-04 16:02:23.000000000","message":"pep8: E127 continuation line over-indented for visual indent","commit_id":"66e10fae4339954c3802a705e07d2806c76beb29"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"50c2e5157b02454a7db9970319a31b9662fd4bc0","unresolved":false,"context_lines":[{"line_number":36,"context_line":"               secret\u003dTrue),"},{"line_number":37,"context_line":"    cfg.StrOpt(\u0027spdk_rpc_protocol\u0027,"},{"line_number":38,"context_line":"                default\u003d\u0027http\u0027,"},{"line_number":39,"context_line":"                help\u003d\u0027Protocol to be used with SPDK RPC proxy\u0027),"},{"line_number":40,"context_line":"    cfg.IntOpt(\u0027spdk_max_queue_depth\u0027,"},{"line_number":41,"context_line":"               default\u003d64,"},{"line_number":42,"context_line":"               min\u003d1, max\u003d128,"}],"source_content_type":"text/x-python","patch_set":4,"id":"1f493fa4_b9d1b832","line":39,"updated":"2020-05-04 16:02:23.000000000","message":"pep8: E127 continuation line over-indented for visual indent","commit_id":"66e10fae4339954c3802a705e07d2806c76beb29"},{"author":{"_account_id":5314,"name":"Brian Rosmaita","email":"rosmaita.fossdev@gmail.com","username":"brian-rosmaita"},"change_message_id":"3053fe5adc43aa20a1ebb845472f6363fc7c98af","unresolved":false,"context_lines":[{"line_number":35,"context_line":"               help\u003d\u0027The NVMe target remote configuration password.\u0027,"},{"line_number":36,"context_line":"               secret\u003dTrue),"},{"line_number":37,"context_line":"    cfg.StrOpt(\u0027spdk_rpc_protocol\u0027,"},{"line_number":38,"context_line":"               default\u003d\u0027http\u0027,"},{"line_number":39,"context_line":"               help\u003d\u0027Protocol to be used with SPDK RPC proxy\u0027),"},{"line_number":40,"context_line":"    cfg.IntOpt(\u0027spdk_max_queue_depth\u0027,"},{"line_number":41,"context_line":"               default\u003d64,"}],"source_content_type":"text/x-python","patch_set":5,"id":"ff570b3c_23d3f405","line":38,"updated":"2020-05-20 20:06:23.000000000","message":"I suggest that you add\n\n  choices\u003d[\u0027http\u0027, \u0027https\u0027],\n\nhere.  That way you won\u0027t need to maintain two sets of allowed_protocols in this file and the driver file, and you won\u0027t need to do the check in the code because oslo.config will do it for you.","commit_id":"cdf35703a92dd98925164e8736ddd45c472742de"},{"author":{"_account_id":28050,"name":"Maciej Szwed","email":"maciej.szwed@intel.com","username":"maciejszwed"},"change_message_id":"44f6f536792c3ad564fce1583299dfb200ee07e7","unresolved":false,"context_lines":[{"line_number":35,"context_line":"               help\u003d\u0027The NVMe target remote configuration password.\u0027,"},{"line_number":36,"context_line":"               secret\u003dTrue),"},{"line_number":37,"context_line":"    cfg.StrOpt(\u0027spdk_rpc_protocol\u0027,"},{"line_number":38,"context_line":"               default\u003d\u0027http\u0027,"},{"line_number":39,"context_line":"               help\u003d\u0027Protocol to be used with SPDK RPC proxy\u0027),"},{"line_number":40,"context_line":"    cfg.IntOpt(\u0027spdk_max_queue_depth\u0027,"},{"line_number":41,"context_line":"               default\u003d64,"}],"source_content_type":"text/x-python","patch_set":5,"id":"ff570b3c_a6cd415e","line":38,"in_reply_to":"ff570b3c_23d3f405","updated":"2020-05-21 15:26:34.000000000","message":"Done","commit_id":"cdf35703a92dd98925164e8736ddd45c472742de"}]}
