)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":26686,"name":"Craig Anderson","email":"craig.cigar.anderson@gmail.com","username":"canderson"},"change_message_id":"cb0415dd8e58183916445ecfbf8b781c2ee263a0","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":5,"id":"4f642b11_4cdbfb9e","updated":"2022-03-23 15:25:10.000000000","message":"suggest breaking out the v1beta1 changes to a separate PS","commit_id":"68e8099adcbbad2782ec9ae97fceeaff969d823b"},{"author":{"_account_id":21420,"name":"Gage Hugo","email":"gagehugo@gmail.com","username":"ghugo"},"change_message_id":"9897377c1f50b08c3b849a96c9f849fa7199a97d","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":20,"id":"8f3b5a14_d3074fab","updated":"2022-03-31 20:53:23.000000000","message":"At first glance this looks good to me. There\u0027s some unneeded overrides here that most likely need to be cleaned up in their own charts as well, but there\u0027s no need to copy them over.","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"},{"author":{"_account_id":32090,"name":"Graham Steffaniak","email":"graham.steffaniak@att.com","username":"gs909v"},"change_message_id":"147cd06e8a95a08a8f5b6e23536c14b6b2ebb3de","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":20,"id":"5e6f63f8_e8e46ae3","updated":"2022-03-31 17:58:42.000000000","message":"The umbrella PS ready to be reviewed and merged separately from the related openstack-helm-infra change","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"}],"heat/templates/configmap-etc.yaml":[{"author":{"_account_id":26686,"name":"Craig Anderson","email":"craig.cigar.anderson@gmail.com","username":"canderson"},"change_message_id":"45647b28253baaf1f109f5b6c5023859ccec35d4","unresolved":true,"context_lines":[{"line_number":120,"context_line":"{{- if and (empty .Values.conf.logging.handler_fluent) (has \"fluent\" .Values.conf.logging.handlers.keys) -}}"},{"line_number":121,"context_line":"{{- $fluentd_host :\u003d tuple \"fluentd\" \"internal\" $envAll | include \"helm-toolkit.endpoints.hostname_namespaced_endpoint_lookup\" }}"},{"line_number":122,"context_line":"{{- $fluentd_port :\u003d tuple \"fluentd\" \"internal\" \"service\" $envAll | include \"helm-toolkit.endpoints.endpoint_port_lookup\" }}"},{"line_number":123,"context_line":"{{- $fluent_args :\u003d printf \"(\u0027%s.%s\u0027, \u0027%s\u0027, %s)\" .Release.Namespace .Chart.Name $fluentd_host $fluentd_port }}"},{"line_number":124,"context_line":"{{- $handler_fluent :\u003d dict \"class\" \"fluent.handler.FluentHandler\" \"formatter\" \"fluent\" \"args\" $fluent_args -}}"},{"line_number":125,"context_line":"{{- $_ :\u003d set .Values.conf.logging \"handler_fluent\" $handler_fluent -}}"},{"line_number":126,"context_line":"{{- end -}}"}],"source_content_type":"text/x-yaml","patch_set":12,"id":"0a1d000d_69037a1e","line":123,"range":{"start_line":123,"start_character":69,"end_line":123,"end_character":74},"updated":"2022-03-25 00:00:32.000000000","message":"Consider moving all the Release --\u003e Chart replacements into its own separate changeset (will make review process easier)","commit_id":"1c2d10363fc137006fa44ae689747e1f6490ab3c"},{"author":{"_account_id":32090,"name":"Graham Steffaniak","email":"graham.steffaniak@att.com","username":"gs909v"},"change_message_id":"14ef4190b08092ae479fe812a9b6d5db1d19f5c6","unresolved":false,"context_lines":[{"line_number":120,"context_line":"{{- if and (empty .Values.conf.logging.handler_fluent) (has \"fluent\" .Values.conf.logging.handlers.keys) -}}"},{"line_number":121,"context_line":"{{- $fluentd_host :\u003d tuple \"fluentd\" \"internal\" $envAll | include \"helm-toolkit.endpoints.hostname_namespaced_endpoint_lookup\" }}"},{"line_number":122,"context_line":"{{- $fluentd_port :\u003d tuple \"fluentd\" \"internal\" \"service\" $envAll | include \"helm-toolkit.endpoints.endpoint_port_lookup\" }}"},{"line_number":123,"context_line":"{{- $fluent_args :\u003d printf \"(\u0027%s.%s\u0027, \u0027%s\u0027, %s)\" .Release.Namespace .Chart.Name $fluentd_host $fluentd_port }}"},{"line_number":124,"context_line":"{{- $handler_fluent :\u003d dict \"class\" \"fluent.handler.FluentHandler\" \"formatter\" \"fluent\" \"args\" $fluent_args -}}"},{"line_number":125,"context_line":"{{- $_ :\u003d set .Values.conf.logging \"handler_fluent\" $handler_fluent -}}"},{"line_number":126,"context_line":"{{- end -}}"}],"source_content_type":"text/x-yaml","patch_set":12,"id":"eddcd71c_ed1f512f","line":123,"range":{"start_line":123,"start_character":69,"end_line":123,"end_character":74},"in_reply_to":"0a1d000d_69037a1e","updated":"2022-03-25 18:20:49.000000000","message":"Ack","commit_id":"1c2d10363fc137006fa44ae689747e1f6490ab3c"}],"openstack/values.yaml":[{"author":{"_account_id":21420,"name":"Gage Hugo","email":"gagehugo@gmail.com","username":"ghugo"},"change_message_id":"9897377c1f50b08c3b849a96c9f849fa7199a97d","unresolved":true,"context_lines":[{"line_number":14,"context_line":"    enabled: false"},{"line_number":15,"context_line":"  pod:"},{"line_number":16,"context_line":"    replicas:"},{"line_number":17,"context_line":"      server: 2"},{"line_number":18,"context_line":""},{"line_number":19,"context_line":"mariadb:"},{"line_number":20,"context_line":"  enabled: true"}],"source_content_type":"text/x-yaml","patch_set":20,"id":"f5fd6499_5ecb437f","line":17,"range":{"start_line":17,"start_character":14,"end_line":17,"end_character":15},"updated":"2022-03-31 20:53:23.000000000","message":"Can you put this default to 1?","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"},{"author":{"_account_id":32090,"name":"Graham Steffaniak","email":"graham.steffaniak@att.com","username":"gs909v"},"change_message_id":"261014143c413b3fc0b08eb31516b626decf08af","unresolved":false,"context_lines":[{"line_number":14,"context_line":"    enabled: false"},{"line_number":15,"context_line":"  pod:"},{"line_number":16,"context_line":"    replicas:"},{"line_number":17,"context_line":"      server: 2"},{"line_number":18,"context_line":""},{"line_number":19,"context_line":"mariadb:"},{"line_number":20,"context_line":"  enabled: true"}],"source_content_type":"text/x-yaml","patch_set":20,"id":"1ea32618_f0536104","line":17,"range":{"start_line":17,"start_character":14,"end_line":17,"end_character":15},"in_reply_to":"f5fd6499_5ecb437f","updated":"2022-04-01 14:16:10.000000000","message":"Done","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"}],"openstack/values_overrides/glance/netpol.yaml":[{"author":{"_account_id":21420,"name":"Gage Hugo","email":"gagehugo@gmail.com","username":"ghugo"},"change_message_id":"9897377c1f50b08c3b849a96c9f849fa7199a97d","unresolved":true,"context_lines":[{"line_number":28,"context_line":"              matchLabels:"},{"line_number":29,"context_line":"                application: cinder"},{"line_number":30,"context_line":"          ports:"},{"line_number":31,"context_line":"          - protocol: TCP"},{"line_number":32,"context_line":"            port: 9191"},{"line_number":33,"context_line":"          - protocol: TCP"},{"line_number":34,"context_line":"            port: 9292"},{"line_number":35,"context_line":"      egress:"}],"source_content_type":"text/x-yaml","patch_set":20,"id":"a6f0026b_47cf0d53","line":32,"range":{"start_line":31,"start_character":0,"end_line":32,"end_character":22},"updated":"2022-03-31 20:53:23.000000000","message":"You can get rid of this port, the override in the glance chart should remove this as well. This is the port for the now removed registry service in glance.","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"},{"author":{"_account_id":32090,"name":"Graham Steffaniak","email":"graham.steffaniak@att.com","username":"gs909v"},"change_message_id":"261014143c413b3fc0b08eb31516b626decf08af","unresolved":false,"context_lines":[{"line_number":28,"context_line":"              matchLabels:"},{"line_number":29,"context_line":"                application: cinder"},{"line_number":30,"context_line":"          ports:"},{"line_number":31,"context_line":"          - protocol: TCP"},{"line_number":32,"context_line":"            port: 9191"},{"line_number":33,"context_line":"          - protocol: TCP"},{"line_number":34,"context_line":"            port: 9292"},{"line_number":35,"context_line":"      egress:"}],"source_content_type":"text/x-yaml","patch_set":20,"id":"fff28c66_f3a96b27","line":32,"range":{"start_line":31,"start_character":0,"end_line":32,"end_character":22},"in_reply_to":"a6f0026b_47cf0d53","updated":"2022-04-01 14:16:10.000000000","message":"Done","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"}],"openstack/values_overrides/glance/train-ubuntu_bionic.yaml":[{"author":{"_account_id":32090,"name":"Graham Steffaniak","email":"graham.steffaniak@att.com","username":"gs909v"},"change_message_id":"80d5d40a5af88fce45c6a5008d7c2476779fd820","unresolved":false,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"glance:"},{"line_number":3,"context_line":"  images:"},{"line_number":4,"context_line":"    tags:"},{"line_number":5,"context_line":"      bootstrap: \"docker.io/openstackhelm/heat:train-ubuntu_bionic\""}],"source_content_type":"text/x-yaml","patch_set":23,"id":"87611400_e1fe132d","line":2,"range":{"start_line":2,"start_character":0,"end_line":2,"end_character":7},"updated":"2022-04-01 14:20:04.000000000","message":"The only reason these files are getting copied over as new overrides is because they need to be scoped to the subchart. I don\u0027t know of any other way to keep the --values\u003dfile.yaml method working that we use on the scripts.","commit_id":"fc79720db1ab549c6c253648f95b48d3f215dc32"}],"openstack/values_overrides/heat/ocata-ubuntu_xenial.yaml":[{"author":{"_account_id":21420,"name":"Gage Hugo","email":"gagehugo@gmail.com","username":"ghugo"},"change_message_id":"9897377c1f50b08c3b849a96c9f849fa7199a97d","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":20,"id":"f0fe0166_8b10e182","updated":"2022-03-31 20:53:23.000000000","message":"We don\u0027t need ocata here, in fact we can delete everything up to train since we no longer support these older releases.","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"},{"author":{"_account_id":32090,"name":"Graham Steffaniak","email":"graham.steffaniak@att.com","username":"gs909v"},"change_message_id":"261014143c413b3fc0b08eb31516b626decf08af","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":20,"id":"db4df121_251ac735","in_reply_to":"f0fe0166_8b10e182","updated":"2022-04-01 14:16:10.000000000","message":"Done","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"}],"openstack/values_overrides/heat/pike-ubuntu_xenial.yaml":[{"author":{"_account_id":21420,"name":"Gage Hugo","email":"gagehugo@gmail.com","username":"ghugo"},"change_message_id":"9897377c1f50b08c3b849a96c9f849fa7199a97d","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":20,"id":"a95e2c81_6e7deae2","updated":"2022-03-31 20:53:23.000000000","message":"delete","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"},{"author":{"_account_id":32090,"name":"Graham Steffaniak","email":"graham.steffaniak@att.com","username":"gs909v"},"change_message_id":"261014143c413b3fc0b08eb31516b626decf08af","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":20,"id":"a3f7760c_2d020d29","in_reply_to":"a95e2c81_6e7deae2","updated":"2022-04-01 14:16:10.000000000","message":"Done","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"}],"openstack/values_overrides/heat/queens-ubuntu_xenial.yaml":[{"author":{"_account_id":21420,"name":"Gage Hugo","email":"gagehugo@gmail.com","username":"ghugo"},"change_message_id":"9897377c1f50b08c3b849a96c9f849fa7199a97d","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":20,"id":"c667b568_cb8c4723","updated":"2022-03-31 20:53:23.000000000","message":"delete","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"},{"author":{"_account_id":32090,"name":"Graham Steffaniak","email":"graham.steffaniak@att.com","username":"gs909v"},"change_message_id":"261014143c413b3fc0b08eb31516b626decf08af","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":20,"id":"c43b6d3f_21608b98","in_reply_to":"c667b568_cb8c4723","updated":"2022-04-01 14:16:10.000000000","message":"Done","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"}],"openstack/values_overrides/heat/rocky-opensuse_15.yaml":[{"author":{"_account_id":21420,"name":"Gage Hugo","email":"gagehugo@gmail.com","username":"ghugo"},"change_message_id":"9897377c1f50b08c3b849a96c9f849fa7199a97d","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":20,"id":"86adbb9f_2b261e9c","updated":"2022-03-31 20:53:23.000000000","message":"delete","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"},{"author":{"_account_id":32090,"name":"Graham Steffaniak","email":"graham.steffaniak@att.com","username":"gs909v"},"change_message_id":"261014143c413b3fc0b08eb31516b626decf08af","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":20,"id":"a796d298_2087e60b","in_reply_to":"86adbb9f_2b261e9c","updated":"2022-04-01 14:16:10.000000000","message":"Done","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"}],"openstack/values_overrides/heat/rocky-ubuntu_bionic.yaml":[{"author":{"_account_id":21420,"name":"Gage Hugo","email":"gagehugo@gmail.com","username":"ghugo"},"change_message_id":"9897377c1f50b08c3b849a96c9f849fa7199a97d","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":20,"id":"0f057112_2045cdf4","updated":"2022-03-31 20:53:23.000000000","message":"delete","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"},{"author":{"_account_id":32090,"name":"Graham Steffaniak","email":"graham.steffaniak@att.com","username":"gs909v"},"change_message_id":"261014143c413b3fc0b08eb31516b626decf08af","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":20,"id":"d992c4f6_0cfbbcdf","in_reply_to":"0f057112_2045cdf4","updated":"2022-04-01 14:16:10.000000000","message":"Done","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"}],"openstack/values_overrides/heat/rocky-ubuntu_xenial.yaml":[{"author":{"_account_id":21420,"name":"Gage Hugo","email":"gagehugo@gmail.com","username":"ghugo"},"change_message_id":"9897377c1f50b08c3b849a96c9f849fa7199a97d","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":20,"id":"8514ed74_2aaac366","updated":"2022-03-31 20:53:23.000000000","message":"delete","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"},{"author":{"_account_id":32090,"name":"Graham Steffaniak","email":"graham.steffaniak@att.com","username":"gs909v"},"change_message_id":"261014143c413b3fc0b08eb31516b626decf08af","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":20,"id":"27742c25_8222d0bc","in_reply_to":"8514ed74_2aaac366","updated":"2022-04-01 14:16:10.000000000","message":"Done","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"}],"openstack/values_overrides/keystone/netpol.yaml":[{"author":{"_account_id":21420,"name":"Gage Hugo","email":"gagehugo@gmail.com","username":"ghugo"},"change_message_id":"9897377c1f50b08c3b849a96c9f849fa7199a97d","unresolved":true,"context_lines":[{"line_number":60,"context_line":"          ports:"},{"line_number":61,"context_line":"          - protocol: TCP"},{"line_number":62,"context_line":"            port: 5000"},{"line_number":63,"context_line":"          - protocol: TCP"},{"line_number":64,"context_line":"            port: 35357"},{"line_number":65,"context_line":"      egress:"},{"line_number":66,"context_line":"        - to:"},{"line_number":67,"context_line":"          - ipBlock:"}],"source_content_type":"text/x-yaml","patch_set":20,"id":"0643089d_cb2ee23a","line":64,"range":{"start_line":63,"start_character":0,"end_line":64,"end_character":23},"updated":"2022-03-31 20:53:23.000000000","message":"You can get rid of this port, everything should be listening on 5000 now these days with keystone v3.","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"},{"author":{"_account_id":32090,"name":"Graham Steffaniak","email":"graham.steffaniak@att.com","username":"gs909v"},"change_message_id":"261014143c413b3fc0b08eb31516b626decf08af","unresolved":false,"context_lines":[{"line_number":60,"context_line":"          ports:"},{"line_number":61,"context_line":"          - protocol: TCP"},{"line_number":62,"context_line":"            port: 5000"},{"line_number":63,"context_line":"          - protocol: TCP"},{"line_number":64,"context_line":"            port: 35357"},{"line_number":65,"context_line":"      egress:"},{"line_number":66,"context_line":"        - to:"},{"line_number":67,"context_line":"          - ipBlock:"}],"source_content_type":"text/x-yaml","patch_set":20,"id":"ed86a989_6f75b79c","line":64,"range":{"start_line":63,"start_character":0,"end_line":64,"end_character":23},"in_reply_to":"0643089d_cb2ee23a","updated":"2022-04-01 14:16:10.000000000","message":"Done","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"}],"openstack/values_overrides/keystone/ocata-ubuntu_xenial.yaml":[{"author":{"_account_id":21420,"name":"Gage Hugo","email":"gagehugo@gmail.com","username":"ghugo"},"change_message_id":"9897377c1f50b08c3b849a96c9f849fa7199a97d","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":20,"id":"f8d815c4_96eee058","updated":"2022-03-31 20:53:23.000000000","message":"delete","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"},{"author":{"_account_id":32090,"name":"Graham Steffaniak","email":"graham.steffaniak@att.com","username":"gs909v"},"change_message_id":"261014143c413b3fc0b08eb31516b626decf08af","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":20,"id":"bf4969e0_63cdcc71","in_reply_to":"f8d815c4_96eee058","updated":"2022-04-01 14:16:10.000000000","message":"Done","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"}],"openstack/values_overrides/keystone/opensuse_15.yaml":[{"author":{"_account_id":21420,"name":"Gage Hugo","email":"gagehugo@gmail.com","username":"ghugo"},"change_message_id":"9897377c1f50b08c3b849a96c9f849fa7199a97d","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":20,"id":"34811298_de2ef4c2","updated":"2022-03-31 20:53:23.000000000","message":"delete","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"},{"author":{"_account_id":32090,"name":"Graham Steffaniak","email":"graham.steffaniak@att.com","username":"gs909v"},"change_message_id":"261014143c413b3fc0b08eb31516b626decf08af","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":20,"id":"1711cc58_a7d57531","in_reply_to":"34811298_de2ef4c2","updated":"2022-04-01 14:16:10.000000000","message":"Done","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"}],"openstack/values_overrides/keystone/pike-ubuntu_xenial.yaml":[{"author":{"_account_id":21420,"name":"Gage Hugo","email":"gagehugo@gmail.com","username":"ghugo"},"change_message_id":"9897377c1f50b08c3b849a96c9f849fa7199a97d","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":20,"id":"4bbea3d7_a18c59a3","updated":"2022-03-31 20:53:23.000000000","message":"delete","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"},{"author":{"_account_id":32090,"name":"Graham Steffaniak","email":"graham.steffaniak@att.com","username":"gs909v"},"change_message_id":"261014143c413b3fc0b08eb31516b626decf08af","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":20,"id":"1a9b7d74_c5168107","in_reply_to":"4bbea3d7_a18c59a3","updated":"2022-04-01 14:16:10.000000000","message":"Done","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"}],"openstack/values_overrides/keystone/queens-ubuntu_xenial.yaml":[{"author":{"_account_id":21420,"name":"Gage Hugo","email":"gagehugo@gmail.com","username":"ghugo"},"change_message_id":"9897377c1f50b08c3b849a96c9f849fa7199a97d","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":20,"id":"a5f64365_3e925a2d","updated":"2022-03-31 20:53:23.000000000","message":"delete","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"},{"author":{"_account_id":32090,"name":"Graham Steffaniak","email":"graham.steffaniak@att.com","username":"gs909v"},"change_message_id":"261014143c413b3fc0b08eb31516b626decf08af","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":20,"id":"a454af0b_a42398dd","in_reply_to":"a5f64365_3e925a2d","updated":"2022-04-01 14:16:10.000000000","message":"Done","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"}],"openstack/values_overrides/keystone/rocky-opensuse_15.yaml":[{"author":{"_account_id":21420,"name":"Gage Hugo","email":"gagehugo@gmail.com","username":"ghugo"},"change_message_id":"9897377c1f50b08c3b849a96c9f849fa7199a97d","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":20,"id":"97bba401_75502a3c","updated":"2022-03-31 20:53:23.000000000","message":"delete","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"},{"author":{"_account_id":32090,"name":"Graham Steffaniak","email":"graham.steffaniak@att.com","username":"gs909v"},"change_message_id":"261014143c413b3fc0b08eb31516b626decf08af","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":20,"id":"03cf690e_8b19a44f","in_reply_to":"97bba401_75502a3c","updated":"2022-04-01 14:16:10.000000000","message":"Done","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"}],"openstack/values_overrides/keystone/rocky-ubuntu_bionic.yaml":[{"author":{"_account_id":21420,"name":"Gage Hugo","email":"gagehugo@gmail.com","username":"ghugo"},"change_message_id":"9897377c1f50b08c3b849a96c9f849fa7199a97d","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":20,"id":"1b73f698_de425f06","updated":"2022-03-31 20:53:23.000000000","message":"delete","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"},{"author":{"_account_id":32090,"name":"Graham Steffaniak","email":"graham.steffaniak@att.com","username":"gs909v"},"change_message_id":"261014143c413b3fc0b08eb31516b626decf08af","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":20,"id":"62d0e1bb_da5f94b2","in_reply_to":"1b73f698_de425f06","updated":"2022-04-01 14:16:10.000000000","message":"Done","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"}],"openstack/values_overrides/keystone/rocky-ubuntu_xenial.yaml":[{"author":{"_account_id":21420,"name":"Gage Hugo","email":"gagehugo@gmail.com","username":"ghugo"},"change_message_id":"9897377c1f50b08c3b849a96c9f849fa7199a97d","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":20,"id":"a95a2a25_df63c34d","updated":"2022-03-31 20:53:23.000000000","message":"delete","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"},{"author":{"_account_id":32090,"name":"Graham Steffaniak","email":"graham.steffaniak@att.com","username":"gs909v"},"change_message_id":"261014143c413b3fc0b08eb31516b626decf08af","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":20,"id":"7f039da2_b404bd0f","in_reply_to":"a95a2a25_df63c34d","updated":"2022-04-01 14:16:10.000000000","message":"Done","commit_id":"685cd5a01a7f29ca49c8738ffd65904e7bebdf20"}]}
