Hide Forgot
Description of problem: Check source code, looks like "max_domains_per_user" is already replaced by "default_max_domains". Review /var/www/openshift/broker/config/environments/{production,development,test}.rb, found "max_domains_per_user" still exists in config file. It should be removed. Version-Release number of selected component (if applicable): devenv_3986 How reproducible: Always Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Will merge in https://github.com/openshift/li/pull/2095 and https://github.com/openshift/origin-server/pull/4089
Verified on devenv_3992, max_domains_per_user is removed.