Hide Forgot
Description of problem: We're reporting the wrong error message as a result of one user trying to create a second domain. Version-Release number of selected component (if applicable): 0.85.12 How reproducible: Always Steps to Reproduce: 1. run rhc-create-domain -n namespaceX -l RHLoginX 2. Once successful, run rhc-create-domain -n Differentnamespace -l RHLoginX 3. See error message 4. BTW: Same thing happens if the user tries to run the same command twice like rhc-create-domain -n namespaceX -l RHLoginX Actual results: 2 confusing error messages: 1) Problem reported from server. Response code was 400. 2) A user with login 'nduong+mac' already exists Expected results: I expect to see an error more related to the fact that we only allow one namespace per User today. e.g, A user with login 'nduong+mac' already created a namespace "namespaceX" NOTE: The reason people are doing this is because they don't know they shouldn't create 2 domains with one user. Our error message doesn't tell them so. Seeing this a lot lately (meaning 4 this week).
Verify this on devenv_1606 The reminding message is like following now : User with login 'xtian+t3' already has a domain with namespace 'domx0'