Hi Team,

As stated in the previous mail I executed the upgrade command for 11.0.0, the command I gave was an example. The actual command I executed is below:
"pip install --upgrade kolla-ansible==11.0.0"

Still, the error was there.

Regards
Richa Gupta

On Sat, Jul 17, 2021 at 12:25 AM Radosław Piliszek <radoslaw.piliszek@gmail.com> wrote:
On Fri, Jul 16, 2021 at 8:29 PM Richa Gupta <gricha.1888@gmail.com> wrote:
>
> Hi Team,

Hello Richa,

> I installed Kolla-Ansible release 12.0.0, i.e. wallaby on multinode setup, and then downgraded Kolla-Ansible to release 11.0.0, i.e. Victoria, following the below-mentioned link:
>
> https://docs.openstack.org/kolla-ansible/latest/user/operating-kolla.html
>
> I downgraded Kolla-Ansible by running the command "pip install --upgrade kolla-ansible==6.0.0" and, changing "openstack_release: victoria" in globals.yml. But, "kolla-ansible upgrade" failed with the below error (Error also attached in the mail)  :

Well, you downgraded to version 6, instead of 11.
Try something like this instead:
pip install --upgrade "kolla-ansible<12.0"

Also, notice, while downgrading kolla ansible itself is usually just
fine, there is no downgrade procedure for a deployment.

-yoctozepto