Skip to content

Commit 700048a

Browse files
committed
Fix examples with cacert
Change-Id: I2a4f758ef11caf51d0c47cb5632e59245d631d3d Closes-Bug: #1470272
1 parent a7eb8b5 commit 700048a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ def base_parser(parser):
101101
parser.add_argument(
102102
'--os-cacert',
103103
metavar='<ca-bundle-file>',
104+
dest='cacert',
104105
default=env('OS_CACERT'),
105106
help='CA certificate bundle file (Env: OS_CACERT)',
106107
)

0 commit comments

Comments
 (0)