I'm hitting a problem with the upper_constraints file that devstack uses when installing (on CentOS).
This file is built at runtime? Does anyone know how I can edit this file?
My problem is that the upper_constraints.txt
sets libvirt-python===3.10.0
. I've installed the latest version of libvirt-python
which is 4.10.0.
When I try to install 3.10.0, I'm hitting a wheel error.
If I can change the upper_constraints to go with the later version, I may be able to get around this issue but don't see where I can edit it (no point editing the file as it's dynamically built). Any help appreciated.