Bug 1294494

Summary: No module named mistralclient.api
Product: Red Hat OpenStack Reporter: Ronnie Rasouli <rrasouli>
Component: openstack-heatAssignee: Zane Bitter <zbitter>
Status: CLOSED DUPLICATE QA Contact: Amit Ugol <augol>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 8.0 (Liberty)CC: mburns, rhel-osp-director-maint, sbaker, shardy, yeylon
Target Milestone: ---   
Target Release: 8.0 (Liberty)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-01-04 16:36:15 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 Ronnie Rasouli 2015-12-28 13:29:00 UTC
Description of problem:

Deployment fails with error, in controller heat-engine.log there are errors of missing mistral module 

Version-Release number of selected component (if applicable):

RHOS8 release 2015-12-03-1

heat-cfntools-1.2.8-2.el7.noarch
openstack-heat-engine-5.0.0-1.el7ost.noarch
python-heatclient-0.8.0-1.el7ost.noarch
openstack-heat-api-cfn-5.0.0-1.el7ost.noarch
openstack-heat-common-5.0.0-1.el7ost.noarch
openstack-heat-api-cloudwatch-5.0.0-1.el7ost.noarch
openstack-heat-api-5.0.0-1.el7ost.noarch

How reproducible:

100%

Steps to Reproduce:
1. deploy rhos8 by the procedure detailed: http://file.tlv.redhat.com/~rrasouli/rhos8
2.overcloud post deploy failed code 6, login to the one of the HA controllers
3.look for errors in /var/log/heat* log

Actual results:

Deployment failed

Expected results:

Pre and post deployment should pass, no errors of missing modules.

Additional info:
2015-12-28 03:49:26.476 4825 ERROR stevedore.extension [-] Could not load 'mistral': No module named mistralclient.api
2015-12-28 03:49:26.478 4825 ERROR stevedore.extension [-] No module named mistralclient.api
2015-12-28 03:49:26.478 4825 ERROR stevedore.extension Traceback (most recent call last):
2015-12-28 03:49:26.478 4825 ERROR stevedore.extension   File "/usr/lib/python2.7/site-packages/stevedore/extension.py", line 162, in _load_plugins
2015-12-28 03:49:26.478 4825 ERROR stevedore.extension     verify_requirements,
2015-12-28 03:49:26.478 4825 ERROR stevedore.extension   File "/usr/lib/python2.7/site-packages/stevedore/enabled.py", line 67, in _load_one_plugin
2015-12-28 03:49:26.478 4825 ERROR stevedore.extension     verify_requirements,
2015-12-28 03:49:26.478 4825 ERROR stevedore.extension   File "/usr/lib/python2.7/site-packages/stevedore/extension.py", line 185, in _load_one_plugin
2015-12-28 03:49:26.478 4825 ERROR stevedore.extension     plugin = ep.load(require=verify_requirements)
2015-12-28 03:49:26.478 4825 ERROR stevedore.extension   File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2260, in load
2015-12-28 03:49:26.478 4825 ERROR stevedore.extension     entry = __import__(self.module_name, globals(),globals(), ['__name__'])
2015-12-28 03:49:26.478 4825 ERROR stevedore.extension   File "/usr/lib/python2.7/site-packages/heat/engine/clients/os/mistral.py", line 14, in <module>
2015-12-28 03:49:26.478 4825 ERROR stevedore.extension     from mistralclient.api import base as mistral_base
2015-12-28 03:49:26.478 4825 ERROR stevedore.extension ImportError: No module named mistralclient.api

Comment 2 Ronnie Rasouli 2015-12-28 14:53:49 UTC
*** Bug 1294493 has been marked as a duplicate of this bug. ***

Comment 3 Zane Bitter 2016-01-04 16:36:15 UTC

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