change allow_abbrev to be false for argparse

Change-Id: Ief1fb895ca76ea39f14463ae33243282a10f617d
This commit is contained in:
Eyal 2016-03-22 12:29:12 +02:00
parent 205fab512d
commit f0ae82388d
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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)