Package installation on Fedora/RHEL/CentOS guest is broken

Bug #1383111 reported by Sergey Gotliv
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OpenStack DBaaS (Trove)
Fix Released
Medium
Sergey Gotliv

Bug Description

Trove's RedhatPackagerMixin using following command to install relevant packages on Fedora/RHEL/CentOS:

cmd = "sudo yum --color=never -y install %s" % packages

Type of "packages" variable was recently changed from string to list, so now command looks like:

sudo yum --color=never -y install [u'mysql-server']

instead of

sudo yum --color=never -y install mysql-server

Sergey Gotliv (sgotliv)
Changed in trove:
assignee: nobody → Sergey Gotliv (sgotliv)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to trove (master)

Fix proposed to branch: master
Review: https://review.openstack.org/129523

Changed in trove:
status: New → In Progress
Changed in trove:
importance: Undecided → Medium
milestone: none → kilo-1
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to trove (master)

Reviewed: https://review.openstack.org/129523
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=045166e6641bb2e4e6a0c9d8c94910532b8eab59
Submitter: Jenkins
Branch: master

commit 045166e6641bb2e4e6a0c9d8c94910532b8eab59
Author: Sergey Gotliv <email address hidden>
Date: Sun Oct 19 21:24:37 2014 +0300

    Yum install should get a list of packages as a string

    Closes-bug: #1383111
    Change-Id: I6597dae7bf5ae61d1dc230c41ebe15b832d4618f

Changed in trove:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in trove:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in trove:
milestone: kilo-1 → 2015.1.0
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.