I'm trying to run a legacy code written for OpenStack Kilo, in order to migrate it to newer versions of OpenStack. I mostly need Nova, Neutron and Placement of that version in order to test the code.
So far, I tried to install Kilo using RDO on Fedora 33 (there was no DevStack of Kilo) using packstack
from the rpm:
rdo-release-kilo-2.noarch.rpm
from here, but running:
rpm –iv rdo-release-kilo-2.noarch.rpm
and then:
(sudo) dnf install openstack-packstack
I get the error:
Error: Faild to download metadata for repo "openstack-kilo" : Cannot download repond.xml ... All mirrors were tried
I guess that since Kilo is at End-Of-Life status, the repository isn't alive. However, in order to test the original code (which is heavily depended on the fact it was written for versions Kilo and older) I really need to get a working installation of OpenStack of that version.
Is there any way to install it on a VM these days? (preferably a simple installation since I don't need a fancy configuration of OpenStack).