diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-01-20 10:55:39 -0500 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-01-20 10:55:39 -0500 |
commit | 4030e9ae829db084d5182b80d1d35b909ebe448a (patch) | |
tree | e85ed1e9a9e96b0d8d6c40fdbae21519f825a526 /roles/openshift_master/templates | |
parent | 9712e8250ddc5088b9f33d5349fcab6308adf459 (diff) | |
download | openshift-4030e9ae829db084d5182b80d1d35b909ebe448a.tar.gz openshift-4030e9ae829db084d5182b80d1d35b909ebe448a.tar.bz2 openshift-4030e9ae829db084d5182b80d1d35b909ebe448a.tar.xz openshift-4030e9ae829db084d5182b80d1d35b909ebe448a.zip |
Fix native master api sysconfig.
Diffstat (limited to 'roles/openshift_master/templates')
-rw-r--r-- | roles/openshift_master/templates/native-cluster/atomic-openshift-master-api.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_master/templates/native-cluster/atomic-openshift-master-api.j2 b/roles/openshift_master/templates/native-cluster/atomic-openshift-master-api.j2 index c9aa15b41..48bfa5f04 100644 --- a/roles/openshift_master/templates/native-cluster/atomic-openshift-master-api.j2 +++ b/roles/openshift_master/templates/native-cluster/atomic-openshift-master-api.j2 @@ -1,4 +1,4 @@ -OPTIONS=--loglevel={{ openshift.master.debug_level }} --listen={{ 'https' if openshift.master.api_use_ssl else 'http' }}://{{ openshift.master.bind_addr }}:{{ openshift.master.api_port }} --master={{ openshift.master.loopback_api_url }}:{{ openshift.master.api_port }} +OPTIONS=--loglevel={{ openshift.master.debug_level }} --listen={{ 'https' if openshift.master.api_use_ssl else 'http' }}://{{ openshift.master.bind_addr }}:{{ openshift.master.api_port }} --master={{ openshift.master.loopback_api_url }} CONFIG_FILE={{ openshift_master_config_file }} # Proxy configuration |