-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Disabling of content in D-Bus methods Register*()
* CCT-1005 * When D-Bus method Register() or RegisterWithActivationKeys() is called with "enable_content": false, rhsm.service will not download and install SCA cerificate, but it is not enough, because later rhsmcertd or "subscription-manager status" will download SCA certificate and it will generated redhat.repo file * For this reason, when "enable_content" is false, then manage_repos will be set to 0 to be sure that redhat.repo will not be generated later * Fixed unit tests * TODO: Do not download SCA certificate, when manage_repos is equal to "0", because it is useless activity and it consumes resources on candlepin server
- Loading branch information
1 parent
cb97911
commit 6a3f82d
Showing
2 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters