Browse Source

Update deprecated etcd vars in openshfit_cert_expiry

Russell Teague 7 years ago
parent
commit
35544b6e2d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      roles/lib_utils/library/openshift_cert_expiry.py

+ 2 - 2
roles/lib_utils/library/openshift_cert_expiry.py

@@ -456,9 +456,9 @@ an OpenShift Container Platform cluster
 
     # etcd, where do you hide your certs? Used when parsing etcd.conf
     etcd_cert_params = [
-        "ETCD_CA_FILE",
+        "ETCD_TRUSTED_CA_FILE",
         "ETCD_CERT_FILE",
-        "ETCD_PEER_CA_FILE",
+        "ETCD_PEER_TRUSTED_CA_FILE",
         "ETCD_PEER_CERT_FILE",
     ]