Bug 844798 - stickshift-mcollective-agent has references to libra
Summary: stickshift-mcollective-agent has references to libra
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OKD
Classification: Red Hat
Component: Containers
Version: 2.x
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: ---
Assignee: Dan McPherson
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-07-31 20:01 UTC by Troy Dawson
Modified: 2015-05-14 22:57 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-02-05 17:14:25 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Troy Dawson 2012-07-31 20:01:11 UTC
Description of problem:
In gearchanger repo, useing grep I am able to find references to Libra in the source code.

According to US1972, there should no reference to libra in stickshift code.

Version-Release number of selected component (if applicable):
stickshift-mcollective-agent-0.1.1

How reproducible:
100%

Steps to Reproduce:
1. git clone https://github.com/openshift/crankcase.git
2. cd crankcase
3. grep -r -i libra *
  
Actual results:
mcollective/plugin/gearchanger-mcollective-plugin.spec:# Symlink into the ruby site library directories
mcollective/agent/src/stickshift.rb:      metadata    :name        => "Libra Management",
mcollective/agent/src/stickshift.rb:                  :description => "Agent to manage Libra services",


Expected results:
mcollective/plugin/gearchanger-mcollective-plugin.spec:# Symlink into the ruby site library directories

Additional info:

Comment 1 Jianwei Hou 2013-01-29 01:40:29 UTC
Crankcase is renamed to openshift-origin a long time ago, the stickshift is renamed to openshift, and the libra is renamed as well. This problem seems not exist now.

hjw@hjw origin-server$ grep -r -i libra *|grep agent
-- There is no match

So I'm moving this bug to verified.


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