)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":37598,"name":"Ivan Anfimov","display_name":"Ivan Anfimov","email":"lazekteam@gmail.com","username":"anfimovir"},"change_message_id":"fb8c0030109390b5e3d2e3e0e04b797056f166c2","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"d3146a67_7baeffb7","updated":"2025-08-06 10:23:05.000000000","message":"LGTM","commit_id":"a4ad1ac6923b1acf6c8127e14d81be481711d847"},{"author":{"_account_id":37598,"name":"Ivan Anfimov","display_name":"Ivan Anfimov","email":"lazekteam@gmail.com","username":"anfimovir"},"change_message_id":"c0d38a7cde502163a2afb3e21e1fc30756c4ffdc","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"4f6e1282_fea8391b","updated":"2025-08-06 12:19:32.000000000","message":"@openstack@dopieralski.pl yep... I forgot about spec file too ;)) Sorted in new MR.","commit_id":"07b4886a1aeaba6ee14bb0ae889eb1cf40913ca1"},{"author":{"_account_id":8648,"name":"Radomir Dopieralski","email":"openstack@dopieralski.pl","username":"thesheep"},"change_message_id":"7634868fcd3303975338c4987c58428f0b25e76b","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"6d195863_eedd0a45","updated":"2025-08-07 14:04:35.000000000","message":"Further testing revealed that the limit is not on the plain text of the script, but the base64-encoded version. I will need use a custom validation for that.","commit_id":"07b4886a1aeaba6ee14bb0ae889eb1cf40913ca1"},{"author":{"_account_id":35133,"name":"Jan Jasek","email":"jjasek@redhat.com","username":"janjasek"},"change_message_id":"cf899a0bb1ea8bda3cf37891996c42285dd8e004","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":3,"id":"bd54c0fc_4160b40d","updated":"2025-08-07 11:46:29.000000000","message":"Hello guys, did you try ti practically? For me it does not work well.\nSpecifically it allows me to create Instance (click create in the form) but I got an Error popup message \"Unable to create the server\" and I can see in the Nova log this:\nAug 07 11:21:05 jjasek-devstack-ui-rev devstack@n-api.service[141212]: DEBUG nova.api.openstack.wsgi [None req-8e9a11fa-8271-4b12-b595-f1652656505e demo admin] Returning 400 to user: Invalid input for field/attribute user_data. Value: IyEvYmluL2Jhc2gKCiMgVXBkYXRlIHRoZSBwYWNrYWdlIGxpc3QKc3VkbyBhcHQtZ2V0IHVwZGF0ZQoKIyBJbnN0YWxsIEFwYWNoZSB3ZWIgc2VydmVyCnN1ZG8gYXB0LWdldCBpbnN0YWxsIC15IGFwYWNoZTIKCiMgQ3JlYXRlIGEgc2ltcGxlIGluZGV4Lmh0bWwgZmlsZQplY2hvICI8aDE+SGVsbG8gZnJvbSBteSBPcGVuU3Rh\n...\n...\nAug 07 11:21:05 jjasek-devstack-ui-rev devstack@n-api.service[141212]: 3BlblN0YWNrIGluc3RhbmNlITwvaDE+IiB8IHN1ZG8gdGVlIC92YXIvd3d3L2h0bWwvaW5kZXg\n...\n...\nc3VkbyBzeXN0ZW1jdGwgcmVzdGFydCBhcGFjaGUy\u0027 is too long {{(pid\u003d141212) __call__ /opt/stack/nova/nova/api/openstack/wsgi.py:909}}\nAug 07 11:21:05 jjasek-devstack-ui-rev devstack@n-api.service[141212]: INFO nova.api.openstack.requestlog [None req-8e9a11fa-8271-4b12-b595-f1652656505e demo admin] 10.0.214.206 \"POST /compute/v2.1/servers\" status: 400 len: 132424 microversion: 2.67 time: 0.060700\nAug 07 11:21:05 jjasek-devstack-ui-rev devstack@n-api.service[141212]: [pid: 141212|app: 0|req: 165/328] 10.0.214.206 () {68 vars in 1340 bytes} [Thu Aug  7 11:21:05 2025] POST /compute/v2.1/servers \u003d\u003e generated 132424 bytes in 61 msecs (HTTP/1.1 400) 9 headers in 386 bytes (1 switches on core 0)\n\nFor me - 41.58KB is okay, 47.6KB is okay too, 48.46KB is failing, 51.89KB is failing, 57KB too and everything bigger too.\n\nIt seems to me like the limit (from nova side) is somewhere around 48KB?\n\nOr am I doing something wrong?","commit_id":"07b4886a1aeaba6ee14bb0ae889eb1cf40913ca1"},{"author":{"_account_id":35133,"name":"Jan Jasek","email":"jjasek@redhat.com","username":"janjasek"},"change_message_id":"7463ce8cdd5d7e4e6ae60ca5b860abc423f3727d","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"c86a47f2_04685e33","in_reply_to":"2d288f44_bec5e2ad","updated":"2025-08-11 10:58:31.000000000","message":"Done","commit_id":"07b4886a1aeaba6ee14bb0ae889eb1cf40913ca1"},{"author":{"_account_id":35133,"name":"Jan Jasek","email":"jjasek@redhat.com","username":"janjasek"},"change_message_id":"c1a34aba1c18ada3df786d75fac7b1aa80a753b0","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":3,"id":"2d288f44_bec5e2ad","in_reply_to":"6fc67dcd_bb63ed34","updated":"2025-08-07 12:02:13.000000000","message":"Seems to be the issue can be Base64 Encoding.\nMy script have 57.91 KB (that is what Launch instance form says). My laptop says 60KB but when I do:\nbase64 test_instance_script_57kb.sh \u003e AAAAscript.base64\n\nThen it has 80K","commit_id":"07b4886a1aeaba6ee14bb0ae889eb1cf40913ca1"},{"author":{"_account_id":37598,"name":"Ivan Anfimov","display_name":"Ivan Anfimov","email":"lazekteam@gmail.com","username":"anfimovir"},"change_message_id":"897454ccc792fa1905f3eecef90f2304a9a73fcc","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":3,"id":"6fc67dcd_bb63ed34","in_reply_to":"bd54c0fc_4160b40d","updated":"2025-08-07 11:50:06.000000000","message":"Hello,\n\nHmm..\nhttps://github.com/openstack/nova/blob/e82854dc8c514e457528b52834d79176fe5a2135/nova/api/openstack/compute/schemas/servers.py#L214-L218\n\nI check it in DevStack...","commit_id":"07b4886a1aeaba6ee14bb0ae889eb1cf40913ca1"},{"author":{"_account_id":37598,"name":"Ivan Anfimov","display_name":"Ivan Anfimov","email":"lazekteam@gmail.com","username":"anfimovir"},"change_message_id":"b08a9c5d3467ea6ca0fb3fa022e7a6dd69b70391","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":5,"id":"3269315f_a91e0bb6","updated":"2025-08-11 16:30:04.000000000","message":"@openstack@dopieralski.pl hello, may be include release note about?","commit_id":"05986ed45d55281044a79707173617aa26e33f3c"},{"author":{"_account_id":35133,"name":"Jan Jasek","email":"jjasek@redhat.com","username":"janjasek"},"change_message_id":"39eb3f8238602b5f64d2f7ff7bf2b86a792684fc","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":5,"id":"f741c602_eb279352","updated":"2025-08-11 10:58:18.000000000","message":"LGTM, thank you!","commit_id":"05986ed45d55281044a79707173617aa26e33f3c"},{"author":{"_account_id":6914,"name":"Tatiana Ovchinnikova","email":"t.v.ovtchinnikova@gmail.com","username":"tmazur"},"change_message_id":"88badf24e2f6c69cdfecd6839e97db483b1ea277","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":5,"id":"1b976b9e_a84e5bb4","updated":"2025-08-11 18:46:00.000000000","message":"Thank you, LGTM","commit_id":"05986ed45d55281044a79707173617aa26e33f3c"},{"author":{"_account_id":37598,"name":"Ivan Anfimov","display_name":"Ivan Anfimov","email":"lazekteam@gmail.com","username":"anfimovir"},"change_message_id":"2f906dc7afaa6963d2e553681f8daa0098b6f2bd","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":5,"id":"60b87788_625b93e1","in_reply_to":"3269315f_a91e0bb6","updated":"2025-08-11 22:41:22.000000000","message":"In https://review.opendev.org/c/openstack/horizon/+/956996","commit_id":"05986ed45d55281044a79707173617aa26e33f3c"}]}
