Bug 1413055
| Summary: | spacecmd contains Spacewalk as product name instead of Satellite | ||
|---|---|---|---|
| Product: | Red Hat Satellite 5 | Reporter: | Pavel StudenÃk <pstudeni> |
| Component: | Other | Assignee: | Jan Dobes <jdobes> |
| Status: | CLOSED WONTFIX | QA Contact: | Red Hat Satellite QA List <satqe-list> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 580 | CC: | pstudeni, tlestach |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-02-24 19:34:48 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: | 1358815 | ||
Description of problem: I installed spacecmd from satellite's channel and I see that name of product is Spacewalk, not Satellite. # spacecmd Welcome to spacecmd, a command-line interface to Spacewalk. Type: 'help' for a list of commands 'help <cmd>' for command-specific help 'quit' to quit Spacewalk Username: username Spacewalk Password: INFO: Connected to https://satellite.example.com/rpc/api as admin Look at sources of spacecmd: >> git grep Spacewalk bin/spacecmd:""" spacecmd - a command line interface to Spacewalk """ bin/spacecmd:_INTRO = '''Welcome to spacecmd, a command-line interface to Spacewalk. lib/misc.py: print 'login: Connect to a Spacewalk server' lib/misc.py: logging.info('Spacewalk Username: %s', username) lib/misc.py: username = prompt_user('Spacewalk Username:', noblank=True) lib/misc.py: password = getpass('Spacewalk Password: ') Version-Release number of selected component (if applicable): spacecmd-2.5.0-7.el6sat.noarch How reproducible: always Steps to Reproduce: 1. run spacecmd and fill login and password Expected results: Name of product is Red Hat Satellite 5 (Satellite server)