removing deprecated commandline options
Change-Id: Ie0cb579583012cf41ff34946a48b16f132ac2421
This commit is contained in:
@@ -158,29 +158,6 @@ class OpenStackIdentityShell(object):
|
|||||||
"against any certificate authorities. This "
|
"against any certificate authorities. This "
|
||||||
"option should be used with caution.")
|
"option should be used with caution.")
|
||||||
|
|
||||||
# FIXME(dtroyer): The args below are here for diablo compatibility,
|
|
||||||
# remove them in folsum cycle
|
|
||||||
|
|
||||||
parser.add_argument('--username',
|
|
||||||
metavar='<auth-user-name>',
|
|
||||||
help='Deprecated')
|
|
||||||
|
|
||||||
parser.add_argument('--password',
|
|
||||||
metavar='<auth-password>',
|
|
||||||
help='Deprecated')
|
|
||||||
|
|
||||||
parser.add_argument('--tenant_name',
|
|
||||||
metavar='<tenant-name>',
|
|
||||||
help='Deprecated')
|
|
||||||
|
|
||||||
parser.add_argument('--auth_url',
|
|
||||||
metavar='<auth-url>',
|
|
||||||
help='Deprecated')
|
|
||||||
|
|
||||||
parser.add_argument('--region_name',
|
|
||||||
metavar='<region-name>',
|
|
||||||
help='Deprecated')
|
|
||||||
|
|
||||||
return parser
|
return parser
|
||||||
|
|
||||||
def get_subcommand_parser(self, version):
|
def get_subcommand_parser(self, version):
|
||||||
|
Reference in New Issue
Block a user