Bug 826471

Summary: The old rhc command such as "rhc-create-app" and "rhc-create-domain" don't create the missing directory like ".openshift".
Product: OKD Reporter: yquan <yquan>
Component: ocAssignee: Clayton Coleman <ccoleman>
Status: CLOSED DUPLICATE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: high    
Version: 2.xCC: ffranz, rmillner
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-05-30 20:38:39 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 yquan 2012-05-30 09:46:09 UTC
Description of problem:
The old command such as "rhc-create-app" and "rhc-create-domain" don't create the missing directory like ".openshift".

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

How reproducible:
always.

Steps to Reproduce:
1.Use command "rhc setup" and input the information.
2.Remove the sshkey and .openshift directory.
3.use command"rhc-create-app" and "rhc-create-domain"
  
Actual results:
It doesn't recreate the .openshift directory.

Expected results:
It should like the command "rhc domain create" and "rhc app create",will have "rhc setup" step.

Additional info:

Comment 1 Rob Millner 2012-05-30 16:49:56 UTC
I believe the underlying problem is that ~/.openshift/express.conf is now required, commands will fail if it doesn't exist.

Comment 2 Fabiano Franz 2012-05-30 20:38:39 UTC

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