[node-patches] Change in ovirt-node[master]: sat: Start SM after configuration
fabiand at redhat.com
fabiand at redhat.com
Wed Jan 6 11:11:05 UTC 2016
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 <fabiand at fedoraproject.org>
---
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 <fabiand at redhat.com>
More information about the node-patches
mailing list