| Summary: | Should give a meaningful message when using 'oo-app-create' with some required options missing | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | zhaozhanqi <zzhao> |
| Component: | Containers | Assignee: | Michal Fojtik <mfojtik> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | CC: | mfojtik, xtian |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-08-29 12:54: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: | |
|
Description
zhaozhanqi
2013-08-22 09:33:51 UTC
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/0bedf0b06ce12185aef877cd28849e6c74d3eac5 Bug 999859 - Check required arguments for oo-app-create command Tested this issue on devenv_3716, it has been fixed
oo-app-create --with-app-uuid 271328262351287679451152 --with-container-uuid 271328262351287679451152
ERROR: Missing required --with-app-name argument
== Synopsis
/usr/bin/oo-app-create: Creates a new application container.
This command must be run as root.
== Usage
/usr/bin/oo-app-create --with-app-uuid e335712492e011e1bae700262df50034 \
--with-container-uuid 1c3a5f7a92e111e188d800262df50034 \
--with-namespace mydomain \
--with-app-name myapp
|