diff options
Diffstat (limited to 'examples/object_api.py')
| -rwxr-xr-x | examples/object_api.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/object_api.py b/examples/object_api.py index 441013ca..11b62da7 100755 --- a/examples/object_api.py +++ b/examples/object_api.py @@ -52,8 +52,8 @@ def run(opts): # NOTE(dtroyer): This converts from the usual OpenStack way to the single # requests argument and is an app-specific thing because # we want to be like OpenStackClient. - if opts.os_cacert: - verify = opts.os_cacert + if opts.cacert: + verify = opts.cacert else: verify = not opts.insecure |
