Comment 9 for bug 1779801

Revision history for this message
Akihiro Motoki (amotoki) wrote :

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/1e98d017adf3d559c8b4d27770fa97a2db48a78a/requirements.txt#L23