summaryrefslogtreecommitdiff
path: root/openstackclient/common/restapi.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/common/restapi.py')
-rw-r--r--openstackclient/common/restapi.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/openstackclient/common/restapi.py b/openstackclient/common/restapi.py
index 4cea5a06..a45c8426 100644
--- a/openstackclient/common/restapi.py
+++ b/openstackclient/common/restapi.py
@@ -53,6 +53,7 @@ class RESTApi(object):
os_auth=None,
user_agent=USER_AGENT,
debug=None,
+ verify=True,
**kwargs
):
self.set_auth(os_auth)