Bug 1283173
Summary: | 'puppet-module list' command ignore information about organization | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Oleksandr Shtaier <oshtaier> |
Component: | Hammer | Assignee: | Brad Buckingham <bbuckingham> |
Status: | CLOSED ERRATA | QA Contact: | Jitendra Yejare <jyejare> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.1.4 | CC: | bbuckingham, dlezzoum, jyejare, kbidarka, omaciel, rochacbruno |
Target Milestone: | Unspecified | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
URL: | http://projects.theforeman.org/issues/12651 | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-07-27 11:18:29 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
Oleksandr Shtaier
2015-11-18 12:13:31 UTC
Created redmine issue http://projects.theforeman.org/issues/12651 from this bug Upstream Katello PR: https://github.com/Katello/katello/pull/5645 Moving to POST since upstream bug http://projects.theforeman.org/issues/12651 has been closed ------------- Brad Buckingham Applied in changeset commit:katello|2eb8817e6495591402e7075fb44437a651e42e6a. *** Bug 1269434 has been marked as a duplicate of this bug. *** Verified this in Satellite 6.2 snap 4. The issue is no more reproducible. Steps and Results: [root@dell-t7400-01 ~]# hammer --output=csv puppet-module list --organization-id="9999999999" Couldn't find organization '9999999999' [root@dell-t7400-01 ~]# hammer --output=csv puppet-module list --organization="non existing" Error: organization not found [root@dell-t7400-01 ~]# hammer -u admin -p changeme --output=csv puppet-module list --organization-id=1 ID,Name,Author,Version 1,nova,openstack,7.0.0 [root@dell-t7400-01 ~]# hammer -u admin -p changeme --output=csv puppet-module list --organization-id=3 ID,Name,Author,Version 2,openssl,camptocamp,1.6.1 So, changing the state to 'Verified'. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:1501 *** Bug 1402767 has been marked as a duplicate of this bug. *** |