Skip to content

Commit efd6cae

Browse files
authored
Merge pull request #1341 from rackerlabs/fix-cinder-args-for-2025-1
fix(cinder): update what is passed to the netapp driver
2 parents b820f88 + 59823b3 commit efd6cae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

python/cinder-understack/cinder_understack/dynamic_netapp_driver.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,10 @@ def cluster(self) -> RestNaServer:
203203
trace=volume_utils.TRACE_API,
204204
api_trace_pattern=self.configuration.netapp_api_trace_pattern,
205205
async_rest_timeout=self.configuration.netapp_async_rest_timeout,
206+
private_key_file=None,
207+
certificate_file=None,
208+
ca_certificate_file=None,
209+
certificate_host_validation=None,
206210
)
207211

208212
def _get_svms(self):

0 commit comments

Comments
 (0)