summaryrefslogtreecommitdiff
path: root/examples/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/common.py')
-rwxr-xr-xexamples/common.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/common.py b/examples/common.py
index ad3a5e49..1ccea2a0 100755
--- a/examples/common.py
+++ b/examples/common.py
@@ -102,6 +102,12 @@ def base_parser(parser):
default=env('OS_CACERT'),
help='CA certificate bundle file (Env: OS_CACERT)',
)
+ parser.add_argument(
+ '--os-default-domain',
+ metavar='<auth-domain>',
+ default='default',
+ help='Default domain ID, default=default (Env: OS_DEFAULT_DOMAIN)',
+ )
verify_group = parser.add_mutually_exclusive_group()
verify_group.add_argument(
'--verify',