)]}'
{"elements/rabbitmq-server/os-refresh-config/post-configure.d/51-rabbitmq-policies":[{"author":{"_account_id":6928,"name":"Ben Nemec","email":"openstack@nemebean.com","username":"bnemec"},"change_message_id":"03c4d6b663a6b32a297591af87b7cb6abc9ff626","unresolved":false,"context_lines":[{"line_number":44,"context_line":"            continue"},{"line_number":45,"context_line":"        vhost \u003d line"},{"line_number":46,"context_line":""},{"line_number":47,"context_line":"        vhosts[vhost] \u003d {\u0027path\u0027: vhost}"},{"line_number":48,"context_line":""},{"line_number":49,"context_line":"    return vhosts"},{"line_number":50,"context_line":""}],"source_content_type":"application/octet-stream","patch_set":3,"id":"baada198_bd512310","line":47,"updated":"2014-07-24 16:33:38.000000000","message":"This doesn\u0027t need to be a map, does it?  It\u0027s just an extra layer of indirection that makes the code harder to read.","commit_id":"c979f7fe1cbc2d007c62613f6360a83b75088402"},{"author":{"_account_id":6928,"name":"Ben Nemec","email":"openstack@nemebean.com","username":"bnemec"},"change_message_id":"03c4d6b663a6b32a297591af87b7cb6abc9ff626","unresolved":false,"context_lines":[{"line_number":65,"context_line":"                continue"},{"line_number":66,"context_line":"            vhost, data \u003d line.split(None, 1)"},{"line_number":67,"context_line":"            policy, extra \u003d data.split(None, 1)"},{"line_number":68,"context_line":"            policies[policy] \u003d {\u0027name\u0027: policy, \u0027vhost\u0027: vhost}"},{"line_number":69,"context_line":""},{"line_number":70,"context_line":"    return policies"},{"line_number":71,"context_line":""}],"source_content_type":"application/octet-stream","patch_set":3,"id":"baada198_023c6ee0","line":68,"updated":"2014-07-24 16:33:38.000000000","message":"Organizing the data this way will make it impossible to have the same policy on two vhosts.  Also, that means there\u0027s no need to make this a map since the name is just the key into the policies dict.","commit_id":"c979f7fe1cbc2d007c62613f6360a83b75088402"}]}
