juno installation error on RHEL 7
Hi,
This command is throwing following error. Commands before that are working. Its a licensed RHEL.
Doc that im following is here.
yum install openstack-keystone python-keystoneclient
Error:
---> Package python-pycadf.noarch 0:0.6.0-2.el7.centos will be installed
--> Processing Dependency: python-webob >= 1.2.3 for package: python-pycadf-0.6.0-2.el7.centos.noarch
--> Finished Dependency Resolution
Error: Package: python-eventlet-0.15.2-1.el7.noarch (openstack-juno)
Requires: python-greenlet
Error: Package: python-pycadf-0.6.0-2.el7.centos.noarch (openstack-juno)
Requires: python-webob >= 1.2.3
Error: Package: python-keystonemiddleware-1.2.0-1.el7.centos.noarch (openstack-juno)
Requires: python-webob
Error: Package: python-keystone-2014.2-0.6rc2.el7.centos.noarch (openstack-juno)
Requires: python-webob >= 1.2.3
Error: Package: 1:python-keystoneclient-0.11.1-1.el7.centos.noarch (openstack-juno)
Requires: python-webob
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
If this is licensed RHEL, maybe you should be following instructions from Red Hat? They might be more helpful in the context of a RHEL 7 system. I think you may need to enable additional repositories.
What repos do I have to enable? I ran the command using --enablerepo=epel too but it didnt help. I guess if it has proven to work well with Centos 7, it should work with RHEL 7 too !!
Hi, colossal, I follow the http://docs.openstack.org/trunk/install-guide/install/yum/content/ch_basic_environment.html#basics-packages (this) doc to configure OpenStack packages, and it works. And you can use openstack-packstack to simplify the installation