Hi all.
I have centos/7 on a VM Virtualbox... I want to install all the openstack python clients (nova, swift etc).
I installed
yum install centos-release-openstack-queens
and all good but when I try to install one client I have the following error:
yum install python-swiftclient
<SNIP>
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* updates: centos.mirrors.psw.services
centos-ceph-luminous | 2.9 kB 00:00:00
centos-openstack-queens | 2.9 kB 00:00:00
Trying other mirror.
To address this issue please refer to the below wiki article
<SNIP>
Now the only way to install the package (or any other) is to disable that repo
yum-config-manager --disable centos-qemu-ev
then I can install the client...
Any idea?
--