Bug 733266
Summary: | [cli] createUser - disabled=True does not work (requires: true) | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Garik Khachikyan <gkhachik> |
Component: | API | Assignee: | Ivan Necas <inecas> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Garik Khachikyan <gkhachik> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 6.0.1 | CC: | inecas, mkoci |
Target Milestone: | Unspecified | ||
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-08-22 17:53:35 UTC | Type: | --- |
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: | 747354 |
Description
Garik Khachikyan
2011-08-25 10:04:46 UTC
Fixed in 2e48d51dd0e7291dbba8cc04d1b425dc6a653747 Also added checking for the correct value so that this option won't accept anything else except "true" or "false" ignoring case. # VERIFIED fixed - now the true|false with its ignorecase(s) are accepted,anything else gives:katello: error: option --disabled: invalid boolean value: <value> Checked against: katello-cli-0.1.10-1.git.278.85760dc.el6.noarch getting rid of 6.0.0 version since that doesn't exist |