Remove "--os-identity-api-version" argument

The argument of "--os-identity-api-version" is no longer required
in freezerclient module.

Change-Id: I5851163137d75f980b4254e45202b167fab8c2a7
This commit is contained in:
Cai Hui 2018-10-31 06:38:21 -04:00
parent 7c4eb63c6f
commit f6320229f9
1 changed files with 0 additions and 5 deletions

View File

@ -180,11 +180,6 @@ def build_os_options():
'(e.g. with username & password). Defaults '
'to env[OS_TOKEN].',
dest='os_token'),
cfg.StrOpt('os-identity-api-version',
default=env('OS_IDENTITY_API_VERSION'),
help='Identity API version: 2.0 or 3. '
'Defaults to env[OS_IDENTITY_API_VERSION]',
dest='os_identity_api_version'),
cfg.StrOpt('os-endpoint-type',
choices=['public', 'publicURL', 'internal', 'internalURL',
'admin', 'adminURL'],