There was an error while loading. Please reload this page.
2 parents c3cc7d1 + 02a46a0 commit 79abf70Copy full SHA for 79abf70
1 file changed
openstackclient/network/client.py
@@ -36,7 +36,9 @@ def make_client(instance):
36
prof.set_region(API_NAME, instance._region_name)
37
prof.set_version(API_NAME, instance._api_version[API_NAME])
38
conn = connection.Connection(authenticator=instance.session.auth,
39
- verify=instance.session.verify, profile=prof)
+ verify=instance.session.verify,
40
+ cert=instance.session.cert,
41
+ profile=prof)
42
LOG.debug('Connection: %s', conn)
43
LOG.debug('Network client initialized using OpenStack SDK: %s',
44
conn.network)
0 commit comments