Hide Forgot
Description of problem: When an existing user creating a namespace using "oo-admin-ctl-domain" in the broker, it returns “User nwei already exists. Please use the 'update' command to alter ssh keys or namespace“.But if the user is non-exist, it create successfully. Version-Release number of selected component (if applicable): devenv_3762 How reproducible: 100% Steps to Reproduce: 1. Ensure a user is exist and does not have a namespace. 2. Create a domain in the broker using oo-admin-ctl-domain. #oo-admin-ctl-domain -c create -l nwei -n domainname Actual results: The output of oo-admin-ctl-domain is the following: User nwei already exists. Please use the 'update' command to alter ssh keys or namespace Expected results: When the exist user creating a namespace using oo-admin-ctl-domain, it should create successfully. Additional info:
Fixed with --> https://github.com/openshift/origin-server/pull/3604
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/2fc3fab46ff7af8634a1d4cc69d920889e18649d Fix for bug 1006223
Verified on devnev_3770, this issue is fixed