)]}'
{"id":"openstack%2Ftempest~672702","triplet_id":"openstack%2Ftempest~master~I1bc8aec563f4f7920c555298896271e1e7111818","project":"openstack/tempest","branch":"master","topic":"bug/1821912","hashtags":[],"change_id":"I1bc8aec563f4f7920c555298896271e1e7111818","subject":"Use password as fallback option during SSH to instance","status":"ABANDONED","created":"2019-07-25 11:38:20.000000000","updated":"2019-07-25 14:54:43.000000000","total_comment_count":0,"unresolved_comment_count":0,"has_review_started":true,"meta_rev_id":"adf9864d50d14882495534522eee87a1113d226f","_number":672702,"virtual_id_number":672702,"owner":{"_account_id":11975,"name":"Slawek Kaplonski","email":"skaplons@redhat.com","username":"slaweq"},"actions":{},"labels":{"Verified":{"all":[{"_account_id":11975,"name":"Slawek Kaplonski","email":"skaplons@redhat.com","username":"slaweq"}],"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":{"all":[{"value":0,"permitted_voting_range":{"min":-1,"max":1},"_account_id":11975,"name":"Slawek Kaplonski","email":"skaplons@redhat.com","username":"slaweq"}],"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":"","default_value":0,"optional":true},"Workflow":{"rejected":{"_account_id":11975,"name":"Slawek Kaplonski","email":"skaplons@redhat.com","username":"slaweq"},"all":[{"value":-1,"date":"2019-07-25 11:38:34.000000000","permitted_voting_range":{"min":-1,"max":0},"_account_id":11975,"name":"Slawek Kaplonski","email":"skaplons@redhat.com","username":"slaweq"}],"values":{"-1":"Work in progress"," 0":"Ready for reviews","+1":"Approved"},"description":"","default_value":0,"optional":true},"Review-Priority":{"all":[{"value":0,"permitted_voting_range":{"min":0,"max":2},"_account_id":11975,"name":"Slawek Kaplonski","email":"skaplons@redhat.com","username":"slaweq"}],"values":{"-1":"Release Freeze"," 0":"No Priority","+1":"Important Change","+2":"Gate Blocker Fix / Urgent Change"},"description":"","default_value":0,"optional":true}},"removable_reviewers":[],"reviewers":{"REVIEWER":[{"_account_id":11975,"name":"Slawek Kaplonski","email":"skaplons@redhat.com","username":"slaweq"}]},"pending_reviewers":{},"reviewer_updates":[],"messages":[{"id":"3a5e09b475745932a2fa975476975a229857f855","author":{"_account_id":11975,"name":"Slawek Kaplonski","email":"skaplons@redhat.com","username":"slaweq"},"date":"2019-07-25 11:38:20.000000000","message":"Uploaded patch set 1.","accounts_in_message":[],"_revision_number":1},{"id":"48c3933fa4d242ac1ec7189a9d3773991bd9b18d","author":{"_account_id":11975,"name":"Slawek Kaplonski","email":"skaplons@redhat.com","username":"slaweq"},"date":"2019-07-25 11:38:34.000000000","message":"Patch Set 1: Workflow-1","accounts_in_message":[],"_revision_number":1},{"id":"eba4c6dfc9e72426079f6edc51f55e7ede11d0b9","author":{"_account_id":11975,"name":"Slawek Kaplonski","email":"skaplons@redhat.com","username":"slaweq"},"date":"2019-07-25 14:54:43.000000000","message":"Abandoned\n\nAs can be seen in http://logs.openstack.org/03/672303/1/check/neutron-tempest-plugin-dvr-multinode-scenario-rocky/d71f994/testr_results.html.gz such solution will not work","accounts_in_message":[],"_revision_number":1}],"current_revision_number":1,"current_revision":"d1acc102d11973af04a21a5e90a25183ed5d5a47","revisions":{"d1acc102d11973af04a21a5e90a25183ed5d5a47":{"kind":"REWORK","_number":1,"created":"2019-07-25 11:38:20.000000000","uploader":{"_account_id":11975,"name":"Slawek Kaplonski","email":"skaplons@redhat.com","username":"slaweq"},"ref":"refs/changes/02/672702/1","fetch":{"anonymous http":{"url":"https://review.opendev.org/openstack/tempest","ref":"refs/changes/02/672702/1","commands":{"Checkout":"git fetch https://review.opendev.org/openstack/tempest refs/changes/02/672702/1 \u0026\u0026 git checkout FETCH_HEAD","Cherry Pick":"git fetch https://review.opendev.org/openstack/tempest refs/changes/02/672702/1 \u0026\u0026 git cherry-pick FETCH_HEAD","Format Patch":"git fetch https://review.opendev.org/openstack/tempest refs/changes/02/672702/1 \u0026\u0026 git format-patch -1 --stdout FETCH_HEAD","Pull":"git pull https://review.opendev.org/openstack/tempest refs/changes/02/672702/1"}}},"commit":{"parents":[{"commit":"e1353a88b79aa80ed85edcc75f46a7e67f3a5669","subject":"Merge \"tempest cleanup should use keystone v3 client\"","web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/tempest/commit/e1353a88b79aa80ed85edcc75f46a7e67f3a5669"}]}],"author":{"name":"Slawek Kaplonski","email":"skaplons@redhat.com","date":"2019-07-25 11:37:28.000000000","tz":120},"committer":{"name":"Slawek Kaplonski","email":"skaplons@redhat.com","date":"2019-07-25 11:37:28.000000000","tz":120},"subject":"Use password as fallback option during SSH to instance","message":"Use password as fallback option during SSH to instance\n\nAs we have some known issues with configuring ssh key on\nthe instance using metadata service (see related bugs) maybe\nusing password as fallback authentication method while\nssh to the cirros based vms will help to make our CI jobs more\ngreen.\n\nChange-Id: I1bc8aec563f4f7920c555298896271e1e7111818\nRelated-Bug: #1821912\nRelated-Bug: #1836642\n","web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/tempest/commit/d1acc102d11973af04a21a5e90a25183ed5d5a47"}],"resolve_conflicts_web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/tempest/commit/d1acc102d11973af04a21a5e90a25183ed5d5a47"}]},"parents_data":[{"branch_name":"refs/heads/master","commit_id":"e1353a88b79aa80ed85edcc75f46a7e67f3a5669","is_merged_in_target_branch":true}],"branch":"refs/heads/master"}},"requirements":[],"submit_records":[],"submit_requirements":[]}
