Bug 913302
Summary: | typo in msgid "Suport Level" and msgid "Suport Type" | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | John Sefler <jsefler> |
Component: | subscription-manager | Assignee: | Bryan Kearney <bkearney> |
Status: | CLOSED ERRATA | QA Contact: | IDM QE LIST <seceng-idm-qe-list> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 5.10 | CC: | bkearney, fsharath, jgalipea, mreid |
Target Milestone: | beta | ||
Target Release: | 5.10 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
No description necessary
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2013-09-30 22:57:09 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: | |||
Bug Depends On: | |||
Bug Blocks: | 840995, 920191 |
Description
John Sefler
2013-02-20 22:08:53 UTC
On second thought.... These msgids should really be "Service Level" and "Service Type" to match the output from rct cat-cert CERTIFICATE as follows... [root@jsefler-7 test-manifests]# rct cat-manifest manifest_RH1569626.zip | grep "Subscription:" -A14 Subscription: Name: RHN Monitoring (Up to 1 guest) Quantity: 1 Created: 2013-02-21T15:31:13.000+0000 Start Date: 2012-12-31T05:00:00.000+0000 End Date: 2013-12-31T04:59:59.000+0000 Suport Level: Layered <=============== Expected === Service Level: Suport Type: L1-L3 <=============== Expected === Service Type: Architectures: Product Id: RH1569626 Contract: Subscription Id: 2677371 Entitlement File: export/entitlements/8a99f9833cf86efc013cfd613be066cb.json Certificate File: export/entitlement_certificates/2414805806930829936.pem Certificate Version: 1.0 [root@jsefler-7 test-manifests]# [root@jsefler-7 test-manifests]# rct dump-manifest manifest_RH1569626.zip The manifest has been dumped to the current directory [root@jsefler-7 test-manifests]# rct cat-cert export/entitlement_certificates/2414805806930829936.pem +-------------------------------------------+ Entitlement Certificate +-------------------------------------------+ Certificate: Path: export/entitlement_certificates/2414805806930829936.pem Version: 1.0 Serial: 2414805806930829936 Start Date: 2012-12-31 05:00:00+00:00 End Date: 2013-12-31 04:59:59+00:00 Subject: CN: 8a99f9833cf86efc013cfd613be066cb Order: Name: RHN Monitoring (Up to 1 guest) Number: 2677371 SKU: RH1569626 Contract: 10014710 Account: 5206743 Service Level: Layered <========== corresponding Service Level (not Suport Level)! Service Type: L1-L3 <========== corresponding Service Type (not Suport Type)! Quantity: 100 Quantity Used: 1 Socket Limit: RAM Limit: Virt Limit: Virt Only: False Subscription: Stacking ID: Warning Period: 0 Provides Management: 0 commit a306b0c61047f1f60a1040374748fd1c4f782f17 Author: Bryan Kearney <bkearney> Date: Fri Feb 22 13:45:33 2013 -0500 913302: Support Level and Support Type should be shown as Service Level and Service Type # rpm -qa | egrep "subscription-manager|python-rhsm" subscription-manager-firstboot-1.8.4-1.el7.x86_64 python-rhsm-1.8.7-1.el7.x86_64 subscription-manager-gui-1.8.4-1.el7.x86_64 subscription-manager-migration-1.8.4-1.el7.x86_64 subscription-manager-1.8.4-1.el7.x86_64 subscription-manager-debuginfo-1.8.4-1.el7.x86_64 # rct cat-manifest stageSamTest20Nov2011.zip | grep "Subscription:" -A14 Subscription: Name: Red Hat Enterprise Linux Workstation, Standard Quantity: 10 Created: 2011-11-20T22:43:46.000+0000 Start Date: 2011-11-16T05:00:00.000+0000 End Date: 2012-11-16T04:59:59.000+0000 Service Level: STANDARD <===== Verified Service Type: L1-L3 <===== Verified Architectures: SKU: RH0958488 Contract: 2635099 Order Number: 2272977 Entitlement File: export/entitlements/8a99f98133b862df0133c3264ba03dac.json Certificate File: export/entitlement_certificates/7197125163176484527.pem Certificate Version: 1.0 Verified This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux release for currently deployed products. This request is not yet committed for inclusion in a release. 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. http://rhn.redhat.com/errata/RHBA-2013-1332.html |