)]}'
{"manifests/volume/nexenta_edge.pp":[{"author":{"_account_id":15519,"name":"Iury Gregory Melo Ferreira","display_name":"Iury Gregory","email":"iurygregory@gmail.com","username":"iurygregory"},"change_message_id":"492f84a3b2cb7e1433b39e772363291bd0eea64f","unresolved":false,"context_lines":[{"line_number":55,"context_line":"  $extra_options          \u003d {},"},{"line_number":56,"context_line":") {"},{"line_number":57,"context_line":""},{"line_number":58,"context_line":"  warning(\u0027Usage of cinder::volume::nexenta_edge is deprecated, please use"},{"line_number":59,"context_line":"cinder::backend::nexenta_edge instead.\u0027)"},{"line_number":60,"context_line":""},{"line_number":61,"context_line":"  cinder::backend::nexenta_edge { \u0027DEFAULT\u0027:"},{"line_number":62,"context_line":"    nexenta_rest_user      \u003d\u003e $nexenta_rest_user,"}],"source_content_type":"text/x-puppet","patch_set":2,"id":"7a8ec9b2_c0b48536","line":59,"range":{"start_line":58,"start_character":0,"end_line":59,"end_character":40},"updated":"2016-09-16 15:30:14.000000000","message":"why this is deprecated? we didn\u0027t had before","commit_id":"b3d502f18be9f62e17b85e99476245425f57ee41"},{"author":{"_account_id":15519,"name":"Iury Gregory Melo Ferreira","display_name":"Iury Gregory","email":"iurygregory@gmail.com","username":"iurygregory"},"change_message_id":"b66787b358d2a996ffc3a99a77a33cc883b6eec0","unresolved":false,"context_lines":[{"line_number":55,"context_line":"  $extra_options          \u003d {},"},{"line_number":56,"context_line":") {"},{"line_number":57,"context_line":""},{"line_number":58,"context_line":"  warning(\u0027Usage of cinder::volume::nexenta_edge is deprecated, please use"},{"line_number":59,"context_line":"cinder::backend::nexenta_edge instead.\u0027)"},{"line_number":60,"context_line":""},{"line_number":61,"context_line":"  cinder::backend::nexenta_edge { \u0027DEFAULT\u0027:"},{"line_number":62,"context_line":"    nexenta_rest_user      \u003d\u003e $nexenta_rest_user,"}],"source_content_type":"text/x-puppet","patch_set":2,"id":"7a8ec9b2_a614ee4c","line":59,"range":{"start_line":58,"start_character":0,"end_line":59,"end_character":40},"in_reply_to":"7a8ec9b2_a09139f3","updated":"2016-09-16 17:04:16.000000000","message":"Yeah i saw that, but this is a new feature no? maybe you dont need to create this class and say it\u0027s deprecated.","commit_id":"b3d502f18be9f62e17b85e99476245425f57ee41"},{"author":{"_account_id":14270,"name":"Dimitri Savineau","email":"dsavinea@redhat.com","username":"dsavineau"},"change_message_id":"483e1d30e46878496d6e16757f64e189959191c4","unresolved":false,"context_lines":[{"line_number":55,"context_line":"  $extra_options          \u003d {},"},{"line_number":56,"context_line":") {"},{"line_number":57,"context_line":""},{"line_number":58,"context_line":"  warning(\u0027Usage of cinder::volume::nexenta_edge is deprecated, please use"},{"line_number":59,"context_line":"cinder::backend::nexenta_edge instead.\u0027)"},{"line_number":60,"context_line":""},{"line_number":61,"context_line":"  cinder::backend::nexenta_edge { \u0027DEFAULT\u0027:"},{"line_number":62,"context_line":"    nexenta_rest_user      \u003d\u003e $nexenta_rest_user,"}],"source_content_type":"text/x-puppet","patch_set":2,"id":"7a8ec9b2_a09139f3","line":59,"range":{"start_line":58,"start_character":0,"end_line":59,"end_character":40},"in_reply_to":"7a8ec9b2_c0b48536","updated":"2016-09-16 15:38:11.000000000","message":"Please take a look to https://github.com/openstack/puppet-cinder/commit/d0e0cdc5ea4686cff5d74470350cdddfd9872ff6","commit_id":"b3d502f18be9f62e17b85e99476245425f57ee41"},{"author":{"_account_id":3153,"name":"Emilien Macchi","email":"emilien@redhat.com","username":"emilienm"},"change_message_id":"0bad9beed17e5b8636732c5b65d1764ccbe639a8","unresolved":false,"context_lines":[{"line_number":55,"context_line":"  $extra_options          \u003d {},"},{"line_number":56,"context_line":") {"},{"line_number":57,"context_line":""},{"line_number":58,"context_line":"  warning(\u0027Usage of cinder::volume::nexenta_edge is deprecated, please use"},{"line_number":59,"context_line":"cinder::backend::nexenta_edge instead.\u0027)"},{"line_number":60,"context_line":""},{"line_number":61,"context_line":"  cinder::backend::nexenta_edge { \u0027DEFAULT\u0027:"}],"source_content_type":"text/x-puppet","patch_set":3,"id":"7a8ec9b2_602e46fc","line":58,"updated":"2016-09-16 19:26:19.000000000","message":"don\u0027t add this class, this model is deprecated, we don\u0027t need it.","commit_id":"19f6a5686810dc313b79c33f5b23fcbdba5481ea"}],"spec/classes/cinder_volume_nexenta_edge_spec.rb":[{"author":{"_account_id":14985,"name":"Alex Schultz","email":"aschultz@next-development.com","username":"mwhahaha"},"change_message_id":"9e898d7f0a80b221d1b211e4a1f9aad6802f36fd","unresolved":false,"context_lines":[{"line_number":19,"context_line":"  end"},{"line_number":20,"context_line":""},{"line_number":21,"context_line":""},{"line_number":22,"context_line":"  let :facts do"},{"line_number":23,"context_line":"    { :osfamily \u003d\u003e \u0027Debian\u0027 }"},{"line_number":24,"context_line":"  end"},{"line_number":25,"context_line":""}],"source_content_type":"text/x-ruby","patch_set":1,"id":"7a8ec9b2_6bae6682","line":22,"updated":"2016-09-15 19:05:23.000000000","message":"For any new tests we try to use rspec-puppet-facts for our tests. For example you can checkout this commit which converted from the old pattern to one using rspec-puppet-facts. https://github.com/openstack/puppet-cinder/commit/71421654853a5c3d8b5a55970f0fca0c95889cc8","commit_id":"7e7350547d01e8a7e3f059fd4536222358afb968"}]}
