| Summary: | Improper errors message when deleting domains which contains applications via rhc. | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Liang Xia <lxia> |
| Component: | oc | Assignee: | Jordan Liggitt <jliggitt> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 2.x | CC: | jliggitt |
| 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: | 2014-01-24 03:29:30 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
Liang Xia
2013-11-11 11:10:43 UTC
Added --force option. Will merge in https://github.com/openshift/rhc/pull/504 Commit pushed to master at https://github.com/openshift/rhc https://github.com/openshift/rhc/commit/bbcb511e56131008c9c6379e5861f679b6ffd77c Bug 1028963: Add --force option to delete-domain Verified on devenv_4018. # rhc domain delete ccc Deleting domain 'ccc' ... Domain contains applications. Delete applications first or set force to true. # rhc domain delete ccc --force Deleting domain 'ccc' ... deleted # rhc domain-delete --help Usage: rhc domain-delete <namespace> Delete a domain Options -f, --force Force the action -n, --namespace NAME Name of a domain Global Options -l, --rhlogin LOGIN OpenShift login -p, --password PASSWORD OpenShift password --token TOKEN An authorization token for accessing your account. --server NAME An OpenShift server hostname (default: openshift.redhat.com) --timeout SECONDS The timeout for operations See 'rhc help options' for a full list of global options. |