Bug 1021226

Summary: Nova Cert service failed to start due to missing hard dependency
Product: Red Hat OpenStack Reporter: Nir Magnezi <nmagnezi>
Component: openstack-novaAssignee: David Ripton <dripton>
Status: CLOSED DUPLICATE QA Contact: Ami Jeain <ajeain>
Severity: high Docs Contact:
Priority: unspecified    
Version: 4.0CC: dallan, hateya, ndipanov, nobody, xqueralt, yeylon
Target Milestone: ---   
Target Release: 4.0   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-10-30 10:26:48 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:
Attachments:
Description Flags
nova cert log none

Description Nir Magnezi 2013-10-20 13:54:50 UTC
Description of problem:
=======================
I installed nova-cert service as a standalone node (Via packstack).
It fails to start with a missing import:

 ImportError: No module named cinderclient

Version-Release number of selected component (if applicable):
=============================================================
puddle: 2013-10-15.1

openstack-nova-common-2013.2-0.25.rc1.el6ost.noarch
openstack-nova-cert-2013.2-0.25.rc1.el6ost.noarch

How reproducible:
=================
Always

Steps to Reproduce:
===================
1. Install OpenStack via packstack, Make sure that the node you configure to run nova-cert service is only used with CONFIG_NOVA_CERT_HOST.

2. Via CLI, check nova-cert service status:
   # service openstack-nova-cert status

3. Check nova-cert log

Actual results:
===============
nova-cert status:
openstack-nova-cert dead but pid file exists

nova-cert log:

2013-10-20 16:37:56.590 7430 CRITICAL nova [-] No module named cinderclient

Expected results:
=================
nova-cert should be up and running post installation.

Additional Info:
================
To work around the issue:
1. install python-cinderclient
   # yum install python-cinderclient

2. and restarted the nova-cert service.
   # service openstack-nova-cert restart

Comment 1 Nir Magnezi 2013-10-20 13:56:17 UTC
Created attachment 814221 [details]
nova cert log

Comment 3 Xavier Queralt 2013-10-30 10:26:48 UTC
This bug is caused by the same problem in bug 1021405, closing as a duplicate.

*** This bug has been marked as a duplicate of bug 1021405 ***