Hi All,
I am getting the below issue while trying to install openstack-packstack on Fedora 21. Can anyone please let me know what might be the cause and its solution? Thanks in advance for your support.
Used the below procedures
a) systemctl disable firewalld
b) systemctl disable NetworkManager
c) systemctl enable network
d) setenforce permissive
e) Set SELINUX=permissive in /etc/selinux/config.
[root@localhost ~]# grep permissive /etc/sysconfig/selinux
# permissive - SELinux prints warnings instead of enforcing.
SELINUX=permissive
[root@localhost ~]#
f) Set the BOOTPROTO to static in /etc/sysconfig/network-scripts/ifcfg-enp3s0f0
g) yum update –y
i) yum install -y openstack-packstack
Dependencies Resolved
=============================================================================================================================================================================================================================================
Package Arch Version Repository Size
=============================================================================================================================================================================================================================================
Installing:
openstack-packstack noarch 2014.1.1-0.28.dev1238.fc21 fedora 204 k
Installing for dependencies:
openstack-packstack-puppet noarch 2014.1.1-0.28.dev1238.fc21 fedora 46 k
openstack-puppet-modules noarch 1:8.0.0-1.el7 openstack-mitaka 3.1 M
python-netaddr noarch 0.7.18-1.el7 openstack-mitaka 1.3 M
Transaction Summary
=============================================================================================================================================================================================================================================
Install 1 Package (+3 Dependent packages)
Total size: 4.6 M
Installed size: 19 M
Downloading packages:
Running transaction check
Running transaction test
Transaction check error:
file /usr/share/openstack-puppet/modules/remote/lib/puppet/provider/remote_database/mysql.rb conflicts between attempted installs of openstack-puppet-modules-1:8.0.0-1.el7.noarch and openstack-packstack-puppet-2014.1.1-0.28.dev1238.fc21.noarch
file /usr/share/openstack-puppet/modules/remote/lib/puppet/type/remote_database_user.rb conflicts between attempted installs of openstack-puppet-modules-1:8.0.0-1.el7.noarch and openstack-packstack-puppet-2014.1.1-0.28.dev1238.fc21.noarch
file /usr/share/openstack-puppet/modules/remote/manifests/params.pp conflicts between attempted installs of openstack-puppet-modules-1:8.0.0-1.el7.noarch and openstack-packstack-puppet-2014.1.1-0.28.dev1238.fc21.noarch
Error Summary
-------------
[root@localhost ~]#
Regards,
Chinmaya