Bug 1026710

Summary: oo-devel-node does not accept -with-container-uuid parameter
Product: OpenShift Online Reporter: Oleg Fayans <ofayans>
Component: ContainersAssignee: Jhon Honce <jhonce>
Status: CLOSED NOTABUG QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: unspecified    
Version: 1.xCC: amarecek, bmeng, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-05 10:10:43 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:

Description Oleg Fayans 2013-11-05 09:42:33 UTC
Description of problem:


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

AMI_ID: ami-8d8ed6e4
How reproducible:
Always

Steps to Reproduce:
1. ssh to the broker. Issue the following command:
oo-devel-node app-create --with-namespace case247269 --with-app-name case247269 --with-app-uuid 999999999999999999999999 --with-container-uuid 999999999999999999999999


Actual results:

[root@ip-10-165-16-101 ~]# oo-devel-node app-create --with-namespace case247269 --with-app-name case247269 --with-app-uuid 999999999999999999999999 --with-container-uuid 999999999999999999999999
Missing --with-container-uuid UUID

Usage: oo-devel-node app-create --with-container-uuid UUID --with-namespace NAMESPACE \
     --with-app-uuid UUID --with-app-name NAME --with-secret-token TOKEN \
     [--with-uid UID] [--with-container-name NAME] \
     [--with-quota-blocks BLOCKS] [--with-quota-files FILES]

Expected results:
The command should be executed successfully

Additional info:

Comment 1 Meng Bo 2013-11-05 10:10:43 UTC
The --with-container-uuid option must be placed in the first place.

See bug 1006236.

Close this as not a bug.