On Tue, Feb 10, 2026, at 1:32 AM, Marco Favero wrote:
Hello, I see that a patch for "flavor change" exists already:
https://review.opendev.org/c/openstack/ansible-collections-openstack/+/84505...
It was abandoned, but I asked to reopen it. Unfortunately after some years the patch needs to be rebased.
I have done this work and I have tested it in my cloud.
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? I would probably delete the gerrit git remote and then rerun git review -s so that it can configure an SSH remote to review.opendev.org that you can push to.
Thank you Kind Regards Marco