Yedidyah Bar David has uploaded a new change for review.

Change subject: packaging: setup: all-in-one: workaround
......................................................................

packaging: setup: all-in-one: workaround

Do not merge this.

This is a workaround to get all-in-one working with 3.4.0-beta
repositories.

Bug-Url: https://bugzilla.redhat.com/1056918
Bug-Url: https://bugzilla.redhat.com/1038952
Change-Id: I57ec3aa1ef92dcd2d33356f4e9809d86618d9d22
Signed-off-by: Yedidyah Bar David <[email protected]>
---
M packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/all-in-one/vdsm.py
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/25/23625/1

diff --git 
a/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/all-in-one/vdsm.py 
b/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/all-in-one/vdsm.py
index c93f887..04eaa57 100644
--- a/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/all-in-one/vdsm.py
+++ b/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/all-in-one/vdsm.py
@@ -180,7 +180,7 @@
         self._waitEngineUp()
         self.logger.debug('Connecting to the Engine')
         engine_api = self._ovirtsdk_api.API(
-            url='https://{fqdn}:{port}/ovirt-engine/api'.format(
+            url='https://{fqdn}:{port}/api'.format(
                 fqdn=self.environment[osetupcons.ConfigEnv.FQDN],
                 port=self.environment[osetupcons.ConfigEnv.PUBLIC_HTTPS_PORT],
             ),
@@ -202,6 +202,7 @@
                 pv=osetupconfig.PACKAGE_VERSION,
             )
         )
+        SupportedClusterLevels = '3.3'
         v = max(
             distutils.version.LooseVersion(vs).version
             for vs in SupportedClusterLevels.split(',')


-- 
To view, visit http://gerrit.ovirt.org/23625
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I57ec3aa1ef92dcd2d33356f4e9809d86618d9d22
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.4
Gerrit-Owner: Yedidyah Bar David <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to