| Summary: | [fork][origin_ui_99] Error message output when add member with both login and ids | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | weiwei jiang <wjiang> |
| Component: | oc | Assignee: | Clayton Coleman <ccoleman> |
| Status: | CLOSED NOTABUG | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | CC: | wsun |
| 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-09-27 02:51:14 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
weiwei jiang
2013-09-26 07:57:57 UTC
--ids is actually a flag (it doesn't take an argument) so when you say rhc member add yujzhang --ids 5243a1ca1df48bd9dd0000e6 you're actually doing: rhc member add yujzhang 5243a1ca1df48bd9dd0000e6 --ids and both values are treated as ids. That's why the message is "There is no account with identifier ..." rather than "There is no account with login ..." |