Bug 864508
| Summary: | Service level {0} is not available to consumers.... | ||
|---|---|---|---|
| Product: | [Community] Candlepin (Migrated to Jira) | Reporter: | John Sefler <jsefler> |
| Component: | candlepin | Assignee: | William Poteat <wpoteat> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Katello QA List <katello-qa-list> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 0.9 | CC: | bkearney, gxing, skallesh, wpoteat |
| Target Milestone: | --- | Keywords: | Regression |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-09-29 19:05: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: | 863175 | ||
master commit a09b087c627e755da4382b4b26f0395cf9a3aea7 *** Bug 871335 has been marked as a duplicate of this bug. *** *** Bug 876422 has been marked as a duplicate of this bug. *** Verifying version: [root@rhel7 ~]# subscription-manager version server type: Red Hat Subscription Management subscription management server: 0.7.25-1 subscription-manager: 1.8.4-1.el7 python-rhsm: 1.8.7-1.el7 [root@rhel7 ~]# subscription-manager register --username testuser1 --org admin --servicelevel=FOO --autosubscribe Password: The system has been registered with id: f6c38bc6-1206-48e1-9050-45263c4b1f4b Service level 'FOO' is not available to consumers of organization admin. These bugs were fixed during 7.0 but not moved to CLOSED. They have been delivered |
Description of problem: A string substitution is not happening for the servicelevel into the candlepin msgid "Service level {0} is not available to consumers of organization {1}." This is a regression. Version-Release number of selected component (if applicable): [root@jsefler-59server ~]# rpm -q subscription-manager subscription-manager-1.0.21-1.git.17.8374bf1.el5 [root@jsefler-f14-candlepin po]# git show-ref | grep master 0ceb1369b0603966a3da99c272ffc0df09c7251b refs/heads/master 0ceb1369b0603966a3da99c272ffc0df09c7251b refs/remotes/origin/master How reproducible: Steps to Reproduce: [root@jsefler-59server ~]# subscription-manager register --username testuser1 --org admin --servicelevel=FOO --autosubscribe Password: The system has been registered with id: 8e405914-5106-4d5a-8b75-fff46b824f43 Service level {0} is not available to consumers of organization admin. Expected results: Service level FOO is not available to consumers of organization admin.