~ubuntu-branches/ubuntu/trusty/python-cinderclient/trusty

« back to all changes in this revision

Viewing changes to cinderclient/openstack/common/apiclient/client.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2014-03-06 15:15:14 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20140306151514-ihbixyaopbhaqdju
Tags: 1:1.0.8-0ubuntu1
* New upstream release.
* debian/patches/fix-search-opts.patch: Dropped no longer needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# vim: tabstop=4 shiftwidth=4 softtabstop=4
2
 
 
3
1
# Copyright 2010 Jacob Kaplan-Moss
4
2
# Copyright 2011 OpenStack Foundation
5
3
# Copyright 2011 Piston Cloud Computing, Inc.
52
50
      services (e.g., for compute and image clients);
53
51
    - reissue authentication request for expired tokens;
54
52
    - encode/decode JSON bodies;
55
 
    - raise exeptions on HTTP errors;
 
53
    - raise exceptions on HTTP errors;
56
54
    - pluggable authentication;
57
55
    - store authentication information in a keyring;
58
56
    - store time spent for requests;