Bug 1281307

Summary: openstack-status command does not exist on compute node
Product: Red Hat OpenStack Reporter: Eran Kuris <ekuris>
Component: openstack-packstackAssignee: Martin Magr <mmagr>
Status: CLOSED NOTABUG QA Contact: yeylon <yeylon>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 8.0 (Liberty)CC: aortega, ichavero, srevivo, 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: 2015-12-03 08:52:00 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
answer file none

Description Eran Kuris 2015-11-12 09:40:39 UTC
Created attachment 1093095 [details]
answer file

Description of problem:
Install OSP-8 with packstack 2 nodes environment, IN compute node the command openstack-status  does not exist. When I checked I found that openstack-utils-2014.2-1.el7ost.noarch package didn't installed on compute node.
the output in compute node : 
rpm -qf `which openstack-status`
/usr/bin/which: no openstack-status in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin)

output in controller:
 rpm -qf `which openstack-status`
openstack-utils-2014.2-1.el7ost.noarch

Version-Release number of selected component (if applicable):
openstack-utils-2014.2-1.el7ost.noarch
# rpm -qa |grep packstack
openstack-packstack-puppet-7.0.0-0.7.dev1661.gaf13b7e.el7ost.noarch
openstack-packstack-7.0.0-0.7.dev1661.gaf13b7e.el7ost.noarch


Steps to Reproduce:
1.install 2 nodes OSP env with packstack
2.
3.

Actual results:


Expected results:


Additional info:

Comment 2 Ivan Chavero 2015-12-03 08:52:00 UTC
the package openstack-utils is not a dependency of openstack-nova that's why you don't have it on the compute node.