Lev Veyde has uploaded a new change for review.

Change subject: packaging: setup: Upload RHEV WGT ISO if available
......................................................................

packaging: setup: Upload RHEV WGT ISO if available

This patch modifies the image_upload plugin so it will upload
RHEV Guest Tools ISO, if one is available on the system.

Change-Id: I9235bd35cf971e91edae5b04d3b40b6f9a27acc2
Signed-off-by: Lev Veyde <[email protected]>
Bug-Url: https://bugzilla.redhat.com/1026933
---
M packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/system/image_upload.py
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/33/35233/1

diff --git 
a/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/system/image_upload.py
 
b/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/system/image_upload.py
index 08aa142..951c646 100644
--- 
a/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/system/image_upload.py
+++ 
b/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/system/image_upload.py
@@ -75,6 +75,10 @@
                 osetupcons.FileLocations.OVIRT_GUEST_TOOLS_DIR,
                 'ovirt-tools-setup.iso',
             ),
+            os.path.join(
+                osetupcons.FileLocations.RHEV_GUEST_TOOLS_DIR,
+                'rhev-tools-setup.iso',
+            ),
         ]
 
     @plugin.event(


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9235bd35cf971e91edae5b04d3b40b6f9a27acc2
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Lev Veyde <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to