Earlier  
Posted Nick Remark
#openstack-sdks - 2018-01-15
06:24:08 openstackgerrit Adrian Turjak proposed openstack/python-openstacksdk master: Add ability to register non-official services https://review.openstack.org/533263
06:24:09 openstackgerrit Adrian Turjak proposed openstack/python-openstacksdk master: Remove message v1 support https://review.openstack.org/533322
06:24:09 openstackgerrit Adrian Turjak proposed openstack/python-openstacksdk master: Remove metric service https://review.openstack.org/533265
06:24:10 openstackgerrit Adrian Turjak proposed openstack/python-openstacksdk master: Migrate object_store to resource2/proxy2 https://review.openstack.org/533323
06:24:28 adriant sorry about the spam... I had to rebase a thing.
06:25:51 adriant mordred: I did some wory on the object_store patch. Can't continue right away, but hopefully that at least gets you there part of the way.
06:26:09 adriant the test_proxy tests aren't passing, but everything else is...
06:26:25 adriant so I go part of the way there.
06:28:24 adriant Also, I changed allow_get=False for objects, since well... it doesn't make sense unless we write a variant of _translate_response that stores the returned data in the data field since it would otherwise act the same way as HEAD, and you then added download which kind of makes calling get directly fairly silly.
08:21:01 openstackgerrit Dinesh Bhor proposed openstack/keystoneauth master: Split request logging into four different loggers https://review.openstack.org/505764
10:36:35 openstackgerrit Dmitry Tantsur proposed openstack/api-wg master: Add guideline on exposing microversions in SDKs https://review.openstack.org/532814
10:46:51 openstackgerrit Dmitry Tantsur proposed openstack/api-wg master: Add guideline on exposing microversions in SDKs https://review.openstack.org/532814
10:54:01 openstackgerrit OpenStack Proposal Bot proposed openstack/openstackclient master: Updated from global requirements https://review.openstack.org/521902
10:54:54 openstackgerrit OpenStack Proposal Bot proposed openstack/openstackclient master: Updated from global requirements https://review.openstack.org/521902
11:00:38 openstackgerrit OpenStack Proposal Bot proposed openstack/python-openstackclient master: Updated from global requirements https://review.openstack.org/533610
14:04:28 cdent edleafe, dtantsur : distant early warning that I will be travelling during the next api-sig meeting
14:04:41 dtantsur ack
14:08:01 openstackgerrit OpenStack Proposal Bot proposed openstack/openstackclient master: Updated from global requirements https://review.openstack.org/521902
15:09:55 openstackgerrit Andreas Jaeger proposed openstack/os-api-ref master: Fix wrong links https://review.openstack.org/501079
15:10:06 openstackgerrit Andreas Jaeger proposed openstack/os-api-ref master: Fix wrong links https://review.openstack.org/501079
15:13:23 openstackgerrit Merged openstack/python-openstackclient master: Updated from global requirements https://review.openstack.org/533610
15:30:09 openstackgerrit Merged openstack/os-service-types master: Add factory helper function which returns a singleton https://review.openstack.org/533250
21:12:59 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Split request logging into four different loggers https://review.openstack.org/505764
21:13:00 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Remove PYTHONHASHSEED setting https://review.openstack.org/533798
22:23:32 openstackgerrit Hongbin Lu proposed openstack/python-openstackclient master: [WIP] Support filtering Floating IP by device_id https://review.openstack.org/533809
22:24:32 openstackgerrit Hongbin Lu proposed openstack/python-openstackclient master: [WIP] Support filtering Floating IP by device_id https://review.openstack.org/533809
22:36:51 openstackgerrit Hongbin Lu proposed openstack/python-openstacksdk master: [WIP] Add 'device_id' to Floating IP https://review.openstack.org/533811
23:47:23 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Change update/create method options https://review.openstack.org/533438
23:47:24 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Rationalize logging helpers and docs https://review.openstack.org/532634
23:47:24 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Merge user and users sections of the docs https://review.openstack.org/532633
23:47:25 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Remove meter service https://review.openstack.org/533264
23:47:25 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Add ability to register non-official services https://review.openstack.org/533263
23:47:26 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Remove message v1 support https://review.openstack.org/533322
23:47:26 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Remove metric service https://review.openstack.org/533265
23:47:27 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Invert the attribute mapping https://review.openstack.org/533822
23:47:27 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Migrate object_store to resource2/proxy2 https://review.openstack.org/533323
23:47:28 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Update type conversion to handle subtypes more better https://review.openstack.org/533824
23:47:28 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Clean up a bit after the mapping inversion https://review.openstack.org/533823
23:47:29 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Rename resource2 and proxy2 to resource and proxy https://review.openstack.org/533826
23:47:29 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Remove resource and proxy https://review.openstack.org/533825
23:48:19 mordred adriant: thanks for the work on the object_store patch (and for the other patch) - I got the tests fixed up for the object-store patch, and the docs failures fixed - so that stack *should* be fairly green
23:49:10 adriant mordred: nice! I hope the extra stuff I added (update_method, and alias) also makes sense
23:49:29 adriant I have a feeling swift was why prop originally had alias....
23:49:57 adriant but I didn't dig back far enough into git history to check
23:52:16 mordred adriant: yah - I like both - and in fact alias got me down a whole other path which I'm pretty happy with where it ended up -although my brain hurt in the middle
23:53:25 adriant I only setup alias for __get__ though, and potentially it might be useful with __set__ as well, but that gets complex
23:57:29 mordred adriant: yah- I think it's more important for __get__ - because of the swift case. turned out you want to know the object's etag - and you don't want it to be different depending on whether the object came from a json body from a container listing or from a HEAD on the object
23:57:50 adriant exactly
23:58:00 adriant although... fucking last modifed...
23:58:17 adriant it's two different formats...
23:58:35 mordred of course it is
#openstack-sdks - 2018-01-16
00:00:01 mordred incidentally, I migrated some of the object_store tests to requests_mock instead of reworking their existing mocks - which actually shook out a few bugs
01:01:59 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Change update/create method options https://review.openstack.org/533438
01:20:27 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Merge user and users sections of the docs https://review.openstack.org/532633
01:20:27 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Change update/create method options https://review.openstack.org/533438
01:20:28 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Add ability to register non-official services https://review.openstack.org/533263
01:20:28 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Rationalize logging helpers and docs https://review.openstack.org/532634
01:20:29 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Remove metric service https://review.openstack.org/533265
01:20:29 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Remove meter service https://review.openstack.org/533264
01:20:30 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Migrate object_store to resource2/proxy2 https://review.openstack.org/533323
01:20:30 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Remove message v1 support https://review.openstack.org/533322
01:20:31 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Clean up a bit after the mapping inversion https://review.openstack.org/533823
01:20:31 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Invert the attribute mapping https://review.openstack.org/533822
01:20:32 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Remove resource and proxy https://review.openstack.org/533825
01:20:32 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Update type conversion to handle subtypes more better https://review.openstack.org/533824
01:20:33 openstackgerrit Monty Taylor proposed openstack/python-openstacksdk master: Rename resource2 and proxy2 to resource and proxy https://review.openstack.org/533826
01:43:32 openstackgerrit Merged openstack/python-openstacksdk master: Remove the deprecated "giturl" option https://review.openstack.org/533449
04:01:46 openstackgerrit OpenStack Proposal Bot proposed openstack-infra/shade master: Updated from global requirements https://review.openstack.org/525368
04:09:40 openstackgerrit OpenStack Proposal Bot proposed openstack/keystoneauth master: Updated from global requirements https://review.openstack.org/533964
04:24:47 openstackgerrit OpenStack Proposal Bot proposed openstack/openstackclient master: Updated from global requirements https://review.openstack.org/521902
04:25:15 openstackgerrit OpenStack Proposal Bot proposed openstack/os-client-config master: Updated from global requirements https://review.openstack.org/533991
04:25:31 openstackgerrit OpenStack Proposal Bot proposed openstack/os-service-types master: Updated from global requirements https://review.openstack.org/533992
04:26:13 openstackgerrit OpenStack Proposal Bot proposed openstack/osc-lib master: Updated from global requirements https://review.openstack.org/533996
04:26:16 openstackgerrit OpenStack Proposal Bot proposed openstack/osc-lib master: Updated from global requirements https://review.openstack.org/533997
04:32:05 openstackgerrit OpenStack Proposal Bot proposed openstack/python-openstackclient master: Updated from global requirements https://review.openstack.org/534040
04:32:08 openstackgerrit OpenStack Proposal Bot proposed openstack/python-openstackclient master: Updated from global requirements https://review.openstack.org/534041
04:32:14 openstackgerrit OpenStack Proposal Bot proposed openstack/python-openstacksdk master: Updated from global requirements https://review.openstack.org/534042
04:32:17 openstackgerrit OpenStack Proposal Bot proposed openstack/python-openstacksdk master: Updated from global requirements https://review.openstack.org/534043
04:32:18 openstackgerrit OpenStack Proposal Bot proposed openstack/python-openstacksdk master: Updated from global requirements https://review.openstack.org/534044
07:07:08 openstackgerrit Andreas Jaeger proposed openstack/os-api-ref master: Fix wrong links https://review.openstack.org/501079
07:13:05 openstackgerrit Andreas Jaeger proposed openstack/python-openstackclient master: Use Zuul v3 fetch-subunit-output https://review.openstack.org/534135
07:22:00 openstackgerrit Andreas Jaeger proposed openstack/python-openstacksdk master: Use Zuul v3 fetch-subunit-output https://review.openstack.org/534140
07:23:50 openstackgerrit Andreas Jaeger proposed openstack-infra/shade master: Use Zuul v3 fetch-subunit-output https://review.openstack.org/534142
12:35:49 openstackgerrit Merged openstack/python-openstackclient master: Updated from global requirements https://review.openstack.org/534040
12:46:55 frickler mordred: I'd like to have a word or two with you regarding https://storyboard.openstack.org/#!/story/2001475
13:10:05 openstackgerrit Jens Harbott (frickler) proposed openstack-infra/shade master: Fix address format used in find_best_address() https://review.openstack.org/534300
13:13:25 openstackgerrit Jens Harbott (frickler) proposed openstack-infra/shade master: Fix address format used in find_best_address() https://review.openstack.org/534300
13:50:01 mordred frickler: oh - that looks yuck
13:52:13 frickler mordred: yes, but even when I fix this, I'm wondering why the code doesn't care at all about whether we have a floating or a fixed IP.
13:52:54 frickler mordred: because I can see the connection-attempt-based detection go completely bogus iff I have overlap in my private address spaces
13:58:39 mordred frickler: well, having a fixed vs floating ip doesn't actually tell you anything
13:58:50 mordred not all clouds are fixed=private, floating=public
13:59:17 frickler mordred: but are there clouds with floating=private?
13:59:37 mordred ah - no, there are not, that's a good point
13:59:58 frickler mordred: so trying the floating IP first wouldn't break anything
14:00:11 mordred nope - and I think is a good idea
14:00:56 mordred frickler: so yah - I'd support checking the floating ip first for sure
14:02:14 frickler mordred: o.k., I'll put that on my list, but I won't be sad if you (or someone else) implement it ;)
14:04:43 mordred frickler: :)
14:24:23 slaweq frickler: mordred: I can help with that maybe if You want

Earlier   Later