Earlier  
Posted Nick Remark
#openstack-sdks - 2018-08-25
11:47:41 openstackgerrit Dmitry Tantsur proposed openstack/openstacksdk master: [DNM] Testing bifrost CI https://review.openstack.org/595572
14:23:48 mordred dtantsur|afk: I think I have some thoughts (for when it's not late and i'm not weirdly jetlagged) about how to generlize that keystoneauth patch
15:57:21 openstackgerrit Samuel de Medeiros Queiroz proposed openstack/openstacksdk master: Listing containers to return Munch objects https://review.openstack.org/596539
16:55:24 openstackgerrit Samuel de Medeiros Queiroz proposed openstack/openstacksdk master: Listing containers to return Munch objects https://review.openstack.org/596539
16:55:25 openstackgerrit Samuel de Medeiros Queiroz proposed openstack/openstacksdk master: Invalidate cache upon container deletion https://review.openstack.org/596545
16:55:26 openstackgerrit Samuel de Medeiros Queiroz proposed openstack/openstacksdk master: Return body on create and get container https://review.openstack.org/596546
17:02:58 openstackgerrit Samuel de Medeiros Queiroz proposed openstack/openstacksdk master: Return body on create and get container https://review.openstack.org/596546
18:35:24 openstackgerrit Merged openstack/openstacksdk master: Alias NotFoundException to ResourceNotFound https://review.openstack.org/594158
#openstack-sdks - 2018-08-26
09:34:37 openstackgerrit Merged openstack/os-client-config master: switch documentation job to new PTI https://review.openstack.org/594378
09:34:39 openstackgerrit Merged openstack/os-client-config master: add python 3.6 unit test job https://review.openstack.org/594379
09:41:36 openstackgerrit Samuel de Medeiros Queiroz proposed openstack/openstacksdk master: Allow returning object on create and get container https://review.openstack.org/596546
16:22:03 openstackgerrit Igor Gnatenko proposed openstack/openstacksdk master: compute: fix typo in update_security_groups() https://review.openstack.org/596609
16:26:34 openstackgerrit Igor Gnatenko proposed openstack/openstacksdk master: compute: fix typo in update_security_groups() https://review.openstack.org/596609
16:30:45 openstackgerrit Igor Gnatenko proposed openstack/openstacksdk master: compute: fix typo in update_security_groups() https://review.openstack.org/596609
16:49:31 ignatenkobrain good evening, everyone
16:49:33 ignatenkobrain would appreciate for review of https://review.openstack.org/#/c/596609/
16:49:42 ignatenkobrain it's very trivial one-line fix ;)
#openstack-sdks - 2018-08-27
00:21:50 adriant ignatenkobrain: are you using nova-networks?
00:40:48 openstackgerrit Adrian Turjak proposed openstack/openstacksdk master: Added image properties to Image class https://review.openstack.org/544544
07:38:00 dtantsur mordred: hey, do we have some service that exposes the expected information on a versioned endpoint? I tried placement, compute and image so far..
07:42:13 dtantsur mordred: oh, and we don't have anything in api-sig about it.. so, what is keystoneauth basing its discovery for versioned endpoints on? there seems to be absolutely no prior art for that.
07:42:26 dtantsur edleafe, if you know ^^^
09:30:03 dtantsur okay, I found the unfinished spec :( we really should pile on it and get it done
10:45:28 openstackgerrit Olivier Bourdon proposed openstack/openstacksdk master: Add Python OpenSSL requirements https://review.openstack.org/596687
12:38:57 openstackgerrit Federico Ressi proposed openstack/os-service-types master: Close descriptor after reading file. https://review.openstack.org/595491
12:38:58 openstackgerrit Federico Ressi proposed openstack/os-service-types master: Add unittest for os_service_types.data module. https://review.openstack.org/596701
13:35:40 openstackgerrit Chuck Short proposed openstack-infra/shade master: Replace assertRaisesRegexp with assertRaisesRegex https://review.openstack.org/596725
14:06:45 openstackgerrit Federico Ressi proposed openstack/os-service-types master: Add unittest for os_service_types.data module. https://review.openstack.org/596701
14:20:27 samueldmq howdy! does anybody else think returning munch objects for create/get of container and object is sane?
14:20:56 samueldmq I've done it for containers and would like some feedback before I go ahead with object: https://review.openstack.org/#/c/596546/
14:21:22 samueldmq it's currently returning metadata as a dict, but as an end user I care more about the object than the metadata headers
14:46:33 openstackgerrit Samuel de Medeiros Queiroz proposed openstack/openstacksdk master: Listing objects to return Munch objects https://review.openstack.org/596780
14:48:37 dtantsur samueldmq: get_container not returning a container looks weird indeed..
14:54:51 samueldmq dtantsur: yes, hard part is that it returns only metadata today, so I had to add a metadata=True parameter, setting to false returns the container instead of metadata
14:55:17 dtantsur samueldmq: do you plan to deprecate it eventually? I guess it can be a source of confusion
14:56:31 samueldmq dtantsur: I don't know what to do, but I agree with you... what we tried to do initially was to follow what the API returns
14:57:07 samueldmq because yes the object store apis let us CRUD the metadata.. however as an end user I don't care about hte metadata
14:57:31 samueldmq I just want to CRUD my objects
14:58:15 dtantsur exactly
14:58:37 dtantsur I guess we could deprecate metadata=True to allow people to move away from it..
14:59:40 samueldmq ++
14:59:53 samueldmq we could have separate methods for handling the object metadata
15:00:49 samueldmq let's try to get some input from others on this too. cc cdent mordred Shrews
15:01:34 samueldmq dtantsur: I'll go ahead and do the same for create_object and get_object
15:01:46 dtantsur k
15:04:14 cdent samueldmq: sorry, can you catch me about this later, add me to a review or something, unfortunately I'm on the way out the door right now
15:05:22 samueldmq cdent: sure! talk to you later
23:21:35 samueldmq kk I got something interesting when validating SDK against a given cloud
23:22:09 samueldmq radosgw's swift api endpoint, which implements swift api in a slightly different way
23:22:32 samueldmq such as returning 200 OK when you do GET /account/container/OBJ_THAT_DOES_NOT_EXIST
23:22:57 samueldmq what do we do about that? I suspect we don't care since it's not pure openstack-swift APIs?
23:23:03 samueldmq mordred: ^ this is interesting, see.
23:35:54 openstackgerrit Merged openstack/keystoneauth master: Add Keystone2Keystone example https://review.openstack.org/594156
#openstack-sdks - 2018-08-28
06:27:13 openstackgerrit Federico Ressi proposed openstack/os-service-types master: Add unittest for os_service_types.data module. https://review.openstack.org/596701
06:27:13 openstackgerrit Federico Ressi proposed openstack/os-service-types master: Close descriptor after reading file. https://review.openstack.org/595491
13:03:30 dtantsur hi folks, I could use some reviews on https://review.openstack.org/#/c/596530/ please. It fixes bifrost with openstacksdk master.
14:14:21 openstackgerrit Merged openstack/os-service-types master: Close descriptor after reading file. https://review.openstack.org/595491
16:13:15 Shrews samueldmq: i don't think we care about what radosgw does
16:15:54 Shrews dtantsur|afk: TheJulia: mordred is on vacation for a while. if you need 596530 merged now, let me know
16:16:38 TheJulia I can take a look at it in a few hours, at the doctor at the moment
16:49:33 samueldmq Shrews: yes that's what I was thinking
16:50:33 samueldmq I'll open a bug on it (radosgw) saying hey this is not swift's contacts, in the case they want to fix it
18:11:50 openstackgerrit Samuel de Medeiros Queiroz proposed openstack/openstacksdk master: Allow returning munch on create and get container https://review.openstack.org/596546
18:11:51 openstackgerrit Samuel de Medeiros Queiroz proposed openstack/openstacksdk master: Listing objects to return Munch objects https://review.openstack.org/596780
18:11:52 openstackgerrit Samuel de Medeiros Queiroz proposed openstack/openstacksdk master: Allow returning munch on create and get object https://review.openstack.org/597198
20:10:41 openstackgerrit Merged openstack/openstacksdk master: Handle missing endpoint_data in maximum_supported_microversions https://review.openstack.org/596530
#openstack-sdks - 2018-08-29
06:07:02 openstackgerrit Merged openstack/os-client-config master: add lib-forward-testing-python3 test job https://review.openstack.org/594380
08:43:12 dtantsur Shrews: thanks for merging it!
14:54:13 openstackgerrit weizj proposed openstack/os-client-config master: fix bug link in readme https://review.openstack.org/597558
20:10:53 openstackgerrit Doug Hellmann proposed openstack/keystoneauth master: import zuul job settings from project-config https://review.openstack.org/597655
20:10:54 openstackgerrit Doug Hellmann proposed openstack/keystoneauth master: switch documentation job to new PTI https://review.openstack.org/597656
20:10:55 openstackgerrit Doug Hellmann proposed openstack/keystoneauth master: add python 3.6 unit test job https://review.openstack.org/597657
20:10:57 openstackgerrit Doug Hellmann proposed openstack/keystoneauth master: add lib-forward-testing-python3 test job https://review.openstack.org/597658
20:37:01 openstackgerrit Jarek Lukow proposed openstack/osc-lib master: issubclass() being called on an instance - take 2 https://review.openstack.org/597699
#openstack-sdks - 2018-08-30
08:20:34 openstackgerrit Dmitry Tantsur proposed openstack/openstacksdk master: Run bifrost integration test jobs https://review.openstack.org/586564
08:21:00 openstackgerrit Dmitry Tantsur proposed openstack/openstacksdk master: baremetal: support newer microversions in {get,update,patch}_machine https://review.openstack.org/594242
09:43:10 openstackgerrit Dmitry Tantsur proposed openstack/openstacksdk master: baremetal: support newer microversions in {get,update,patch}_machine https://review.openstack.org/594242
09:43:22 dtantsur the new bifrost CI job actually caught an issue here ^^^ \o/
09:52:45 dtantsur Shrews: hey! https://review.openstack.org/#/c/586564/ is now ready for approved, could you take a look when you have a minute?
15:11:32 hwoarang hello. We are having an issue with openstack-client. Despite using '--insecure' we still getting ssl errors due to self signed certificates i think https://bpaste.net/show/0d37fe05fd90
15:11:41 hwoarang does anyone have any idea on what is going on?
15:26:33 frickler hwoarang: does it only happen for networking commands? I had a similar issue some time ago, let me dig out the link
15:28:28 frickler hwoarang: that looks similar to me https://storyboard.openstack.org/#!/story/1756723
15:28:43 hwoarang frickler: 'openstack network list' returns ssl error. 'hypervisor list' is ok. neutron net-list is also ok (though it prints warnings) similar to 'nova list'
15:28:55 hwoarang aha
15:29:11 frickler hwoarang: yes, that matches what I've been seeing
15:30:42 hwoarang ok so still unfixed. i guess we would have to use the neutron client instead
15:31:23 hwoarang thank you for the link frickler
16:09:10 hwoarang frickler: openstacksdk===0.17.2 seems to fix the issue but upper constrains are pinning 0.14.0 :/
16:10:35 hwoarang oh no they are not
16:46:36 cdent edleafe, dtantsur draft: https://etherpad.openstack.org/p/api-sig-newsletter
16:49:52 cdent (fixed some of the links down below too)
16:53:27 edleafe cdent: looks fine
17:10:52 openstackgerrit Chris Dent proposed openstack/api-sig master: Explicitly link to the HTTP RFCs https://review.openstack.org/589131
17:10:53 openstackgerrit Chris Dent proposed openstack/api-sig master: Add link to Building Protocols with HTTP https://review.openstack.org/589132
17:11:15 cdent dtantsur|afk, edleafe : those are both previously +W but were stuck under a non-approved thing
17:14:00 edleafe Re-added the +W
17:15:14 cdent thanks edleafe
17:22:01 openstackgerrit Merged openstack/api-sig master: Explicitly link to the HTTP RFCs https://review.openstack.org/589131
17:24:12 openstackgerrit Merged openstack/api-sig master: Add link to Building Protocols with HTTP https://review.openstack.org/589132

Earlier   Later