Alex Lourie has uploaded a new change for review. Change subject: packaging: Updated parsing old configuration ......................................................................
packaging: Updated parsing old configuration Updated a function that parses web-conf.js and fetches configuration parameters for 3.0 installation. Change-Id: I87d9a3a5689702853f6671c8748322eea213e725 Signed-off-by: Alex Lourie <[email protected]> --- M packaging/fedora/setup/common_utils.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/43/8743/1 diff --git a/packaging/fedora/setup/common_utils.py b/packaging/fedora/setup/common_utils.py index 7097a94..208fce1 100755 --- a/packaging/fedora/setup/common_utils.py +++ b/packaging/fedora/setup/common_utils.py @@ -1012,7 +1012,7 @@ handler = TextConfigFileHandler(webconf) handler.open() - pattern = "\"(.+)\";" + pattern = "\"(.+)\"" values = { "fqdn" : handler.getParam("var host_fqdn"), "httpPort" : handler.getParam("var http_port"), -- To view, visit http://gerrit.ovirt.org/8743 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I87d9a3a5689702853f6671c8748322eea213e725 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alex Lourie <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
