Bug 1021226 - Nova Cert service failed to start due to missing hard dependency
Summary: Nova Cert service failed to start due to missing hard dependency
Keywords:
Status: CLOSED DUPLICATE of bug 1021405
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-nova
Version: 4.0
Hardware: Unspecified
OS: Linux
unspecified
high
Target Milestone: ---
: 4.0
Assignee: David Ripton
QA Contact: Ami Jeain
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-20 13:54 UTC by Nir Magnezi
Modified: 2019-09-09 17:13 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-10-30 10:26:48 UTC
Target Upstream Version:


Attachments (Terms of Use)
nova cert log (5.02 KB, text/plain)
2013-10-20 13:56 UTC, Nir Magnezi
no flags Details

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 ***


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