Bug #11649
closedorg list doesn't show the updated description
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1201726
Description of problem:
when we update org's description, its reflected under org info but org list doesn't show the same.
- 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.
- 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: