Description of problem: Following the quick install guide (https://www.rdoproject.org/install/quickstart/) got error during packstack --allinone command execution: Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openstack-cinder' returned 1: Error: Package: 1:python-cinder-8.0.0-1.el7.noarch (openstack-mitaka) Version-Release number of selected component (if applicable): openstack-packstack-8.0.0-1.el7.noarch How reproducible: always Steps to Reproduce: 1. follow 4-lines instruction on https://www.rdoproject.org/install/quickstart/ for rhel Actual results: failed to install openstack Expected results: openstack is installed Additional info: cat /etc/yum.repos.d/rdo-* [openstack-mitaka] name=OpenStack Mitaka Repository baseurl=http://mirror.centos.org/centos/7/cloud/$basearch/openstack-mitaka/ gpgcheck=1 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud [openstack-mitaka-testing] name=OpenStack Mitaka Testing baseurl=http://buildlogs.centos.org/centos/7/cloud/$basearch/openstack-mitaka/ gpgcheck=0 enabled=0 cinder.pp.log: Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openstack-cinder' returned 1: Error: Package: 1:python-cinder-8.0.0-1.el7.noarch (openstack-mitaka) Requires: python-cheetah Error: Package: 7:device-mapper-event-1.02.107-5.el7.x86_64 (rhel-server) Requires: device-mapper = 7:1.02.107-5.el7 Installed: 7:device-mapper-1.02.107-5.el7_2.1.x86_64 (installed) device-mapper = 7:1.02.107-5.el7_2.1 Available: 7:device-mapper-1.02.107-5.el7.x86_64 (rhel-server) device-mapper = 7:1.02.107-5.el7
This bug is against a Version which has reached End of Life. If it's still present in supported release (http://releases.openstack.org), please update Version and reopen.
I suffered same issue. any workaround or solution? Thanks [root@g8 ~]# packstack --answer-file 01.08.16.conf Welcome to the Packstack setup utility Copying Puppet modules and manifests [ DONE ] Applying 192.168.1.99_prescript.pp 192.168.1.99_prescript.pp: [ DONE ] Applying 192.168.1.99_chrony.pp 192.168.1.99_chrony.pp: [ DONE ] Applying 192.168.1.99_amqp.pp Applying 192.168.1.99_mariadb.pp 192.168.1.99_amqp.pp: [ DONE ] 192.168.1.99_mariadb.pp: [ DONE ] Applying 192.168.1.99_apache.pp 192.168.1.99_apache.pp: [ DONE ] Applying 192.168.1.99_keystone.pp Applying 192.168.1.99_glance.pp Applying 192.168.1.99_cinder.pp 192.168.1.99_keystone.pp: [ DONE ] 192.168.1.99_glance.pp: [ DONE ] 192.168.1.99_cinder.pp: [ ERROR ] Applying Puppet manifests [ ERROR ] ERROR : Error appeared during Puppet run: 192.168.1.99_cinder.pp Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openstack-cinder' returned 1: Error: Package: 1:python-cinder-8.0.0-1.el7.noarch (openstack-mitaka) You will find full trace in log /var/tmp/packstack/20160802-232502-8KSVZc/manifests/192.168.1.99_cinder.pp.log Please check log file /var/tmp/packstack/20160802-232502-8KSVZc/openstack-setup.log for more information Additional information: * Warning: NetworkManager is active on 192.168.1.99. OpenStack networking currently does not work on systems that have the Network Manager service enabled. * File /root/keystonerc_admin has been created on OpenStack client host 192.168.1.99. To use the command line tools you need to source the file. * NOTE : A certificate was generated to be used for ssl, You should change the ssl certificate configured in /etc/httpd/conf.d/ssl.conf on 192.168.1.99 to use a CA signed cert. * To access the OpenStack Dashboard browse to https://192.168.1.99/dashboard .
Current mitaka version does not have this problem