← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1326321] [NEW] swift output format error in ClientException

 

Public bug reported:

For my wrong configuration, swift don't run, but  it raise stranger
error message. "http://ubuntu:8080:8080/v1/AUTH_...";

Double port number, it confused me for long time.  I use Icehouse.

INFO:swiftclient:RESP STATUS: 403 Forbidden
INFO:swiftclient:RESP HEADERS: [('date', 'Wed, 04 Jun 2014 04:15:35 GMT'), ('content-length', '0'), ('content-type', 'text/html; charset=UTF-8'), ('x-trans-id', 'txeea60c5b181c4bc9914ef-00538e9d67')]
ERROR:swiftclient:Account HEAD failed: http://ubuntu:8080:8080/v1/AUTH_316758c5b3ae45d3911059f50cef938e 403 Forbidden
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/swiftclient/client.py", line 1189, in _retry
    rv = func(self.url, self.token, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/swiftclient/client.py", line 469, in head_account
    http_response_content=body)
ClientException: Account HEAD failed: http://ubuntu:8080:8080/v1/AUTH_316758c5b3ae45d3911059f50cef938e 403 Forbidden
Account HEAD failed: http://ubuntu:8080:8080/v1/AUTH_316758c5b3ae45d3911059f50cef938e 403 Forbidden

** Affects: swift
     Importance: Undecided
         Status: New

** Also affects: swift
   Importance: Undecided
       Status: New

** No longer affects: neutron

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1326321

Title:
  swift output format error in ClientException

Status in OpenStack Object Storage (Swift):
  New

Bug description:
  For my wrong configuration, swift don't run, but  it raise stranger
  error message. "http://ubuntu:8080:8080/v1/AUTH_...";

  Double port number, it confused me for long time.  I use Icehouse.

  INFO:swiftclient:RESP STATUS: 403 Forbidden
  INFO:swiftclient:RESP HEADERS: [('date', 'Wed, 04 Jun 2014 04:15:35 GMT'), ('content-length', '0'), ('content-type', 'text/html; charset=UTF-8'), ('x-trans-id', 'txeea60c5b181c4bc9914ef-00538e9d67')]
  ERROR:swiftclient:Account HEAD failed: http://ubuntu:8080:8080/v1/AUTH_316758c5b3ae45d3911059f50cef938e 403 Forbidden
  Traceback (most recent call last):
    File "/usr/lib/python2.7/dist-packages/swiftclient/client.py", line 1189, in _retry
      rv = func(self.url, self.token, *args, **kwargs)
    File "/usr/lib/python2.7/dist-packages/swiftclient/client.py", line 469, in head_account
      http_response_content=body)
  ClientException: Account HEAD failed: http://ubuntu:8080:8080/v1/AUTH_316758c5b3ae45d3911059f50cef938e 403 Forbidden
  Account HEAD failed: http://ubuntu:8080:8080/v1/AUTH_316758c5b3ae45d3911059f50cef938e 403 Forbidden

To manage notifications about this bug go to:
https://bugs.launchpad.net/swift/+bug/1326321/+subscriptions


Follow ups

References