Bug 1087247
Summary: | Hammer Cli : Unable to create a content view using content-view create | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Tazim Kolhar <tkolhar> |
Component: | Hammer | Assignee: | Dustin Tsang <dtsang> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Tazim Kolhar <tkolhar> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | Nightly | CC: | bbuckingham, bkearney, cwelton, jmontleo, mmccune, omaciel, sghai |
Target Milestone: | Unspecified | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-07-02 14:05:08 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: |
Description
Tazim Kolhar
2014-04-14 07:34:15 UTC
Since this issue was entered in Red Hat Bugzilla, the release flag has been set to ? to ensure that it is properly evaluated for this release. Shouldn't organization-id be the organization label??? Thanks Og, I can create CV with organization label. But the help part is saying organization-id is required. I'll keep this bug open and removing the testblocker tag. thanks [root@qetello01 ~]# hammer organization create --name s786 Organization created [root@qetello01 ~]# hammer organization info --name s786 Id: 327 Name: s786 Created at: 2014/04/14 07:41:57 Updated at: 2014/04/14 07:41:58 Label: s786 Description: [root@qetello01 ~]# hammer content-view create --name cvq --organization-id 327 Could not create the content view: Couldn't find organization '327' [root@qetello01 ~]# hammer content-view create --name cvq Could not create the content view: Error: option '--organization-id' is required See: 'hammer content-view create --help' [root@qetello01 ~]# hammer content-view create --name cvq --organization-id s786 Content view created The latest changes in hammer prompt for "missing option to search organization" now. $ hammer content-view create --name cvq Could not create the content view: Error: Missing options to search organization # hammer content-view create --name testcon --organization-id 1 Content view created This was delivered with 6.0.3, which is the Satellite 6 Beta. |