Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 887093

Summary: [ALL_LANG][SAM CLI] Unlocalized strings for domain module
Product: Red Hat Satellite Reporter: Angela Garcia <agarcia>
Component: Content ManagementAssignee: Katello Bug Bin <katello-bugs>
Status: CLOSED DUPLICATE QA Contact: SAM QE List <sam-qe-list>
Severity: medium Docs Contact:
Priority: medium    
Version: NightlyCC: eng-i18n-bugs, eng-l10n-bugs, lijli, qe-i18n-bugs
Target Milestone: UnspecifiedKeywords: Translation
Target Release: Unused   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Cause: Consequence: Not all messages are localized Fix: Result:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-12-19 03:20:34 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 Angela Garcia 2012-12-14 02:37:12 UTC
Not all messages are localized

Filed from caserun (INSERT URL HERE)

Version-Release number of selected component (if applicable):
SAM-20121130.n.0

Steps to Reproduce: 

# headpin domain -h

  * Create

# headpin domain create -h

  * Delete

# headpin domain delete -h

  * Info

# headpin domain info -h

  * List

# headpin domain list -h

  * Update

# headpin domain update -h

 



Actual results: 
#FIXME

Expected results:
Messages are localized.

Comment 1 Lijun Li 2012-12-14 03:44:57 UTC
*** Bug 887099 has been marked as a duplicate of this bug. ***

Comment 2 Lijun Li 2012-12-14 03:54:09 UTC
Build: SAM-1.2-RHEL-6-20121211.n.0

katello-headpin-all.noarch 0:1.2.6-6h.el6_3 

[root@i18nsamtest ~]# headpin domain -h
Usage:  headpin <options> domain <command>
Supported Commands:
	create         create domain
	delete         delete domain
	info           show information about a domain
	list           list domains
	update         update domain

Options:
  -h, --help  show this help message and exit
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Unlocalized.
[root@i18nsamtest ~]# headpin domain create -h
Usage:  headpin <options> domain create <options>

Options:
  -h, --help           show this help message and exit
  --name=NAME          The full DNS Domain name
  --fullname=FULLNAME  Full name describing the domain
  --dns_id=DNS_ID      DNS Proxy to use within this domain
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Unlocalized.
  -g                   grep が使いやすい出力
  -v                   詳細な構造化された出力
  -d DELIMITER         grep で認識できる出力内のコラム区切り記号、 -g オプションを付けた場合にのみ動作します
  --noheading          ヘッディングの出力を表示しません。出力を grep する場合に便利です。
[root@i18nsamtest ~]#  headpin domain delete -h
Usage:  headpin <options> domain delete <options>

Options:
  -h, --help    show this help message and exit
  --name=ID     domain id or name
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Unlocalized.
  -g            grep が使いやすい出力
  -v            詳細な構造化された出力
  -d DELIMITER  grep で認識できる出力内のコラム区切り記号、 -g オプションを付けた場合にのみ動作します
  --noheading   ヘッディングの出力を表示しません。出力を grep する場合に便利です。
[root@i18nsamtest ~]# headpin domain info -h
Usage:  headpin <options> domain info <options>

Options:
  -h, --help    show this help message and exit
  --name=ID     domain id or name
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Unlocalized.
  -g            grep が使いやすい出力
  -v            詳細な構造化された出力
  -d DELIMITER  grep で認識できる出力内のコラム区切り記号、 -g オプションを付けた場合にのみ動作します
  --noheading   ヘッディングの出力を表示しません。出力を grep する場合に便利です。
[root@i18nsamtest ~]# headpin domain list -h
Usage:  headpin <options> domain list <options>

Options:
  -h, --help       show this help message and exit
  --search=SEARCH  Filter results
  --order=ORDER    Sort results
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Unlocalized.
  -g               grep が使いやすい出力
  -v               詳細な構造化された出力
  -d DELIMITER     grep で認識できる出力内のコラム区切り記号、 -g オプションを付けた場合にのみ動作します
  --noheading      ヘッディングの出力を表示しません。出力を grep する場合に便利です。
[root@i18nsamtest ~]# headpin domain update -h
Usage:  headpin <options> domain update <options>

Options:
  -h, --help           show this help message and exit
  --name=ID            Domain id
  --new_name=NAME      The full DNS Domain name(required)
  --fullname=FULLNAME  Full name describing the domain
  --dns_id=DNS_ID      DNS Proxy to use within this domain
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Unlocalized.
  -g                   grep が使いやすい出力
  -v                   詳細な構造化された出力
  -d DELIMITER         grep で認識できる出力内のコラム区切り記号、 -g オプションを付けた場合にのみ動作します
  --noheading          ヘッディングの出力を表示しません。出力を grep する場合に便利です。

Comment 3 Tom McKay 2012-12-18 14:12:06 UTC
Mass moving i18n BZs to CFSE where they are also present

Comment 5 Lijun Li 2012-12-19 03:20:34 UTC

*** This bug has been marked as a duplicate of bug 887069 ***