Actions
Bug #7278
closedWebUI suggested subscription-manager registration command does not work
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1128245
Description of problem: WebUI for
example.com/activation_keys/:id/info
suggest using
subscription-manager register --org="<org_name>" --activationkey="<activation_key>"
instead of
subscription-manager register --org="<org_label>" --activationkey="<activation_key>"
Version-Release number of selected component (if applicable):
sat6-Satellite-6.0.4-RHEL-6-20140730.0-Satellite-x86_64-dvd1.iso
How reproducible: always/deteminitic
Steps to Reproduce:
1. create organization with spaces in name
2. create AK for this org
3. observe suggested registration command
Actual results:
use name (spaces)
Expected results:
use label (underscores)
Additional info:
It does not work with name instead of label...
Actions