Fabian Deutsch has uploaded a new change for review. Change subject: sat: Start SM after configuration ......................................................................
sat: Start SM after configuration Change-Id: Id611943f59e482e05c7a6762b72aa1e8c29d0756 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1269752 Signed-off-by: Fabian Deutsch <[email protected]> --- M src/ovirt/node/setup/rhn/rhn_model.py 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/11/51411/1 diff --git a/src/ovirt/node/setup/rhn/rhn_model.py b/src/ovirt/node/setup/rhn/rhn_model.py index 94531aa..683ecfd 100755 --- a/src/ovirt/node/setup/rhn/rhn_model.py +++ b/src/ovirt/node/setup/rhn/rhn_model.py @@ -370,6 +370,7 @@ try: process.check_call(ab.get_commandlist()) Config().persist("/etc/rhsm/rhsm.conf") + system.service("rhsmcertd", "start") except process.CalledProcessError: self.logger.debug("Calling subscription-manager with " "'%s' failed!" % ab.get_commandlist( -- To view, visit https://gerrit.ovirt.org/51411 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id611943f59e482e05c7a6762b72aa1e8c29d0756 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
