summaryrefslogtreecommitdiff
path: root/examples/common.py
diff options
context:
space:
mode:
authorTerryHowe <terrylhowe@gmail.com>2015-07-01 05:11:45 -0600
committerTerryHowe <terrylhowe@gmail.com>2015-07-01 05:11:45 -0600
commit700048a1e0ba9aec03192d46303085c8e4d19ea2 (patch)
tree9c45108c17c3e56e8379c54b340b4bdc93026474 /examples/common.py
parenta7eb8b5b3f2a8b7ee53e0787f49952d63d2660bb (diff)
downloadpython-openstackclient-700048a1e0ba9aec03192d46303085c8e4d19ea2.tar.gz
Fix examples with cacert
Change-Id: I2a4f758ef11caf51d0c47cb5632e59245d631d3d Closes-Bug: #1470272
Diffstat (limited to 'examples/common.py')
-rwxr-xr-xexamples/common.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/common.py b/examples/common.py
index 3b31f582..840e715e 100755
--- a/examples/common.py
+++ b/examples/common.py
@@ -101,6 +101,7 @@ def base_parser(parser):
parser.add_argument(
'--os-cacert',
metavar='<ca-bundle-file>',
+ dest='cacert',
default=env('OS_CACERT'),
help='CA certificate bundle file (Env: OS_CACERT)',
)