)]}'
{"lib/keystone":[{"author":{"_account_id":17685,"name":"Elod Illes","email":"elod.illes@est.tech","username":"elod.illes"},"change_message_id":"158e9984a2db5966c51f4521383a00178d682146","unresolved":false,"context_lines":[{"line_number":497,"context_line":"    if [ \"$KEYSTONE_DEPLOY\" \u003d\u003d \"mod_wsgi\" ]; then"},{"line_number":498,"context_line":"        install_apache_wsgi"},{"line_number":499,"context_line":"    elif [ \"$KEYSTONE_DEPLOY\" \u003d\u003d \"uwsgi\" ]; then"},{"line_number":500,"context_line":"        pip_install uwsgi"},{"line_number":501,"context_line":"    fi"},{"line_number":502,"context_line":"}"},{"line_number":503,"context_line":""}],"source_content_type":"application/x-shellscript","patch_set":1,"id":"bf51134e_c655a01f","side":"PARENT","line":500,"updated":"2020-07-02 15:47:31.000000000","message":"This is what installs uwsgi\u0027s binary under /usr/local/bin (for example in controller node) and other services uses that, too.\nOn compute node keystone is not installed, so \u0027only\u0027 the packaged binary is installed, which does not have /usr/local/bin/uwsgi, just /usr/bin/uwsgi.\n\nWhen I checked it locally, I saw this:\n\ndevstack-controller:~/devstack$ /usr/bin/uwsgi --version\n2.0.12-debian\ndevstack-controller:~/devstack$ /usr/local/bin/uwsgi --version\n2.0.19.1","commit_id":"ad6cc52c746f1fbdb1d89b14c09dc4aa7907bfe4"}]}
