Bug 817018

Summary: Get warning message while creating app with --enable-jenkins
Product: OKD Reporter: jizhao
Component: ocAssignee: Clayton Coleman <ccoleman>
Status: CLOSED DUPLICATE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 2.xCC: mpatel, pruan, szhou
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-04-27 17:29:22 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 jizhao 2012-04-27 12:56:41 UTC
Description of problem:
Create an app using --enable-jenkins option.

Version-Release number of selected component (if applicable):
rhc-0.92.1-1.el6_2.noarch

How reproducible:
Always

Steps to Reproduce:
1.Create app using --enable-jenkins option
$ rhc app create -a app1 -t ruby-1.8 --enable-jenkins -d
2.
3.
  
Actual results:
<-----------output------------->
19:56:32 INFO | OPENSHIFT:Confirming application 'jenkins' is available
19:56:32 INFO | OPENSHIFT:  Attempt # 1
19:56:34 INFO | OPENSHIFT:/usr/lib/ruby/gems/1.8/gems/rhc-0.92.1/lib/rhc-common.rb:411: warning: redefining constant Struct::FakeResponse
19:57:00 INFO | OPENSHIFT:ESC[0KConfirming application 'jenkins' is available:  Success!
<------------------------------>


Expected results:
There shouldn't be any warning message.

Additional info:

Comment 1 Peter Ruan 2012-04-27 17:29:22 UTC

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