Merge "change allow_abbrev to be false for argparse"
This commit is contained in:
commit
0a05793dc3
@ -4,6 +4,6 @@
|
||||
|
||||
pbr>=1.6
|
||||
Babel>=1.3
|
||||
cliff>=1.14.0
|
||||
cliff>1.16.0
|
||||
oslo.utils>=2.0.0
|
||||
keystoneauth1>=1.0.0
|
@ -75,7 +75,7 @@ class VitrageShell(app.App):
|
||||
"""
|
||||
|
||||
parser = super(VitrageShell, self).build_option_parser(
|
||||
description, version)
|
||||
description, version, argparse_kwargs={'allow_abbrev': False})
|
||||
|
||||
self.register_keyauth_argparse_arguments(parser)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user