We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa0c4af commit 59823b3Copy full SHA for 59823b3
python/cinder-understack/cinder_understack/dynamic_netapp_driver.py
@@ -203,6 +203,10 @@ def cluster(self) -> RestNaServer:
203
trace=volume_utils.TRACE_API,
204
api_trace_pattern=self.configuration.netapp_api_trace_pattern,
205
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,
210
)
211
212
def _get_svms(self):
0 commit comments