diff options
| author | Guang Yee <guang.yee@hp.com> | 2012-11-08 16:32:17 -0800 |
|---|---|---|
| committer | Guang Yee <guang.yee@hp.com> | 2012-12-04 09:18:20 -0800 |
| commit | 5939541bc771e1205394b05e757d7b23b3aca862 (patch) | |
| tree | 999460b6e5aeaf2e96ebd9f56181f6b9a211eaba /tools | |
| parent | 94cbb616634f89fd35c2f9d62041d63e8d79bde3 (diff) | |
| download | python-keystoneclient-5939541bc771e1205394b05e757d7b23b3aca862.tar.gz | |
bug-1040361: use keyring to store tokens
User can optionally turn off keyring by specifying the --no-cache option.
It can also be disabled with environment variable OS-NO-CACHE.
Change-Id: I8935260bf7fd6befa14798da9b4d02c81e65c417
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/test-requires | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test-requires b/tools/test-requires index 69d94ba..caa6e2c 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -1,6 +1,7 @@ distribute>=0.6.24 coverage +keyring mock mox nose |
