Description of problem: The fix for rhbz#1209584 introduced a dependency on mariadb-server. When the package is installed using packstack, this is the output: 11:13:50 ERROR : Error appeared during Puppet run: 172.16.51.6_trove.pp 11:13:50 Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openstack-trove-api' returned 1: Error: mariadb-galera-server conflicts with 1:mariadb-server-5.5.41-2.el7_0.x86_64 11:13:50 You will find full trace in log /var/tmp/packstack/20150417-145916-bKDlLN/manifests/172.16.51.6_trove.pp.log 11:13:50 Please check log file /var/tmp/packstack/20150417-145916-bKDlLN/openstack-setup.log for more information The dependency should be on mariadb-galera-server (installed by packstack). Version-Release number of selected component (if applicable): openstack-trove-api-2014.2.3-2.el7ost.noarch (same for other trove packages) mariadb-5.5.41-2.el7_0.x86_64 mariadb-galera-common-5.5.41-2.el7ost.x86_64 mariadb-galera-server-5.5.41-2.el7ost.x86_64 mariadb-libs-5.5.41-2.el7_0.x86_64 openstack-packstack-2014.2-0.22.dev1468.gd049ea9.el7ost.noarch openstack-packstack-puppet-2014.2-0.22.dev1468.gd049ea9.el7ost.noarch openstack-puppet-modules-2014.2.15-1.el7ost.noarch puppet-3.6.2-2.el7.noarch
Should be mysql-server, not mariadb-server.
The packages (openstack-trove-{api,conductor,taskmanager}) now depend on mysql-server and can be successfully installed with other packages. python-trove-2014.2.3-3.el7ost.noarch openstack-trove-common-2014.2.3-3.el7ost.noarch openstack-trove-api-2014.2.3-3.el7ost.noarch openstack-trove-taskmanager-2014.2.3-3.el7ost.noarch openstack-trove-conductor-2014.2.3-3.el7ost.noarch
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-0928.html