~notmyname/swift/allowed_headers_head

« back to all changes in this revision

Viewing changes to swift/common/middleware/swauth.py

  • Committer: Tarmac
  • Author(s): gholt
  • Date: 2011-04-16 06:07:46 UTC
  • mfrom: (276.1.1 pep8yetagain)
  • Revision ID: tarmac-20110416060746-km1jlzczrur0vhp8
PEP8 Fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
468
468
 
469
469
             {"account_id": "AUTH_018c3946-23f8-4efb-a8fb-b67aae8e4162",
470
470
              "services": {"storage": {"default": "local",
471
 
                                       "local": "http://127.0.0.1:8080/v1/AUTH_018c3946-23f8-4efb-a8fb-b67aae8e4162"}},
 
471
                           "local": "http://127.0.0.1:8080/v1/AUTH_018c3946"}},
472
472
              "users": [{"name": "tester"}, {"name": "tester3"}]}
473
473
 
474
474
        :param req: The webob.Request to process.
522
522
        this::
523
523
 
524
524
              "services": {"storage": {"default": "local",
525
 
                                       "local": "http://127.0.0.1:8080/v1/AUTH_018c3946-23f8-4efb-a8fb-b67aae8e4162"}}
 
525
                            "local": "http://127.0.0.1:8080/v1/AUTH_018c3946"}}
526
526
 
527
527
        Making use of this section is described in :func:`handle_get_token`.
528
528