The issue happens due to the confusion around zuul v3 migration.
The situation has changed since then according to the mailing list discussion.
python packages are installed based on requirements.txt of the project now, so appropriate dependencies of your project should be declared in requirements.txt in your project.
For example, neutron-vpnaas declares neutron 13.0.0.0b2 (rocky-2) [1].
Considering the above, there is nothing to do in the neutron side. I am marking this bug as Invalid (in neutron).
The issue happens due to the confusion around zuul v3 migration.
The situation has changed since then according to the mailing list discussion.
python packages are installed based on requirements.txt of the project now, so appropriate dependencies of your project should be declared in requirements.txt in your project.
For example, neutron-vpnaas declares neutron 13.0.0.0b2 (rocky-2) [1].
Considering the above, there is nothing to do in the neutron side. I am marking this bug as Invalid (in neutron).
[1] https:/ /github. com/openstack/ neutron- vpnaas/ blob/1e98d017ad f3d559c8b4d2777 0fa97a2db48a78a /requirements. txt#L23