summaryrefslogtreecommitdiffstats
path: root/roles/openshift_sdn_master/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_sdn_master/tasks/main.yml')
-rw-r--r--roles/openshift_sdn_master/tasks/main.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/openshift_sdn_master/tasks/main.yml b/roles/openshift_sdn_master/tasks/main.yml
index 77e7a80ba..e64199b74 100644
--- a/roles/openshift_sdn_master/tasks/main.yml
+++ b/roles/openshift_sdn_master/tasks/main.yml
@@ -24,9 +24,9 @@
dest: /etc/sysconfig/openshift-sdn-master
regexp: '^OPTIONS='
line: "OPTIONS=\"-v={{ openshift.master_sdn.debug_level }} -etcd-endpoints={{ openshift_sdn_master_url}}
- -etcd-cafile={{ openshift_cert_dir }}/ca/ca.crt
- -etcd-certfile={{ openshift_cert_dir }}/openshift-client/cert.crt
- -etcd-keyfile={{ openshift_cert_dir }}/openshift-client/key.key\""
+ -etcd-cafile={{ openshift_master_config_dir }}/ca.crt
+ -etcd-certfile={{ openshift_master_config_dir }}/master.etcd-client.crt
+ -etcd-keyfile={{ openshift_master_config_dir }}/master.etcd-client.key\""
notify:
- restart openshift-sdn-master