Description of problem: Domain can't be deleted normally if trying to delete domain with upper case, e.g. create a domain named test, then delete the domain with 'rhc domain delete -n TEST', it will show that Domian TEST not found. Version-Release number of selected component (if applicable): devenv_3277 How reproducible: Always Steps to Reproduce: 1.Create a domain by 'rhc domain create -n test' 2.Delete domain with the same name but change the chars capitailization 'rhc domain delete -n TEST' Actual results: Domain TEST not found. Expected results: Domain test should be deleted successfully Additional info: the issue only can reproduce when deleting a domian. Test OK with create or update domain
The REST API is able to successfully delete the domain. The CLI is probably doing some validations at its end and failing to ignore the case during comparisons.
Marked as merge in https://github.com/openshift/rhc/pull/392
Commit pushed to master at https://github.com/openshift/rhc https://github.com/openshift/rhc/commit/b923e1141e48a4280dbcaae1590a39637adb7afe Fix bug 967683 - make domain id matching case-insensitive
Test OK using rhc client from devenv_3282.