summaryrefslogtreecommitdiff
path: root/glanceclient/exc.py
Commit message (Expand)AuthorAgeFilesLines
* Do not use the six library.Cyril Roelandt2020-06-231-4/+1
* Remove redundant information from error messagebhagyashris2019-03-061-1/+1
* py3: Fix encoding and use sys.stdin.bufferSirushti Murugesan2016-07-251-0/+4
* Fix Typos in commentsrahulram2015-08-261-1/+1
* Merge "Fix minor typo in version error message"Jenkins2015-03-111-1/+1
|\
| * Fix minor typo in version error messageStuart McLaren2014-11-251-1/+1
* | Strip json and html from error messagesd34dh0r532015-02-161-2/+25
|/
* Replace old httpclient with requestsAmalaBasha2014-07-101-1/+1
* Replace OpenStack LLC with OpenStack FoundationZhiQiang Fan2013-09-201-1/+1
* Start using Pyflakes and HackingDirk Mueller2013-06-221-12/+12
* Add details to stdout error message.Ken'ichi Ohmichi2013-01-011-3/+7
* Verify that host matches certificateStuart McLaren2012-11-201-0/+4
* Implement blueprint ssl-connect-reworkStuart McLaren2012-10-081-0/+4
* Catches HTTP 300 while printing responsesisethi2012-09-101-0/+10
* Handle communication failures cleanlyBrian Waldon2012-08-101-5/+16
* Refactor HTTP-related exceptionsBrian Waldon2012-08-081-88/+91
* Simplify v2 schema lookupBrian Waldon2012-08-081-5/+0
* Add missing copyright headersBrian Waldon2012-08-021-0/+15
* Add exceptions for 500 and 503 HTTP status codesBrian Waldon2012-07-291-2/+19
* Replace httplib2 with httplib as http driverBrian Waldon2012-07-231-24/+8
* Establish the supported importable interfaceBrian Waldon2012-07-131-0/+131