Installing Juno in centos 7 [closed]
Have any one tried to install Juno in centos7. The centos7 comes with a python 2.7 version and while I am installing the openstack services I am getting dependency issues as shown below.
--> Finished Dependency Resolution
Error: Package: python-oslo-messaging-1.4.0.0-4.el7.centos.noarch (openstack-juno)
Requires: python-qpid
Error: Package: python-crypto2.6-2.6.1-1.el6.x86_64 (epel)
Requires: libgmp.so.3()(64bit)
Error: Package: python-oauthlib-0.6.0-4.el6.noarch (epel)
Requires: python(abi) = 2.6
Installed: python-2.7.5-16.el7.x86_64 (installed)
python(abi) = 2.7
python(abi) = 2.7
Error: Package: python-iso8601-0.1.10-1.el6.noarch (epel)
Requires: python(abi) = 2.6
Installed: python-2.7.5-16.el7.x86_64 (installed)
python(abi) = 2.7
python(abi) = 2.7
Error: Package: python-crypto2.6-2.6.1-1.el6.x86_64 (epel)
Requires: python(abi) = 2.6
Installed: python-2.7.5-16.el7.x86_64 (installed)
python(abi) = 2.7
python(abi) = 2.7
Error: Package: python-jsonschema-2.3.0-1.el6.noarch (epel)
Requires: python(abi) = 2.6
Installed: python-2.7.5-16.el7.x86_64 (installed)
python(abi) = 2.7
python(abi) = 2.7
Error: Package: python-dogpile-cache-0.5.4-1.el6.noarch (epel)
Requires: python(abi) = 2.6
Installed: python-2.7.5-16.el7.x86_64 (installed)
python(abi) = 2.7
python(abi) = 2.7
Error: Package: python-passlib-1.5.3-1.el6.noarch (epel)
Requires: python(abi) = 2.6
Installed: python-2.7.5-16.el7.x86_64 (installed)
python(abi) = 2.7
python(abi) = 2.7
Error: Package: python-kombu-1.1.3-2.el6.noarch (epel)
Requires: python(abi) = 2.6
Installed: python-2.7.5-16.el7.x86_64 (installed)
python(abi) = 2.7
python(abi) = 2.7
Error: Package: python-posix_ipc-0.9.8-1.el6.x86_64 (epel)
Requires: libpython2.6.so.1.0()(64bit)
Error: Package: python-posix_ipc-0.9.8-1.el6.x86_64 (epel)
Requires: python(abi) = 2.6
Installed: python-2.7.5-16.el7.x86_64 (installed)
python(abi) = 2.7
python(abi) = 2.7
Error: Package: python-anyjson-0.3.3-1.el6.noarch (epel)
Requires: python(abi) = 2.6
Installed: python-2.7.5-16.el7.x86_64 (installed)
python(abi) = 2.7
python(abi) = 2.7
Error: Package: python-dogpile-core-0.4.1-1.el6.noarch (epel)
Requires: python(abi) = 2.6
Installed: python-2.7.5-16.el7.x86_64 (installed)
python(abi) = 2.7
python(abi) = 2.7
Error: Package: python-crypto2.6-2.6.1-1.el6.x86_64 (epel)
Requires: libpython2.6.so.1.0()(64bit)
Error: Package: python-keystone-2014.2-0.4.b3.el7.centos.noarch (openstack-juno)
Requires: python-paste-deploy >= 1.5.0
Error: Package: python-keystone-2014.2-0.4.b3.el7.centos.noarch (openstack-juno)
Requires: python-routes >= 1.12
Error: Package: python-keyring-0.7-1.el6.noarch (epel)
Requires: python(abi) = 2.6
Installed: python-2.7.5-16.el7.x86_64 (installed)
python(abi) = 2.7
python(abi) = 2.7
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Have any one faced such issue.