| Summary: | Option setmaxdomains/allowplanupgrade does not exist in oo-admin-ctl-user's man page. | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Liang Xia <lxia> |
| Component: | Pod | Assignee: | Ravi Sankar <rpenta> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 2.x | ||
| 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-30 00:51:18 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: | |
Commits pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/40e5e414c41b5eca4de82582ed31acd936141985 Bug 1035984 - Updated oo-admin-ctl-user man pages with setmaxdomains/allowplanupgrade options https://github.com/openshift/origin-server/commit/ea8179fb5eabfac36df6467b89773bdd3aa32dec Merge pull request #4275 from pravisankar/dev/ravi/bug1035984 Merged by openshift-bot Verified on devenv_4088. setmaxdomains/allowplanupgrade options have been added into synopsis and options in man page.
SYNOPSIS
oo-admin-ctl-user [-h|--help] [-l|--login login_name]
[--setmaxgears max_gears] [--setconsumedgears consumed_gears]
[--setmaxdomains max_domains]
[--setmaxuntrackedstorage max_untracked_storage]
[--setmaxtrackedstorage max_tracked_storage]
[--listsubaccounts] [--addsubaccount subaccount_login]
[--removesubaccount subaccount_login] [--allowsubaccounts true|false]
[--addgearsize gear_size] [--removegearsize gear_size]
[--inheritgearsizes true|false] [--allowha true|false]
[--allowprivatesslcertificates true|false] [--allowplanupgrade true|false]
OPTIONS
-h|--help
Display a simple help dialog.
-l|--login login_name
Login with OpenShift access. Required.
--setmaxgears max_gears
Set the maximum number of gears a user is allowed to consume.
--setmaxdomains max_domains
Set the maximum number of domains a user is allowed to consume.
--setconsumedgears consumed_gears
Set the number of gears a user has consumed. Use with caution.
--setmaxuntrackedstorage max_untracked_storage Set the maximum amount of untracked additional file-system storage.
--setmaxtrackedstorage max_tracked_storage Set the maximum amount of tracked additional file-system storage.
--listsubaccounts
List the subaccounts that have been created under this parent account. (login)
--addsubaccount subaccount_login
The subaccount account name to add to the login parent account.
--removesubaccount subaccount_login
The subaccount account name to remove from the login parent account.
--allowsubaccounts true|false
Add or Remove the capability to manage/maintain subaccounts.
--addgearsize gear_size
Add gear_size to the capability for this login user account.
--removegearsize gear_size
Remove gear_size from the capability for this login user account.
--inheritgearsizes true|false
Allow or Diasllow inheritance of login user gearsizes capability to subaccounts.
--allowha true|false
Add or Remove High Availability capability for this login user account.
--allowprivatesslcertificates true|false
Add / Remove the capability to add private SSL certificates.
--allowplanupgrade true|false
Add / Remove the capability to upgrade plan for this login user account.
|
Description of problem: Option setmaxdomains/allowplanupgrade does not exist in oo-admin-ctl-user's man page. Version-Release number of selected component (if applicable): devenv_4083 How reproducible: always Steps to Reproduce: 1.SSH into instance. 2.Check man page of oo-admin-ctl-user. 3. Actual results: Option setmaxdomains/allowplanupgrade does not exist in oo-admin-ctl-user's man page. Expected results: Options setmaxdomains/allowplanupgrade should be there. Additional info: SYNOPSIS oo-admin-ctl-user [-h|--help] [-l|--login login_name] [--setmaxgears max_gears] [--setconsumedgears consumed_gears] [--setmaxuntrackedstorage max_untracked_storage] [--setmaxtrackedstorage max_tracked_storage] [--listsubaccounts] [--addsubaccount subaccount_login] [--removesubaccount subaccount_login] [--allowsubaccounts true|false] [--addgearsize gear_size] [--removegearsize gear_size] [--inheritgearsizes true|false] [--allowha true|false] [--allowprivatesslcertificates true|false] OPTIONS -h|--help Display a simple help dialog. -l|--login login_name Login with OpenShift access. Required. --setmaxgears max_gears Set the maximum number of gears a user is allowed to consume. --setconsumedgears consumed_gears Set the number of gears a user has consumed. Use with caution. --setmaxuntrackedstorage max_untracked_storage Set the maximum amount of untracked additional file-system storage. --setmaxtrackedstorage max_tracked_storage Set the maximum amount of tracked additional file-system storage. --listsubaccounts List the subaccounts that have been created under this parent account. (login) --addsubaccount subaccount_login The subaccount account name to add to the login parent account. --removesubaccount subaccount_login The subaccount account name to remove from the login parent account. --allowsubaccounts true|false Add or Remove the capability to manage/maintain subaccounts. --addgearsize gear_size Add gear_size to the capability for this login user account. --removegearsize gear_size Remove gear_size from the capability for this login user account. --inheritgearsizes true|false Allow or Diasllow inheritance of login user gearsizes capability to subaccounts. --allowha true|false Add or Remove High Availability capability for this login user account. --allowprivatesslcertificates true|false Add / Remove the capability to add private SSL certificates.