Change in vdsm[master]: fix for generated code

ybronhei at redhat.com ybronhei at redhat.com
Tue Dec 8 10:14:14 UTC 2015


Yaniv Bronhaim has uploaded a new change for review.

Change subject: fix for generated code
......................................................................

fix for generated code

Change-Id: Ic5f06b071fcc2fda63920507f0ed8be8ff899fc0
Signed-off-by: Yaniv Bronhaim <ybronhei at redhat.com>
---
M lib/vdsm/constants.py.in
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/86/50086/1

diff --git a/lib/vdsm/constants.py.in b/lib/vdsm/constants.py.in
index a1610c7..7b6637a 100644
--- a/lib/vdsm/constants.py.in
+++ b/lib/vdsm/constants.py.in
@@ -23,7 +23,7 @@
 from __future__ import absolute_import
 import os
 
-GLUSTER_MGMT_ENABLED = bool(@GLUSTER_MGMT@)
+GLUSTER_MGMT_ENABLED = bool(int('@GLUSTER_MGMT@'))
 
 # VDSM management networks
 LEGACY_MANAGEMENT_NETWORKS = ('ovirtmgmt', 'rhevm')


-- 
To view, visit https://gerrit.ovirt.org/50086
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic5f06b071fcc2fda63920507f0ed8be8ff899fc0
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Yaniv Bronhaim <ybronhei at redhat.com>


More information about the vdsm-patches mailing list