)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":11628,"name":"Michael Johnson","email":"johnsomor@gmail.com","username":"johnsom"},"change_message_id":"e58ce932f5e5c1e99bb07bdfbc8238ee9f06c083","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"dcf512e5_b31f0a96","updated":"2024-02-22 23:54:23.000000000","message":"recheck\nNeed a fresh render for review","commit_id":"46161935e15929543402c0c92dcc8cbd2b9fc739"},{"author":{"_account_id":34429,"name":"Tom Weininger","email":"dienste@weinimo.de","username":"tweining"},"change_message_id":"d061ab279bb4d3c570a30c184489e42899de30d7","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"60a50edf_735fcfc7","updated":"2024-01-29 15:14:45.000000000","message":"recheck regenerate doc preview page","commit_id":"46161935e15929543402c0c92dcc8cbd2b9fc739"},{"author":{"_account_id":11628,"name":"Michael Johnson","email":"johnsomor@gmail.com","username":"johnsom"},"change_message_id":"878e287e023f149f9cb23c44a9343285b264bde3","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":7,"id":"d40ee681_1f2d923d","updated":"2024-02-23 00:09:26.000000000","message":"LGTM\nI updated the example CLI to use --wait instead of using LB show to wait for the status.","commit_id":"bb53212d5c841a5b11f5a1b180c0e9f456df0fe0"}],"doc/source/user/guides/basic-cookbook.rst":[{"author":{"_account_id":34429,"name":"Tom Weininger","email":"dienste@weinimo.de","username":"tweining"},"change_message_id":"d638ac75553b8cfef71322d5159b70d140b45f98","unresolved":true,"context_lines":[{"line_number":823,"context_line":"   *tls_secret1* as its default TLS container, and *h2*  ALPN protocol ID and"},{"line_number":824,"context_line":"   *http/1.1*  as fall-back protocol should the client not support HTTP/2."},{"line_number":825,"context_line":"5. Create pool *pool1* as *listener1*\u0027s default pool, that is TLS enabled, and"},{"line_number":826,"context_line":"   *h2*  ALPN protocol ID and *http/1.1*  as fall-back protocol should the"},{"line_number":827,"context_line":"   client not support HTTP/2."},{"line_number":828,"context_line":"6. Add members 192.0.2.10 and 192.0.2.11 on *private-subnet* to *pool1*."},{"line_number":829,"context_line":""}],"source_content_type":"text/x-rst","patch_set":4,"id":"20e238f2_aaa6c3c0","line":826,"range":{"start_line":826,"start_character":41,"end_line":826,"end_character":42},"updated":"2023-02-27 16:06:01.000000000","message":"double space here and in line 823 and in line 824.","commit_id":"8c49281fdac5ef400eb0130d9ae963a69cc1a18e"},{"author":{"_account_id":31664,"name":"Omer Schwartz","email":"oschwart@redhat.com","username":"oschwart"},"change_message_id":"3721062b2d8c7f51a69dd8ae7c24834be57e687f","unresolved":false,"context_lines":[{"line_number":823,"context_line":"   *tls_secret1* as its default TLS container, and *h2*  ALPN protocol ID and"},{"line_number":824,"context_line":"   *http/1.1*  as fall-back protocol should the client not support HTTP/2."},{"line_number":825,"context_line":"5. Create pool *pool1* as *listener1*\u0027s default pool, that is TLS enabled, and"},{"line_number":826,"context_line":"   *h2*  ALPN protocol ID and *http/1.1*  as fall-back protocol should the"},{"line_number":827,"context_line":"   client not support HTTP/2."},{"line_number":828,"context_line":"6. Add members 192.0.2.10 and 192.0.2.11 on *private-subnet* to *pool1*."},{"line_number":829,"context_line":""}],"source_content_type":"text/x-rst","patch_set":4,"id":"a6fee132_eb3707e8","line":826,"range":{"start_line":826,"start_character":41,"end_line":826,"end_character":42},"in_reply_to":"20e238f2_aaa6c3c0","updated":"2023-02-27 16:29:39.000000000","message":"Thanks, Done.","commit_id":"8c49281fdac5ef400eb0130d9ae963a69cc1a18e"},{"author":{"_account_id":34429,"name":"Tom Weininger","email":"dienste@weinimo.de","username":"tweining"},"change_message_id":"d638ac75553b8cfef71322d5159b70d140b45f98","unresolved":true,"context_lines":[{"line_number":834,"context_line":"    openssl pkcs12 -export -inkey server.key -in server.crt -certfile ca-chain.crt -passout pass: -out server.p12"},{"line_number":835,"context_line":"    openstack secret store --name\u003d\u0027tls_secret1\u0027 -t \u0027application/octet-stream\u0027 -e \u0027base64\u0027 --payload\u003d\"$(base64 \u003c server.p12)\""},{"line_number":836,"context_line":"    openstack loadbalancer create --name lb1 --vip-subnet-id public-subnet"},{"line_number":837,"context_line":"    # Re-run the following until lb1 shows ACTIVE and ONLINE statuses:"},{"line_number":838,"context_line":"    openstack loadbalancer show lb1"},{"line_number":839,"context_line":"    openstack loadbalancer listener create --protocol-port 443 --protocol TERMINATED_HTTPS --alpn-protocol h2 --alpn-protocol http/1.1 --name listener1 --default-tls-container\u003d$(openstack secret list | awk \u0027/ tls_secret1 / {print $2}\u0027) lb1"},{"line_number":840,"context_line":"    openstack loadbalancer pool create --name pool1 --lb-algorithm ROUND_ROBIN --listener listener1 --protocol HTTP --enable-tls --alpn-protocol h2 --alpn-protocol http/1.1"},{"line_number":841,"context_line":"    openstack loadbalancer member create --subnet-id private-subnet --address 192.0.2.10 --protocol-port 443 pool1"}],"source_content_type":"text/x-rst","patch_set":4,"id":"69792a85_d106cc68","line":838,"range":{"start_line":837,"start_character":4,"end_line":838,"end_character":35},"updated":"2023-02-27 16:06:01.000000000","message":"We should no longer recommend this IMO. It is probably better to use `--wait` with the loadbalancer create command above. IDK if it\u0027s worth to change the other examples as well for consistency.","commit_id":"8c49281fdac5ef400eb0130d9ae963a69cc1a18e"},{"author":{"_account_id":34429,"name":"Tom Weininger","email":"dienste@weinimo.de","username":"tweining"},"change_message_id":"bcbb08a09e18cd6d619906ffc7ab097a9d3fc0a1","unresolved":true,"context_lines":[{"line_number":834,"context_line":"    openssl pkcs12 -export -inkey server.key -in server.crt -certfile ca-chain.crt -passout pass: -out server.p12"},{"line_number":835,"context_line":"    openstack secret store --name\u003d\u0027tls_secret1\u0027 -t \u0027application/octet-stream\u0027 -e \u0027base64\u0027 --payload\u003d\"$(base64 \u003c server.p12)\""},{"line_number":836,"context_line":"    openstack loadbalancer create --name lb1 --vip-subnet-id public-subnet"},{"line_number":837,"context_line":"    # Re-run the following until lb1 shows ACTIVE and ONLINE statuses:"},{"line_number":838,"context_line":"    openstack loadbalancer show lb1"},{"line_number":839,"context_line":"    openstack loadbalancer listener create --protocol-port 443 --protocol TERMINATED_HTTPS --alpn-protocol h2 --alpn-protocol http/1.1 --name listener1 --default-tls-container\u003d$(openstack secret list | awk \u0027/ tls_secret1 / {print $2}\u0027) lb1"},{"line_number":840,"context_line":"    openstack loadbalancer pool create --name pool1 --lb-algorithm ROUND_ROBIN --listener listener1 --protocol HTTP --enable-tls --alpn-protocol h2 --alpn-protocol http/1.1"},{"line_number":841,"context_line":"    openstack loadbalancer member create --subnet-id private-subnet --address 192.0.2.10 --protocol-port 443 pool1"}],"source_content_type":"text/x-rst","patch_set":4,"id":"96b55f68_a0f297fe","line":838,"range":{"start_line":837,"start_character":4,"end_line":838,"end_character":35},"in_reply_to":"3960f9ee_642e3d38","updated":"2023-03-01 12:25:36.000000000","message":"Well, this is upstream documentation for Antelope, so that should not be an issue.","commit_id":"8c49281fdac5ef400eb0130d9ae963a69cc1a18e"},{"author":{"_account_id":31664,"name":"Omer Schwartz","email":"oschwart@redhat.com","username":"oschwart"},"change_message_id":"3721062b2d8c7f51a69dd8ae7c24834be57e687f","unresolved":true,"context_lines":[{"line_number":834,"context_line":"    openssl pkcs12 -export -inkey server.key -in server.crt -certfile ca-chain.crt -passout pass: -out server.p12"},{"line_number":835,"context_line":"    openstack secret store --name\u003d\u0027tls_secret1\u0027 -t \u0027application/octet-stream\u0027 -e \u0027base64\u0027 --payload\u003d\"$(base64 \u003c server.p12)\""},{"line_number":836,"context_line":"    openstack loadbalancer create --name lb1 --vip-subnet-id public-subnet"},{"line_number":837,"context_line":"    # Re-run the following until lb1 shows ACTIVE and ONLINE statuses:"},{"line_number":838,"context_line":"    openstack loadbalancer show lb1"},{"line_number":839,"context_line":"    openstack loadbalancer listener create --protocol-port 443 --protocol TERMINATED_HTTPS --alpn-protocol h2 --alpn-protocol http/1.1 --name listener1 --default-tls-container\u003d$(openstack secret list | awk \u0027/ tls_secret1 / {print $2}\u0027) lb1"},{"line_number":840,"context_line":"    openstack loadbalancer pool create --name pool1 --lb-algorithm ROUND_ROBIN --listener listener1 --protocol HTTP --enable-tls --alpn-protocol h2 --alpn-protocol http/1.1"},{"line_number":841,"context_line":"    openstack loadbalancer member create --subnet-id private-subnet --address 192.0.2.10 --protocol-port 443 pool1"}],"source_content_type":"text/x-rst","patch_set":4,"id":"3960f9ee_642e3d38","line":838,"range":{"start_line":837,"start_character":4,"end_line":838,"end_character":35},"in_reply_to":"69792a85_d106cc68","updated":"2023-02-27 16:29:39.000000000","message":"I agree, but I think that we support that option only from OSP17.0.","commit_id":"8c49281fdac5ef400eb0130d9ae963a69cc1a18e"},{"author":{"_account_id":31664,"name":"Omer Schwartz","email":"oschwart@redhat.com","username":"oschwart"},"change_message_id":"1e03533671e673802962f91db92ce7327620ba0d","unresolved":false,"context_lines":[{"line_number":834,"context_line":"    openssl pkcs12 -export -inkey server.key -in server.crt -certfile ca-chain.crt -passout pass: -out server.p12"},{"line_number":835,"context_line":"    openstack secret store --name\u003d\u0027tls_secret1\u0027 -t \u0027application/octet-stream\u0027 -e \u0027base64\u0027 --payload\u003d\"$(base64 \u003c server.p12)\""},{"line_number":836,"context_line":"    openstack loadbalancer create --name lb1 --vip-subnet-id public-subnet"},{"line_number":837,"context_line":"    # Re-run the following until lb1 shows ACTIVE and ONLINE statuses:"},{"line_number":838,"context_line":"    openstack loadbalancer show lb1"},{"line_number":839,"context_line":"    openstack loadbalancer listener create --protocol-port 443 --protocol TERMINATED_HTTPS --alpn-protocol h2 --alpn-protocol http/1.1 --name listener1 --default-tls-container\u003d$(openstack secret list | awk \u0027/ tls_secret1 / {print $2}\u0027) lb1"},{"line_number":840,"context_line":"    openstack loadbalancer pool create --name pool1 --lb-algorithm ROUND_ROBIN --listener listener1 --protocol HTTP --enable-tls --alpn-protocol h2 --alpn-protocol http/1.1"},{"line_number":841,"context_line":"    openstack loadbalancer member create --subnet-id private-subnet --address 192.0.2.10 --protocol-port 443 pool1"}],"source_content_type":"text/x-rst","patch_set":4,"id":"4ade0d40_bb80eabb","line":838,"range":{"start_line":837,"start_character":4,"end_line":838,"end_character":35},"in_reply_to":"96b55f68_a0f297fe","updated":"2023-03-03 14:25:43.000000000","message":"Ack, so I will change all those instances in another patch.","commit_id":"8c49281fdac5ef400eb0130d9ae963a69cc1a18e"},{"author":{"_account_id":11628,"name":"Michael Johnson","email":"johnsomor@gmail.com","username":"johnsom"},"change_message_id":"878e287e023f149f9cb23c44a9343285b264bde3","unresolved":true,"context_lines":[{"line_number":834,"context_line":"    openssl pkcs12 -export -inkey server.key -in server.crt -certfile ca-chain.crt -passout pass: -out server.p12"},{"line_number":835,"context_line":"    openstack secret store --name\u003d\u0027tls_secret1\u0027 -t \u0027application/octet-stream\u0027 -e \u0027base64\u0027 --payload\u003d\"$(base64 \u003c server.p12)\""},{"line_number":836,"context_line":"    openstack loadbalancer create --name lb1 --vip-subnet-id public-subnet"},{"line_number":837,"context_line":"    # Re-run the following until lb1 shows ACTIVE and ONLINE statuses:"},{"line_number":838,"context_line":"    openstack loadbalancer show lb1"},{"line_number":839,"context_line":"    openstack loadbalancer listener create --protocol-port 443 --protocol TERMINATED_HTTPS --alpn-protocol h2 --alpn-protocol http/1.1 --name listener1 --default-tls-container\u003d$(openstack secret list | awk \u0027/ tls_secret1 / {print $2}\u0027) lb1"},{"line_number":840,"context_line":"    openstack loadbalancer pool create --name pool1 --lb-algorithm ROUND_ROBIN --listener listener1 --protocol HTTP --enable-tls --alpn-protocol h2 --alpn-protocol http/1.1"}],"source_content_type":"text/x-rst","patch_set":6,"id":"f2d9b692_0c91afe0","line":837,"updated":"2024-02-23 00:09:26.000000000","message":"We don\u0027t need to do this anymore, we can use the --wait option instead.","commit_id":"46161935e15929543402c0c92dcc8cbd2b9fc739"},{"author":{"_account_id":11628,"name":"Michael Johnson","email":"johnsomor@gmail.com","username":"johnsom"},"change_message_id":"ba1834cbcd95b465be54b6994fca6f9a3b3c0d2f","unresolved":false,"context_lines":[{"line_number":834,"context_line":"    openssl pkcs12 -export -inkey server.key -in server.crt -certfile ca-chain.crt -passout pass: -out server.p12"},{"line_number":835,"context_line":"    openstack secret store --name\u003d\u0027tls_secret1\u0027 -t \u0027application/octet-stream\u0027 -e \u0027base64\u0027 --payload\u003d\"$(base64 \u003c server.p12)\""},{"line_number":836,"context_line":"    openstack loadbalancer create --name lb1 --vip-subnet-id public-subnet"},{"line_number":837,"context_line":"    # Re-run the following until lb1 shows ACTIVE and ONLINE statuses:"},{"line_number":838,"context_line":"    openstack loadbalancer show lb1"},{"line_number":839,"context_line":"    openstack loadbalancer listener create --protocol-port 443 --protocol TERMINATED_HTTPS --alpn-protocol h2 --alpn-protocol http/1.1 --name listener1 --default-tls-container\u003d$(openstack secret list | awk \u0027/ tls_secret1 / {print $2}\u0027) lb1"},{"line_number":840,"context_line":"    openstack loadbalancer pool create --name pool1 --lb-algorithm ROUND_ROBIN --listener listener1 --protocol HTTP --enable-tls --alpn-protocol h2 --alpn-protocol http/1.1"}],"source_content_type":"text/x-rst","patch_set":6,"id":"13f889d6_14ff46c5","line":837,"in_reply_to":"f2d9b692_0c91afe0","updated":"2024-02-23 00:09:39.000000000","message":"Done","commit_id":"46161935e15929543402c0c92dcc8cbd2b9fc739"}]}
