diff options
| author | TerryHowe <terrylhowe@gmail.com> | 2015-07-01 05:11:45 -0600 |
|---|---|---|
| committer | TerryHowe <terrylhowe@gmail.com> | 2015-07-01 05:11:45 -0600 |
| commit | 700048a1e0ba9aec03192d46303085c8e4d19ea2 (patch) | |
| tree | 9c45108c17c3e56e8379c54b340b4bdc93026474 /examples/common.py | |
| parent | a7eb8b5b3f2a8b7ee53e0787f49952d63d2660bb (diff) | |
| download | python-openstackclient-700048a1e0ba9aec03192d46303085c8e4d19ea2.tar.gz | |
Fix examples with cacert
Change-Id: I2a4f758ef11caf51d0c47cb5632e59245d631d3d
Closes-Bug: #1470272
Diffstat (limited to 'examples/common.py')
| -rwxr-xr-x | examples/common.py | 1 |
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)', ) |
