Well, we can’t mention every reported bug in release notes, can we? The mentioned patch is getting merged right now. Best regards, Michal
On 19 Mar 2024, at 18:11, Satish Patel <satish.txt@gmail.com> wrote:
Hmm interesting, why didn't we have this in release notes or upgrade notes that are aware of error?
When do you think it will merge so I can perform an upgrade?
On Tue, Mar 19, 2024 at 2:27 AM Michał Nasiadka <mnasiadka@gmail.com <mailto:mnasiadka@gmail.com>> wrote:
Hi Satish,
It’s a bug in kolla-ansible - there is a patch up for reviews here: https://review.opendev.org/c/openstack/kolla-ansible/+/912452
Cheers,
Michał Nasiadka mnasiadka@gmail.com <mailto:mnasiadka@gmail.com>
W dniu wt., 19.03.2024 o 06:16 Satish Patel <satish.txt@gmail.com <mailto:satish.txt@gmail.com>> napisał(a):
Folks,
I am trying to upgrade kolla-ansible deployment from 2023.1 to 2023.2. During upgrade encounter this error
TASK [service-ks-register : cinder | Granting user roles] ******************************************************************************* FAILED - RETRYING: [os-ctrl1]: cinder | Granting user roles (5 retries left). FAILED - RETRYING: [os-ctrl1]: cinder | Granting user roles (4 retries left). FAILED - RETRYING: [os-ctrl1]: cinder | Granting user roles (3 retries left). FAILED - RETRYING: [os-ctrl1]: cinder | Granting user roles (2 retries left). FAILED - RETRYING: [os-ctrl1]: cinder | Granting user roles (1 retries left). failed: [os-ctrl1] (item=cinder -> service -> service) => {"action": "os_user_role", "ansible_loop_var": "item", "attempts": 5, "changed": false, "extra_data": {"data": null, "details": null, "response": "None"}, "item": {"project": "service", "role": "service", "user": "cinder"}, "msg": "No Role found for service"}
As per release notes [1] I have noticed it requires a service account but not sure what I have to add in config.
[1] https://docs.openstack.org/releasenotes/kolla-ansible/2023.2.html#relnotes-1...