index
:
delta/openstack/python-keystoneclient.git
feature/keystone-v3
feature/keystoneauth_integration
master
stable/2023.1
stable/icehouse
stable/juno
stable/kilo
stable/liberty
stable/mitaka
stable/newton
stable/ocata
stable/pike
stable/queens
stable/rocky
stable/stein
stable/train
stable/ussuri
stable/victoria
stable/wallaby
stable/xena
stable/yoga
stable/zed
opendev.org: openstack/python-keystoneclient.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
keystoneclient
/
shell.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove debug specific handling
Jamie Lennox
2013-12-20
1
-1
/
+0
*
Fix --debug handling in the shell
Thomas Herve
2013-12-09
1
-0
/
+4
*
Merge "Fix typo in keystoneclient"
Jenkins
2013-12-03
1
-2
/
+2
|
\
|
*
Fix typo in keystoneclient
huangtianhua
2013-11-25
1
-2
/
+2
*
|
Warn user about unsupported API version
Tristan Cacqueray
2013-12-02
1
-0
/
+4
|
/
*
Remove SERVICE_TOKEN and SERVICE_ENDPOINT env vars
Tom Fifield
2013-10-19
1
-14
/
+0
*
Merge "python3: Refactor dict for python2/python3 compat"
Jenkins
2013-10-16
1
-1
/
+1
|
\
|
*
python3: Refactor dict for python2/python3 compat
Chuck Short
2013-10-11
1
-1
/
+1
*
|
Replace OpenStack LLC with OpenStack Foundation
0.4.1
ZhiQiang Fan
2013-10-17
1
-1
/
+1
*
|
Fixes print error for keystone action with non-English characters
chenxiao
2013-09-26
1
-1
/
+3
|
/
*
Deprecation warning should be 'pending'
Dolph Mathews
2013-09-05
1
-3
/
+3
*
Deprecation warning for the CLI
Dolph Mathews
2013-09-03
1
-1
/
+5
*
Fix and enable Gating on H404
Dirk Mueller
2013-08-15
1
-5
/
+3
*
flake8: fix alphabetical imports and enable H306
Dolph Mathews
2013-08-01
1
-2
/
+2
*
Use Python 3.x compatible print syntax
Dirk Mueller
2013-06-23
1
-3
/
+5
*
Cleanup shell's authentication check.
Jamie Lennox
2013-06-12
1
-67
/
+55
*
Suggestion of a new arguments display in the help, to reflect required ones
Christophe Sauthier
2013-05-25
1
-1
/
+2
*
help text improvements
Alan Pevec
2013-03-08
1
-5
/
+6
*
Allow request timeout to be specified.
Joshua Harlow
2013-01-18
1
-3
/
+28
*
Make it possible to debug by running module.
0.2.1
Adam Young
2012-12-20
1
-0
/
+4
*
Use requests module for HTTP/HTTPS
Dean Troyer
2012-12-18
1
-19
/
+13
*
modify ca-certificate default value
Wu Wenxiang
2012-12-15
1
-1
/
+1
*
Rename --no_cache to --os_cache.
Dan Prince
2012-12-07
1
-7
/
+6
*
bug-1040361: use keyring to store tokens
Guang Yee
2012-12-04
1
-1
/
+37
*
Add --version CLI opt and __version__ module attr
Brian Waldon
2012-11-28
1
-0
/
+5
*
Merge "Check for auth URL before password (bug 1076235)"
0.2.0
Jenkins
2012-11-16
1
-5
/
+5
|
\
|
*
Check for auth URL before password (bug 1076235)
Dolph Mathews
2012-11-07
1
-5
/
+5
*
|
Merge "check creds before token/endpoint (bug 1076233)"
Jenkins
2012-11-16
1
-14
/
+14
|
\
\
|
|
/
|
*
check creds before token/endpoint (bug 1076233)
Dolph Mathews
2012-11-07
1
-14
/
+14
*
|
Merge "Update README and CLI help"
Jenkins
2012-11-16
1
-16
/
+29
|
\
\
|
*
|
Update README and CLI help
Dolph Mathews
2012-11-14
1
-16
/
+29
*
|
|
Merge "Warn about bypassing auth on CLI (bug 1076225)"
Jenkins
2012-11-16
1
-3
/
+15
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Warn about bypassing auth on CLI (bug 1076225)
Dolph Mathews
2012-11-07
1
-3
/
+15
*
|
Merge "HACKING compliance: consistent usage of 'except'"
Jenkins
2012-11-13
1
-1
/
+1
|
\
\
|
*
|
HACKING compliance: consistent usage of 'except'
Dolph Mathews
2012-11-05
1
-1
/
+1
*
|
|
removing repeat attempt at authorization in client
Joe Heck
2012-11-09
1
-8
/
+5
|
|
/
|
/
|
*
|
Merge "Update --os-* error messages"
Jenkins
2012-11-07
1
-8
/
+8
|
\
\
|
|
/
|
/
|
|
*
Update --os-* error messages
Dolph Mathews
2012-10-30
1
-8
/
+8
*
|
Fixes https connections to keystone when no CA certificates
Sam Morrison
2012-10-20
1
-1
/
+1
|
/
*
bootstrap a keystone user (e.g. admin) in one cmd
Dolph Mathews
2012-10-10
1
-0
/
+2
*
switching options to match authentication paths
Joe Heck
2012-09-25
1
-14
/
+35
*
removing deprecated commandline options
Joe Heck
2012-09-20
1
-23
/
+0
*
Merge "splitting http req and resp logging also some pep8 cleanup in shell.py"
Jenkins
2012-08-23
1
-2
/
+3
|
\
|
*
splitting http req and resp logging
Joe Heck
2012-08-23
1
-2
/
+3
*
|
Change underscores in new cert options to dashes
Dean Troyer
2012-08-22
1
-4
/
+13
|
/
*
Add '--insecure' commandline argument
0.1.2
Sascha Peilicke
2012-07-20
1
-2
/
+13
*
If no password in env or command line, try prompting
Ken Thomas
2012-07-10
1
-3
/
+15
*
add keystone bash-completion
Dominik Heidler
2012-07-06
1
-0
/
+28
*
Support 2-way SSL with Keystone server if it is configured to enforce
Liem Nguyen
2012-07-03
1
-2
/
+43
*
Change CLI options to use dashes
Dean Troyer
2012-06-28
1
-11
/
+25
[next]