Bug 1006401

Summary: explicit check for pymongo is incorrect
Product: [Community] RDO Reporter: Pádraig Brady <pbrady>
Component: openstack-puppet-modulesAssignee: Martin Magr <mmagr>
Status: CLOSED CURRENTRELEASE QA Contact: yeylon <yeylon>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: srevivo, whayutin
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: openstack-packstack-2013.2.1-0.9.dev756 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-30 23:11:49 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Pádraig Brady 2013-09-10 14:41:52 UTC
The ceilometer module checks that the pymongo package is installed on RHEL.
It really should be checking for what provides pymongo,
and the installed python-pymongo package would satisfy that.

So to avoid http://projects.puppetlabs.com/issues/5831 just
avoid 'pymongo' disparity on RHEL.

Note for >= Havana python-pymongo will be available.

Comment 2 Pádraig Brady 2013-09-10 16:14:56 UTC
*** Bug 1006422 has been marked as a duplicate of this bug. ***