Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: services: ovirt-engine: have config value explicitly for manual ......................................................................
packaging: services: ovirt-engine: have config value explicitly for manual this will enable overriding the manual without overriding the entire docdir. Change-Id: I52b1daa8b4bb3da81eb16e0c0519a37db8f76f59 Signed-off-by: Alon Bar-Lev <[email protected]> --- M backend/manager/modules/root/src/main/webapp/WEB-INF/web.xml M packaging/services/ovirt-engine/ovirt-engine.conf.in 2 files changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/24/19424/1 diff --git a/backend/manager/modules/root/src/main/webapp/WEB-INF/web.xml b/backend/manager/modules/root/src/main/webapp/WEB-INF/web.xml index b7ea8b8..8c92a34 100644 --- a/backend/manager/modules/root/src/main/webapp/WEB-INF/web.xml +++ b/backend/manager/modules/root/src/main/webapp/WEB-INF/web.xml @@ -63,7 +63,7 @@ <servlet-class>org.ovirt.engine.core.DocsServlet</servlet-class> <init-param> <param-name>file</param-name> - <param-value>%{ENGINE_DOC}/manual</param-value> + <param-value>%{ENGINE_MANUAL}</param-value> </init-param> </servlet> <servlet-mapping> diff --git a/packaging/services/ovirt-engine/ovirt-engine.conf.in b/packaging/services/ovirt-engine/ovirt-engine.conf.in index b0510c6..ee3780c 100644 --- a/packaging/services/ovirt-engine/ovirt-engine.conf.in +++ b/packaging/services/ovirt-engine/ovirt-engine.conf.in @@ -36,6 +36,7 @@ SPICE_DIR="@SPICE_DIR@" ENGINE_NOVNC_DIR="/usr/share/novnc" ENGINE_SPICE_HTML5_DIR="/usr/share/spice-html5" +ENGINE_MANUAL="@ENGINE_DOC@/manual" # # A file created on init and removed on orderly shutdown -- To view, visit http://gerrit.ovirt.org/19424 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I52b1daa8b4bb3da81eb16e0c0519a37db8f76f59 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
