index
:
delta/openstack/python-glanceclient.git
feature/artifacts
master
stable/2023.1
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-glanceclient.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glanceclient
/
shell.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get endpoint if os_image_url is not set
Niall Bunting
2016-05-24
1
-1
/
+10
*
Use session when not specified token or endpoint
Darja Shakhray
2016-03-09
1
-94
/
+84
*
Use the subcomand parsed args instead of the base
Flavio Percoco
2015-10-14
1
-1
/
+1
*
Add check Identity validate when get schemas
Takeaki Matsumoto
2015-09-29
1
-0
/
+3
*
No auth when token and endpoint are passed
Flavio Percoco
2015-09-25
1
-11
/
+6
*
Fixes CLI client called without subcommands
Erno Kuvaja
2015-09-11
1
-2
/
+3
*
Print the reverting back to v1 to stderr
Erno Kuvaja
2015-09-09
1
-1
/
+1
*
Don't make `help` require auth parameters
Flavio Percoco
2015-09-09
1
-35
/
+47
*
Consider `--os-token` when using v2
Flavio Percoco
2015-09-04
1
-10
/
+8
*
Check if v2 is available and fallback
Flavio Percoco
2015-09-04
1
-8
/
+16
*
Password should be prompted once
Flavio Percoco
2015-09-01
1
-0
/
+7
*
Remove custom SSL compression handling
Stuart McLaren
2015-08-26
1
-1
/
+4
*
Use API v2 as default
Fei Long Wang
2015-08-11
1
-7
/
+20
*
Enable flake8 checks
Darja Shakhray
2015-07-21
1
-3
/
+1
*
Import only modules and update tox.ini
Cindy Pallares
2015-06-17
1
-2
/
+1
*
Merge "Improve import related error handling"
Jenkins
2015-05-26
1
-9
/
+24
|
\
|
*
Improve import related error handling
Stuart McLaren
2015-05-08
1
-9
/
+24
*
|
Do not crash on homedir mkdir
Thomas Goirand
2015-05-14
1
-1
/
+9
|
/
*
Merge "Remove duplicate 'a' in the help string of --os-image-url"
Jenkins
2015-03-10
1
-1
/
+1
|
\
|
*
Remove duplicate 'a' in the help string of --os-image-url
Christian Berendt
2015-01-20
1
-1
/
+1
*
|
Merge "Remove graduated gettextutils from openstack/common"
Jenkins
2015-03-03
1
-1
/
+2
|
\
\
|
*
|
Remove graduated gettextutils from openstack/common
Ian Cordasco
2015-02-03
1
-1
/
+2
*
|
|
Merge "Strip json and html from error messages"
Jenkins
2015-03-01
1
-13
/
+15
|
\
\
\
|
*
|
|
Strip json and html from error messages
d34dh0r53
2015-02-16
1
-13
/
+15
|
|
|
/
|
|
/
|
*
|
|
Merge "Fixed CLI help for bash-completion"
Jenkins
2015-02-23
1
-1
/
+2
|
\
\
\
|
*
|
|
Fixed CLI help for bash-completion
Yvonne Stachowski
2015-01-28
1
-1
/
+2
|
|
/
/
*
|
|
Merge "Return 130 for keyboard interrupt"
Jenkins
2015-02-06
1
-1
/
+1
|
\
\
\
|
*
|
|
Return 130 for keyboard interrupt
Rakesh H S
2015-02-05
1
-1
/
+1
*
|
|
|
Change oslo.utils to oslo_utils
Louis Taylor
2015-02-05
1
-2
/
+2
|
/
/
/
*
|
|
Use utils.exit rather than print+sys.exit
Louis Taylor
2015-02-03
1
-4
/
+2
|
|
/
|
/
|
*
|
Remove openstack.common.importutils
Louis Taylor
2015-01-28
1
-1
/
+1
*
|
Remove openstack.common.strutils
Louis Taylor
2015-01-27
1
-2
/
+2
|
/
*
Merge "Add os_ prefix to project_domain_name/id"
Jenkins
2015-01-04
1
-3
/
+3
|
\
|
*
Add os_ prefix to project_domain_name/id
Oleksii Chuprykov
2014-12-09
1
-3
/
+3
*
|
Output clear error message on invalid api version
Mike Fedosin
2014-12-10
1
-1
/
+5
*
|
Don't require version to create Client instance
Flavio Percoco
2014-12-09
1
-4
/
+21
|
/
*
Merge "Add useful error on invalid --os-image-api-version"
Jenkins
2014-12-02
1
-1
/
+7
|
\
|
*
Add useful error on invalid --os-image-api-version
Louis Taylor
2014-11-25
1
-1
/
+7
*
|
Merge "Adds tty password entry for glanceclient"
Jenkins
2014-11-25
1
-4
/
+16
|
\
\
|
|
/
|
/
|
|
*
Adds tty password entry for glanceclient
John Trowbridge
2014-10-23
1
-4
/
+16
*
|
Merge "Add bash completion to glance client"
Jenkins
2014-11-20
1
-0
/
+28
|
\
\
|
*
|
Add bash completion to glance client
Michal Dulko
2014-08-22
1
-0
/
+28
*
|
|
Merge "Fix to ensure endpoint_type is used by _get_endpoint()"
Jenkins
2014-11-11
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix to ensure endpoint_type is used by _get_endpoint()
Andy McCrae
2014-09-10
1
-1
/
+1
*
|
|
Print traceback to stderr if --debug is set
Louis Taylor
2014-09-15
1
-0
/
+7
*
|
|
Merge "Import missing gettextutils._ in shell.py"
Jenkins
2014-09-13
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Import missing gettextutils._ in shell.py
Matthew Booth
2014-09-02
1
-0
/
+1
|
|
/
*
|
Support for Metadata Definitions Catalog API
0.14.0
Pawel Koniszewski
2014-09-03
1
-16
/
+21
|
/
*
Enable osprofiler interface in glanceclient shell
Zhi Yan Liu
2014-08-19
1
-1
/
+28
*
Remove deprecated commands from shell
Cindy Pallares
2014-08-12
1
-78
/
+1
[next]