On 2026-02-10 08:12:36 -0800 (-0800), Clark Boylan wrote:
On Tue, Feb 10, 2026, at 1:32 AM, Marco Favero wrote: [...]
Reading at documentation I think I have to submit the patch for the review.
I committed the change with the old Change-Id, I created a opendev account and I generated my HTTP Password.
I can't perform the git review:
# git review Username for 'https://opendev.org': <my user> Password for 'https://<my user>@opendev.org': remote: Failed to authenticate user fatal: Authentication failed for 'https://opendev.org/openstack/ansible-collections-openstack.git/'
Could you help me?
It looks like you are trying to push to https://opendev.org rather than review.opendev.org. The gitea instance at opendev.org does not accept pushes you need to push to Gerrit at review.opendev.org instead. The .gitreview configuration file for that repo is configured to use review.opendev.org and SSH (not HTTPS) here https://opendev.org/openstack/ansible-collections-openstack/src/branch/maste... Do you know why your gerrit remote is set to https://opendev.org? [...]
Also, what documentation were you reading? It would be good to go over The OpenStack Contributor Guide in its entirety, but in particular the Using Gerrit section at https://docs.openstack.org/contributors/code-and-documentation/using-gerrit.... covers what you want to do, including a subsection for Checking Out Others' Changes. -- Jeremy Stanley