[Yahoo-eng-team] [Bug 1693670] Re: Fix doc generation for Python3

2023-04-26 Thread Tim Burke
Swift has been building docs under py3 since 2.22.0 ** Changed in: swift Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1693670 Title: Fix doc

[Yahoo-eng-team] [Bug 1667579] Re: swift-proxy-server fails to start with Python 3.5

2019-09-19 Thread Tim Burke
As of Swift 2.22.0, we have support for py3 across all services and daemons. FWIW, this particular problem was addressed in https://opendev.org/openstack/swift/commit/11bf9e4 ** Changed in: swift Status: Confirmed => Fix Released -- You received this bug notification because you are a me

[Yahoo-eng-team] [Bug 973681] Re: S3 token should memcache the token validated in keystone

2018-09-24 Thread Tim Burke
s3token development has moved, first to swift3 and now to swift. If anyone's still interested, there's a patch up at https://review.openstack.org/#/c/603529/ ** Changed in: keystonemiddleware Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ya

[Yahoo-eng-team] [Bug 1473042] Re: s3 token authentication doesn't support v4 protocol

2018-09-24 Thread Tim Burke
I believe this only required changes in swift3 and keystone; keystonemiddleware just passed everything on to the server. At any rate, if there's more work to be done, it's Swift's problem now; see https://github.com/openstack/swift3/commit/b626a3c and https://github.com/openstack/swift/commit/636b9

[Yahoo-eng-team] [Bug 1600109] Re: Unit tests should not perform logging, but some tests still use

2017-09-27 Thread Tim Burke
** Changed in: swift Status: Incomplete => Invalid ** Changed in: swift Assignee: Ji.Wei (jiwei) => (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs

[Yahoo-eng-team] [Bug 1193112] Re: stack.sh fails with Swift-proxy failure and ECONNREFUSED excepction in g-api

2017-09-11 Thread Tim Burke
This seems to have been resolved sometime in the last few years. ** Changed in: swift Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bu

[Yahoo-eng-team] [Bug 1683580] Re: gate-neutron-dynamic-routing-dsvm-tempest-api failure by "BGP Speaker extension is not enabled"

2017-08-17 Thread Tim Burke
No worries, thanks for looking out for us! I just wasn't sure what to even look for to see if swift *is* affected. I think I'll close it out for now, and keep this in mind if I ever see failures that mention API extensions :-) ** Changed in: swift Status: Incomplete => Invalid -- You rece

[Yahoo-eng-team] [Bug 1475570] Re: Horizon fails getting container lists

2017-08-01 Thread Tim Burke
Sounds like the token used by python-swiftclient expired. Swift correctly responds 401 Unauthorized, the client tries to fetch a new token, but it doesn't have enough of the credentials to do so. I think horizon either needs to pass in more of the credential when creating the Connection object (it

[Yahoo-eng-team] [Bug 1268439] Re: range method is not same in py3.x and py2.x

2017-07-21 Thread Tim Burke
Closing for Swift. We've cleaned up our use of xrange (see bug 1262147), but I think to run down all the places that we expect/require the result to be a list, we'll need to actually have python3 support (see bug 1691075 and bug 1667579). ** Changed in: swift Status: In Progress => Invalid

[Yahoo-eng-team] [Bug 1257301] Re: Bump hacking to 0.8

2017-03-09 Thread Tim Burke
Seems to have been fixed for python-swiftclient in https://github.com/openstack/python-swiftclient/commit/b9b8b8b ** Changed in: python-swiftclient Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subsc

[Yahoo-eng-team] [Bug 1279611] Re: urlparse is incompatible for python 3

2016-02-17 Thread Tim Burke
Looks like this was addressed for Swift in https://review.openstack.org/#/c/232536/ - this was committed as https://git.openstack.org/cgit/openstack/swift/commit/?id=c0af385173658fa149bddf155aeb1ae0bbd4eb7e and released in 2.6.0. ** Changed in: swift Status: In Progress => Fix Released **

[Yahoo-eng-team] [Bug 1479943] [NEW] XmlBodyMiddleware stubs break existing configs

2015-07-30 Thread Tim Burke
Public bug reported: The Kilo Keystone release dropped support for requests with XML bodies, but included shims to (presumably) prevent existing configs from breaking. This works as desired for XmlBodyMiddleware, but not XmlBodyMiddlewareV2 and XmlBodyMiddlewareV3. As a result, all client requests