Hide Forgot
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:
The --with-container-uuid option must be placed in the first place. See bug 1006236. Close this as not a bug.