Actions
Bug #6080
closedSystems registering without an environment should land in the Library
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1103020
If you try and register without an --env specified with subscription-manager you get errors and the system will not register.
The only way to get around that is to register with an --env flag.
We need to simplify this because registration and content access is far to difficult. Requiring either an activation key or env adds additional difficulty that can be avoided by having all systems registered without an --env defaulting to the Library environment.
Lets force all systems registered without a specified environment land in Library
Actions