diff options
| author | Steve Martinelli <stevemar@ca.ibm.com> | 2014-09-23 16:43:31 -0400 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2014-09-23 16:43:31 -0400 |
| commit | 1212ddb431c8ecdebbc89dc54a5854ac7794ace5 (patch) | |
| tree | f075456c232e628fe1aaf4b752067d25f239f99c /openstackclient | |
| parent | 2d1225624c5115491288d53498906226ed53880f (diff) | |
| download | python-openstackclient-1212ddb431c8ecdebbc89dc54a5854ac7794ace5.tar.gz | |
Remove unused reference to keyring
There's a unnecessary reference that is not being used.
Change-Id: I5ac85d2331385e4a31970b63fd17e650f82046ca
Diffstat (limited to 'openstackclient')
| -rw-r--r-- | openstackclient/shell.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openstackclient/shell.py b/openstackclient/shell.py index 24804343..0c91ab6e 100644 --- a/openstackclient/shell.py +++ b/openstackclient/shell.py @@ -35,8 +35,6 @@ from openstackclient.common import timing from openstackclient.common import utils -KEYRING_SERVICE = 'openstack' - DEFAULT_DOMAIN = 'default' |
