RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1211587 - openstack-nova-compute fails to start because python-psutil is missing after installing with packstack
Summary: openstack-nova-compute fails to start because python-psutil is missing after ...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: RDO
Classification: Community
Component: openstack-nova
Version: trunk
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: Kilo
Assignee: Javier Peña
QA Contact: nlevinki
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-04-14 11:49 UTC by Itzik Brown
Modified: 2016-03-30 23:00 UTC (History)
10 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2016-03-30 23:00:39 UTC
Embargoed:


Attachments (Terms of Use)

Description Itzik Brown 2015-04-14 11:49:49 UTC
Description of problem:
After installation of RDO Kilo using packstack the service openstack-nova-compute fails to start:

nova-compute: Traceback (most recent call last):
nova-compute: File "/usr/bin/nova-compute", line 6, in <module>
nova-compute: from nova.cmd.compute import main
nova-compute: File "/usr/lib/python2.7/site-packages/nova/cmd/compute.py", line 32, in <module>
nova-compute: from nova.openstack.common.report import guru_meditation_report as gmr
nova-compute: File "/usr/lib/python2.7/site-packages/nova/openstack/common/report/guru_meditation_report.py", line 62, in <module>
nova-compute: from nova.openstack.common.report.generators import process as prgen
nova-compute: File "/usr/lib/python2.7/site-packages/nova/openstack/common/report/generators/process.py", line 23, in <module>
nova-compute: import psutil
nova-compute: ImportError: No module named psutil

After installing the package python-psutil and starting the service the service is started without errors.

Version-Release number of selected component (if applicable):
openstack-nova-compute-2015.1-dev124.el7.centos.noarch

How reproducible:


Steps to Reproduce:
1. Install Openstack Kilo using packstack
2. On compute node run systemctl status openstack-nova-compute and watch for the error
3.

Actual results:


Expected results:


Additional info:

Comment 1 Alan Pevec 2015-04-14 14:21:50 UTC
Fixed in https://review.gerrithub.io/230100


Note You need to log in before you can comment on or make changes to this bug.