)]}'
{"lib/puppet/provider/neutron_lbaas_service_config/openstackconfig.rb":[{"author":{"_account_id":13084,"name":"Ryan Hefner","email":"rhefner1@gmail.com","username":"rhefner"},"change_message_id":"45d19f236e9e6fa621dc5c480a96621874ae87a8","unresolved":false,"context_lines":[{"line_number":1,"context_line":"Puppet::Type.type(:neutron_lbaas_service_config).provide("},{"line_number":2,"context_line":"  :openstackconfig,"},{"line_number":3,"context_line":"  :parent \u003d\u003e Puppet::Type.type(:openstack_config).provider(:ruby)"},{"line_number":4,"context_line":") do"}],"source_content_type":"text/x-ruby","patch_set":1,"id":"dab17558_97d2fffe","line":1,"updated":"2016-05-09 03:37:11.000000000","message":"I had to this file to `ini_setting.rb` (and rename some of the stuff inside) since Puppet wouldn\u0027t recognize `neutron_lbaas_service_config` as it was.","commit_id":"e90b9dd946bd8d21516566b158da2259f78f6fce"}],"lib/puppet/type/neutron_lbaas_service_config.rb":[{"author":{"_account_id":13084,"name":"Ryan Hefner","email":"rhefner1@gmail.com","username":"rhefner"},"change_message_id":"45d19f236e9e6fa621dc5c480a96621874ae87a8","unresolved":false,"context_lines":[{"line_number":7,"context_line":"    newvalues(/\\S+\\/\\S+/)"},{"line_number":8,"context_line":"  end"},{"line_number":9,"context_line":""},{"line_number":10,"context_line":"  newproperty(:value, :array_matching \u003d\u003e :all) do"},{"line_number":11,"context_line":"    desc \u0027The value of the setting to be defined.\u0027"},{"line_number":12,"context_line":"    def insync?(is)"},{"line_number":13,"context_line":"      return true if @should.empty?"}],"source_content_type":"text/x-ruby","patch_set":1,"id":"dab17558_77cddb5c","line":10,"updated":"2016-05-09 03:37:11.000000000","message":"Every time I used this, it would insert `service_providers \u003d [\"my_backend\"]` (literally with the brackets and quotes) in `/etc/neutron/neutron_lbaas.conf`. neutron-server fails to start because the provider is in an invalid format. The fix is removing `:array_matching \u003d\u003e :all`. I don\u0027t understand why this is here since all of the other config types don\u0027t use this.","commit_id":"e90b9dd946bd8d21516566b158da2259f78f6fce"}],"manifests/agents/lbaas.pp":[{"author":{"_account_id":13084,"name":"Ryan Hefner","email":"rhefner1@gmail.com","username":"rhefner"},"change_message_id":"45d19f236e9e6fa621dc5c480a96621874ae87a8","unresolved":false,"context_lines":[{"line_number":105,"context_line":""},{"line_number":106,"context_line":"  service { \u0027neutron-lbaas-service\u0027:"},{"line_number":107,"context_line":"    ensure  \u003d\u003e $service_ensure,"},{"line_number":108,"context_line":"    name    \u003d\u003e $::neutron::params::lbaas_agent_service,"},{"line_number":109,"context_line":"    enable  \u003d\u003e $enabled,"},{"line_number":110,"context_line":"    require \u003d\u003e Class[\u0027neutron\u0027],"},{"line_number":111,"context_line":"    tag     \u003d\u003e \u0027neutron-service\u0027,"}],"source_content_type":"text/x-puppet","patch_set":1,"id":"dab17558_77f4bb86","line":108,"updated":"2016-05-09 03:37:11.000000000","message":"This is still ensuring that the lbaasv1 service is running. If we really want lbaasv2, we need to create another parameter for the `neutron-lbaasv2-agent` service and ensure that is running.","commit_id":"e90b9dd946bd8d21516566b158da2259f78f6fce"}]}
