summaryrefslogtreecommitdiff
path: root/glanceclient/shell.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Use session when not specified token or endpoint"Jenkins2016-02-011-94/+84
|\
| * Use session when not specified token or endpointDarja Shakhray2016-01-141-94/+84
* | use keystoneclient exceptions instead of oslo-incubator codeSteve Martinelli2015-12-271-1/+1
|/
* Disable suggestion of v1 help for v2 commandsNiallBunting2015-12-091-3/+14
* Merge "Fix typo in 'help' in python-glanceclient"Jenkins2015-11-271-3/+2
|\
| * Fix typo in 'help' in python-glanceclientDarja Shakhray2015-11-271-3/+2
* | Merge "Use common identity parameters fro keystone client"Jenkins2015-11-051-98/+6
|\ \
| * | Use common identity parameters fro keystone clientkairat_kushaev2015-09-281-98/+6
* | | Import i18n functions directlykairat_kushaev2015-10-161-2/+1
* | | Merge "print usage when no argument is specified for python3"Jenkins2015-10-141-1/+2
|\ \ \
| * | | print usage when no argument is specified for python3Zhiqiang Fan2015-10-091-1/+2
| | |/ | |/|
* | | Use the subcomand parsed args instead of the baseFlavio Percoco2015-10-121-1/+1
|/ /
* | Merge "Replace exception_to_str with oslo.utils function"Jenkins2015-09-301-1/+1
|\ \
| * | Replace exception_to_str with oslo.utils functionkairat_kushaev2015-09-221-1/+1
* | | Merge "Add check Identity validate when get schemas"Jenkins2015-09-291-0/+3
|\ \ \ | |_|/ |/| |
| * | Add check Identity validate when get schemasTakeaki Matsumoto2015-07-241-0/+3
* | | Merge "No auth when token and endpoint are passed"Jenkins2015-09-251-11/+6
|\ \ \
| * | | No auth when token and endpoint are passedFlavio Percoco2015-09-251-11/+6
| | |/ | |/|
* | | Add period in help messageAtsushi SAKAI2015-09-191-2/+2
|/ /
* | Fixes CLI client called without subcommandsErno Kuvaja2015-09-111-2/+3
* | Print the reverting back to v1 to stderrErno Kuvaja2015-09-091-1/+1
* | Don't make `help` require auth parametersFlavio Percoco2015-09-091-35/+47
* | Consider `--os-token` when using v2Flavio Percoco2015-09-041-10/+8
* | Check if v2 is available and fallbackFlavio Percoco2015-09-041-8/+16
* | Password should be prompted onceFlavio Percoco2015-09-011-0/+7
* | Remove custom SSL compression handlingStuart McLaren2015-08-261-1/+4
* | Use API v2 as defaultFei Long Wang2015-08-111-7/+20
|/
* Enable flake8 checksDarja Shakhray2015-07-211-3/+1
* Import only modules and update tox.iniCindy Pallares2015-06-171-2/+1
* Merge "Improve import related error handling"Jenkins2015-05-261-9/+24
|\
| * Improve import related error handlingStuart McLaren2015-05-081-9/+24
* | Do not crash on homedir mkdirThomas Goirand2015-05-141-1/+9
|/
* Merge "Remove duplicate 'a' in the help string of --os-image-url"Jenkins2015-03-101-1/+1
|\
| * Remove duplicate 'a' in the help string of --os-image-urlChristian Berendt2015-01-201-1/+1
* | Merge "Remove graduated gettextutils from openstack/common"Jenkins2015-03-031-1/+2
|\ \
| * | Remove graduated gettextutils from openstack/commonIan Cordasco2015-02-031-1/+2
* | | Merge "Strip json and html from error messages"Jenkins2015-03-011-13/+15
|\ \ \
| * | | Strip json and html from error messagesd34dh0r532015-02-161-13/+15
| | |/ | |/|
* | | Merge "Fixed CLI help for bash-completion"Jenkins2015-02-231-1/+2
|\ \ \
| * | | Fixed CLI help for bash-completionYvonne Stachowski2015-01-281-1/+2
| |/ /
* | | Merge "Return 130 for keyboard interrupt"Jenkins2015-02-061-1/+1
|\ \ \
| * | | Return 130 for keyboard interruptRakesh H S2015-02-051-1/+1
* | | | Change oslo.utils to oslo_utilsLouis Taylor2015-02-051-2/+2
|/ / /
* | | Use utils.exit rather than print+sys.exitLouis Taylor2015-02-031-4/+2
| |/ |/|
* | Remove openstack.common.importutilsLouis Taylor2015-01-281-1/+1
* | Remove openstack.common.strutilsLouis Taylor2015-01-271-2/+2
|/
* Merge "Add os_ prefix to project_domain_name/id"Jenkins2015-01-041-3/+3
|\
| * Add os_ prefix to project_domain_name/idOleksii Chuprykov2014-12-091-3/+3
* | Output clear error message on invalid api versionMike Fedosin2014-12-101-1/+5
* | Don't require version to create Client instanceFlavio Percoco2014-12-091-4/+21
|/