Remove keystone v2 related code

Change-Id: I9de621ee973d62fe845e18907ee21f5e64ae401c
This commit is contained in:
Caihui 2020-06-19 20:45:07 -07:00
parent 179acb3469
commit 9a214616ec
1 changed files with 0 additions and 10 deletions

View File

@ -223,16 +223,6 @@ def build_os_options():
help='User\'s domain name. Defaults to '
'env[OS_USER_DOMAIN_NAME].',
dest='os_user_domain_name'),
cfg.StrOpt('os-tenant-name',
default=env('OS_TENANT_NAME'),
help='Tenant to request authorization on. Defaults to '
'env[OS_TENANT_NAME].',
dest='os_tenant_name'),
cfg.StrOpt('os-tenant-id',
default=env('OS_TENANT_ID'),
help='Tenant to request authorization on. Defaults to '
'env[OS_TENANT_ID].',
dest='os_tenant_id'),
cfg.StrOpt('os-auth-url',
default=env('OS_AUTH_URL'),
help='Specify the Identity endpoint to use for '