)]}'
{"id":"openstack%2Fbifrost~795509","triplet_id":"openstack%2Fbifrost~master~I40ffb7aa816697e8fd42adf8229cb8689b9ce79b","project":"openstack/bifrost","branch":"master","hashtags":[],"change_id":"I40ffb7aa816697e8fd42adf8229cb8689b9ce79b","subject":"Fix network_interface check when skip_bootstrap is true","status":"ABANDONED","created":"2021-06-09 09:50:42.000000000","updated":"2021-06-09 09:52:56.000000000","total_comment_count":0,"unresolved_comment_count":0,"has_review_started":true,"meta_rev_id":"a7e356785bc19171f6b104c48c0e9a07a7d739aa","_number":795509,"virtual_id_number":795509,"owner":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"actions":{},"labels":{"Verified":{"all":[{"_account_id":10239,"name":"Dmitry Tantsur","email":"dtantsur@protonmail.com","username":"dtantsur"}],"values":{"-2":"Fails","-1":"Doesn\u0027t seem to work"," 0":"No score","+1":"Works for me","+2":"Verified"},"description":"","default_value":0,"optional":true},"Code-Review":{"disliked":{"_account_id":10239,"name":"Dmitry Tantsur","email":"dtantsur@protonmail.com","username":"dtantsur"},"all":[{"value":-1,"date":"2021-06-09 09:51:27.000000000","permitted_voting_range":{"min":-2,"max":2},"_account_id":10239,"name":"Dmitry Tantsur","email":"dtantsur@protonmail.com","username":"dtantsur"}],"values":{"-2":"Do not merge","-1":"This patch needs further work before it can be merged"," 0":"No score","+1":"Looks good to me, but someone else must approve","+2":"Looks good to me (core reviewer)"},"description":"","value":-1,"default_value":0,"optional":true},"Workflow":{"all":[{"value":0,"permitted_voting_range":{"min":-1,"max":1},"_account_id":10239,"name":"Dmitry Tantsur","email":"dtantsur@protonmail.com","username":"dtantsur"}],"values":{"-1":"Work in progress"," 0":"Ready for reviews","+1":"Approved"},"description":"","default_value":0,"optional":true}},"removable_reviewers":[],"reviewers":{"REVIEWER":[{"_account_id":10239,"name":"Dmitry Tantsur","email":"dtantsur@protonmail.com","username":"dtantsur"}]},"pending_reviewers":{},"reviewer_updates":[{"updated":"2021-06-09 09:51:27.000000000","updated_by":{"_account_id":10239,"name":"Dmitry Tantsur","email":"dtantsur@protonmail.com","username":"dtantsur"},"reviewer":{"_account_id":10239,"name":"Dmitry Tantsur","email":"dtantsur@protonmail.com","username":"dtantsur"},"state":"REVIEWER"}],"messages":[{"id":"b5373fb4f21ebd907718f8e598ba69a16ef48977","tag":"autogenerated:gerrit:newPatchSet","author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"date":"2021-06-09 09:50:42.000000000","message":"Uploaded patch set 1.","accounts_in_message":[],"_revision_number":1},{"id":"ae876d748f8dcc7ce4947b983d5babc035df8aec","author":{"_account_id":10239,"name":"Dmitry Tantsur","email":"dtantsur@protonmail.com","username":"dtantsur"},"date":"2021-06-09 09:51:27.000000000","message":"Patch Set 1: Code-Review-1\n\nI\u0027d prefer we keep https://review.opendev.org/c/openstack/bifrost/+/795508 since the checks are misplaced here.","accounts_in_message":[],"_revision_number":1},{"id":"a7e356785bc19171f6b104c48c0e9a07a7d739aa","tag":"autogenerated:gerrit:abandon","author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"date":"2021-06-09 09:52:56.000000000","message":"Abandoned\n\nGo with dtantsur\u0027s","accounts_in_message":[],"_revision_number":1}],"current_revision_number":1,"current_revision":"58800a1abb72143217290cc030a4c88b3dde738c","revisions":{"58800a1abb72143217290cc030a4c88b3dde738c":{"kind":"REWORK","_number":1,"created":"2021-06-09 09:50:42.000000000","uploader":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"ref":"refs/changes/09/795509/1","fetch":{"anonymous http":{"url":"https://review.opendev.org/openstack/bifrost","ref":"refs/changes/09/795509/1","commands":{"Checkout":"git fetch https://review.opendev.org/openstack/bifrost refs/changes/09/795509/1 \u0026\u0026 git checkout FETCH_HEAD","Cherry Pick":"git fetch https://review.opendev.org/openstack/bifrost refs/changes/09/795509/1 \u0026\u0026 git cherry-pick FETCH_HEAD","Format Patch":"git fetch https://review.opendev.org/openstack/bifrost refs/changes/09/795509/1 \u0026\u0026 git format-patch -1 --stdout FETCH_HEAD","Pull":"git pull https://review.opendev.org/openstack/bifrost refs/changes/09/795509/1"}}},"commit":{"parents":[{"commit":"7f2d0eb91db63632d7839a6b33327fd49af908e4","subject":"Reasonable error message if network_interface is not found","web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/bifrost/commit/7f2d0eb91db63632d7839a6b33327fd49af908e4"}]}],"author":{"name":"Mark Goddard","email":"mark@stackhpc.com","date":"2021-06-09 09:45:21.000000000","tz":60},"committer":{"name":"Mark Goddard","email":"mark@stackhpc.com","date":"2021-06-09 09:48:51.000000000","tz":60},"subject":"Fix network_interface check when skip_bootstrap is true","message":"Fix network_interface check when skip_bootstrap is true\n\nA new check was added in I96b7af2472addb879df545818a67f58ace8b2572 about\nnetwork_interface. This variable does not need to be set when\nbootstrapping is skipped, and may cause installation to fail. This does\nindeed happen when building the kolla bifrost container image.\n\nThis change skips the check when skip_bootstrap is true.\n\nChange-Id: I40ffb7aa816697e8fd42adf8229cb8689b9ce79b\n","web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/bifrost/commit/58800a1abb72143217290cc030a4c88b3dde738c"}],"resolve_conflicts_web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/bifrost/commit/58800a1abb72143217290cc030a4c88b3dde738c"}]},"branch":"refs/heads/master"}},"requirements":[],"submit_records":[],"submit_requirements":[]}
