Alon Bar-Lev has uploaded a new change for review. Change subject: host-deploy: registration: allow compatiblity with rhev-h ......................................................................
host-deploy: registration: allow compatiblity with rhev-h Change-Id: Ib03de86917d60c8d6ac1a666eb8ce7136c173ffe Signed-off-by: Alon Bar-Lev <[email protected]> --- M backend/manager/modules/root/src/main/webapp/WEB-INF/web.xml 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/95/16795/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 da03ece..a85f34a 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 @@ -198,6 +198,7 @@ <servlet-name>RegisterServlet</servlet-name> <url-pattern>/OvirtEngineWeb/register</url-pattern> <url-pattern>/OvirtEngineWeb/VdsAutoRegistration.aspx</url-pattern> + <url-pattern>/RHEVManagerWeb/VdsAutoRegistration.aspx</url-pattern> </servlet-mapping> <!-- Servlet used by external applications (the notification service -- To view, visit http://gerrit.ovirt.org/16795 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib03de86917d60c8d6ac1a666eb8ce7136c173ffe 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
