Alon Bar-Lev has uploaded a new change for review.

Change subject: packaging: services: ovirt-engine: remove ipv6 restriction
......................................................................

packaging: services: ovirt-engine: remove ipv6 restriction

hardcode the loopback interface to ipv4 127.0.0.1 so that apache proxy
may find jboss.

Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1203725
Change-Id: I59d73a3229bfa46d934f20c8d7a69dbb1dc9b575
Signed-off-by: Alon Bar-Lev <alo...@redhat.com>
---
M packaging/services/ovirt-engine/ovirt-engine.conf.in
M packaging/services/ovirt-engine/ovirt-engine.xml.in
2 files changed, 1 insertion(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/52/38952/1

diff --git a/packaging/services/ovirt-engine/ovirt-engine.conf.in 
b/packaging/services/ovirt-engine/ovirt-engine.conf.in
index 863db03..b419585 100644
--- a/packaging/services/ovirt-engine/ovirt-engine.conf.in
+++ b/packaging/services/ovirt-engine/ovirt-engine.conf.in
@@ -109,7 +109,6 @@
 #
 ENGINE_PROPERTIES=""
 ENGINE_PROPERTIES="${ENGINE_PROPERTIES} java.awt.headless=true"
-ENGINE_PROPERTIES="${ENGINE_PROPERTIES} java.net.preferIPv4Stack=true"
 ENGINE_PROPERTIES="${ENGINE_PROPERTIES} sun.rmi.dgc.client.gcInterval=3600000 
sun.rmi.dgc.server.gcInterval=3600000"
 ENGINE_PROPERTIES="${ENGINE_PROPERTIES} jsse.enableSNIExtension=false"
 ENGINE_PROPERTIES="${ENGINE_PROPERTIES} 
\"java.security.krb5.conf=${ENGINE_ETC}/krb5.conf\""
diff --git a/packaging/services/ovirt-engine/ovirt-engine.xml.in 
b/packaging/services/ovirt-engine/ovirt-engine.xml.in
index 703b657..0294afc 100644
--- a/packaging/services/ovirt-engine/ovirt-engine.xml.in
+++ b/packaging/services/ovirt-engine/ovirt-engine.xml.in
@@ -365,7 +365,7 @@
 
   <interfaces>
     <interface name="loopback">
-      <loopback/>
+      <inet-address value="127.0.0.1"/>
     </interface>
     <interface name="public">
       <any-address/>


-- 
To view, visit https://gerrit.ovirt.org/38952
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I59d73a3229bfa46d934f20c8d7a69dbb1dc9b575
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to