Bug 885097
Summary: | No config setting for default gear capabilities for a new user | ||
---|---|---|---|
Product: | OKD | Reporter: | Luke Meyer <lmeyer> |
Component: | Pod | Assignee: | Luke Meyer <lmeyer> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 2.x | CC: | bmeng |
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: | 2012-12-19 19:27:41 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: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 872415 |
Description
Luke Meyer
2012-12-07 13:59:26 UTC
Fixed with following changes: https://github.com/openshift/li/pull/681 https://github.com/openshift/origin-server/pull/804 Believe these are in the present build. Checked on devenv_2577, DEFAULT_GEAR_CAPABILITIES="small" defined in the broker.conf file. And is used in development.rb :default_gear_capabilities => conf.get("DEFAULT_GEAR_CAPABILITIES", "small").split(","), |