Merge branch 'develop' into dist/eole/2.7.0/develop
This commit is contained in:
commit
8e742fc88b
|
@ -78,7 +78,7 @@ SCRIPTS_REMOTE_DIR=/var/tmp/one
|
|||
|
||||
PORT = 2633
|
||||
|
||||
%if %%one_ha_role == 'oui'
|
||||
%if %%enable_one_ha == 'oui'
|
||||
LISTEN_ADDRESS = %%adresse_ip_eth0
|
||||
%else
|
||||
LISTEN_ADDRESS = "127.0.0.1"
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
MESSAGE_SIZE = 1073741824
|
||||
TIMEOUT = 60
|
||||
|
||||
%if %%one_ha_role == 'oui'
|
||||
%if %%enable_one_ha == 'oui'
|
||||
ONE_XMLRPC = "http://%%adresse_ip_eth0:2633/RPC2"
|
||||
%else
|
||||
ONE_XMLRPC = "http://localhost:2633/RPC2"
|
||||
|
|
Loading…
Reference in New Issue