Bug 1201726
| Summary: | org list doesn't show the updated description | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Sachin Ghai <sghai> |
| Component: | API | Assignee: | Brad Buckingham <bbuckingham> |
| Status: | CLOSED ERRATA | QA Contact: | Sachin Ghai <sghai> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.1.0 | CC: | bbuckingham |
| Target Milestone: | Unspecified | Keywords: | Triaged |
| Target Release: | Unused | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://projects.theforeman.org/issues/11649 | ||
| Whiteboard: | Verified in Upstream | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-07-27 08:49:20 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: | |||
Created redmine issue http://projects.theforeman.org/issues/11649 from this bug Foreman PR: https://github.com/theforeman/foreman/pull/2662 Upstream bug component is Provisioning Upstream bug component is API Moving to POST since upstream bug http://projects.theforeman.org/issues/11649 has been closed ------------- Brad Buckingham Applied in changeset commit:e2452a0b465a8ca3567a79d52f92ca7e988422df. Verified with upstream: foreman-release-1.10.0-0.develop.201509041547git84f7fc6.el6.noarch foreman-1.10.0-0.develop.201509041547git84f7fc6.el6.noarch katello-2.4.0-6.nightly.el6.noarch katello-installer-base-2.4.0-1.nightly.201509040043gitb37b92b.el6.noarch katello-installer-2.4.0-1.nightly.201509040043gitb37b92b.el6.noarch tfm-rubygem-hammer_cli_foreman-0.3.0-2.201508261233git7334971.el6.noarch tfm-rubygem-hammer_cli-0.3.0-2.201508280738git8a70aa0.el6.noarch tfm-rubygem-hammer_cli_katello-0.0.17-4.el6.noarch hammer org list now shows the updated description: [root@cloud-qe-3 hammerify]# hammer --username admin --password changeme organization create --name "test_org" Organization created hammer --username admin --password changeme organization list ---|----------------------|----------------------|------------ ID | NAME | LABEL | DESCRIPTION ---|----------------------|----------------------|------------ 1 | Default Organization | Default_Organization | 3 | test_org | test_org | ---|----------------------|----------------------|------------ [root@cloud-qe-3 hammerify]# hammer --username admin --password changeme organization update --id 3 --description='nice_description' Organization updated [root@cloud-qe-3 hammerify]# hammer --username admin --password changeme organization list ---|----------------------|----------------------|----------------- ID | NAME | LABEL | DESCRIPTION ---|----------------------|----------------------|----------------- 1 | Default Organization | Default_Organization | 3 | test_org | test_org | nice_description ---|----------------------|----------------------|----------------- 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:1500 |
Description of problem: when we update org's description, its reflected under org info but org list doesn't show the same. Update org's description: ========================== # hammer --username admin --password changeme organization update --id 3 --description='nice_description' /usr/lib/ruby/gems/1.8/gems/hammer_cli-0.1.4/lib/hammer_cli/./apipie/../abstract.rb:68: warning: already initialized constant DEFAULT_LABEL_INDENT Organization updated check info: ================ [root@dhcp201-163 boot]# hammer --username admin --password changeme organization info --id 3 /usr/lib/ruby/gems/1.8/gems/hammer_cli-0.1.4/lib/hammer_cli/./apipie/../abstract.rb:68: warning: already initialized constant DEFAULT_LABEL_INDENT Id: 3 Name: testorg Users: Smart proxies: dhcp201-163.englab.pnq.redhat.com Subnets: Compute resources: Installation media: Templates: Boot disk iPXE - generic host (Bootdisk) Boot disk iPXE - host (Bootdisk) freeipa_register () Katello Kickstart Default (provision) Katello Kickstart Default Finish (finish) Katello Kickstart Default User Data (user_data) Kickstart default iPXE (iPXE) Kickstart default PXELinux (PXELinux) puppet.conf () PXELinux global default (PXELinux) subscription_manager_registration () Domains: Environments: Hostgroups: Parameters: Created at: 2015/03/13 05:14:21 Updated at: 2015/03/13 05:28:07 Label: testorg Description: nice_description Red Hat Repository URL: https://cdn.redhat.com Above info correctly displayed the org's description but the list as below # hammer --username admin --password changeme organization list /usr/lib/ruby/gems/1.8/gems/hammer_cli-0.1.4/lib/hammer_cli/./apipie/../abstract.rb:68: warning: already initialized constant DEFAULT_LABEL_INDENT ---|----------------------|----------------------|------------ ID | NAME | LABEL | DESCRIPTION ---|----------------------|----------------------|------------ 1 | Default Organization | Default_Organization | 3 | testorg | testorg | ---|----------------------|----------------------|------------ Version-Release number of selected component (if applicable): sat6.1 beta snap6 compose2 Satellite-6.1.0-RHEL-6-20150311.1/ How reproducible: always Steps to Reproduce: 1. 2. 3. Actual results: # hammer --username admin --password changeme organization list /usr/lib/ruby/gems/1.8/gems/hammer_cli-0.1.4/lib/hammer_cli/./apipie/../abstract.rb:68: warning: already initialized constant DEFAULT_LABEL_INDENT ---|----------------------|----------------------|------------ ID | NAME | LABEL | DESCRIPTION ---|----------------------|----------------------|------------ 1 | Default Organization | Default_Organization | 3 | testorg | testorg | ---|----------------------|----------------------|------------ Expected results: org list cmd should also show the updated description Additional info: