From 644ba9beafe7f73cc3e799d6e7179372af4f8ffc Mon Sep 17 00:00:00 2001 From: wangzhh Date: Sat, 5 Aug 2017 07:53:29 -0400 Subject: [PATCH] Remove unused CLI options Remove token and tenant_name from CLI options. Change-Id: Iaea1e8f7fab60ea25985cc69aa7b5d8b9268ffa0 Closes-Bug:#1708752 --- zunclient/common/apiclient/auth.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/zunclient/common/apiclient/auth.py b/zunclient/common/apiclient/auth.py index 31a09042..af6d0b1f 100644 --- a/zunclient/common/apiclient/auth.py +++ b/zunclient/common/apiclient/auth.py @@ -65,8 +65,6 @@ class BaseAuthPlugin(object): "auth_system", "username", "password", - "tenant_name", - "token", "auth_url", ]