Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: populate iso domain to nfs share (#852056) ......................................................................
packaging: populate iso domain to nfs share (#852056) Regression since 3.0. Was removed during: 6250645 Packaging: Update configuration in logcollector and isouploader (#784303) Change-Id: I55abba4831aafc129e0d0b96be9429237c924f95 Signed-off-by: Alon Bar-Lev <[email protected]> --- M packaging/fedora/setup/engine-setup.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/65/7565/1 diff --git a/packaging/fedora/setup/engine-setup.py b/packaging/fedora/setup/engine-setup.py index 820145c..cb4a97d 100755 --- a/packaging/fedora/setup/engine-setup.py +++ b/packaging/fedora/setup/engine-setup.py @@ -166,7 +166,7 @@ 'condition' : [utils.compareStrIgnoreCase, controller.CONF["CONFIG_NFS"], "yes"], 'condition_match' : [True], 'steps' : [ { 'title' : output_messages.INFO_CFG_NFS, - 'functions' : [_configNfsShare] } ] + 'functions' : [_configNfsShare, _loadFilesToIsoDomain] } ] }, { 'description' : 'Final Steps', 'condition' : [], -- To view, visit http://gerrit.ovirt.org/7565 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I55abba4831aafc129e0d0b96be9429237c924f95 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
