| Summary: | max_domains_per_user should be removed from broker rails config file | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Johnny Liu <jialiu> |
| Component: | Pod | Assignee: | Jordan Liggitt <jliggitt> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | CC: | jhou, 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:28:52 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: | |
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. |
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: