adriant | ignatenkobrain: are you using nova-networks? | 00:21 |
---|---|---|
openstackgerrit | Adrian Turjak proposed openstack/openstacksdk master: Added image properties to Image class https://review.openstack.org/544544 | 00:40 |
*** Qiming has joined #openstack-sdks | 01:18 | |
*** chenyb4 has joined #openstack-sdks | 01:27 | |
*** Kvisle_ has quit IRC | 01:29 | |
*** gkadam has joined #openstack-sdks | 03:41 | |
*** ignatenkobrain has quit IRC | 05:33 | |
*** e0ne has joined #openstack-sdks | 05:34 | |
*** ignatenkobrain has joined #openstack-sdks | 05:48 | |
*** e0ne has quit IRC | 06:16 | |
*** dmellado has quit IRC | 07:00 | |
*** dmellado has joined #openstack-sdks | 07:02 | |
*** jpich has joined #openstack-sdks | 07:19 | |
*** dtantsur|afk is now known as dtantsur | 07:26 | |
*** slaweq has quit IRC | 07:30 | |
*** slaweq has joined #openstack-sdks | 07:31 | |
*** tosky has joined #openstack-sdks | 07:36 | |
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:38 |
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 |
dtantsur | edleafe, if you know ^^^ | 07:42 |
*** d0ugal has joined #openstack-sdks | 07:54 | |
*** e0ne has joined #openstack-sdks | 08:48 | |
*** ttsiouts has joined #openstack-sdks | 08:52 | |
*** gtema has joined #openstack-sdks | 08:53 | |
*** cdent has joined #openstack-sdks | 08:59 | |
*** r-mibu has joined #openstack-sdks | 09:01 | |
*** olivierb has joined #openstack-sdks | 09:10 | |
*** Luzi has joined #openstack-sdks | 09:19 | |
dtantsur | okay, I found the unfinished spec :( we really should pile on it and get it done | 09:30 |
*** dtantsur is now known as dtantsur|brb | 09:44 | |
*** gildub has joined #openstack-sdks | 10:08 | |
*** ttsiouts has quit IRC | 10:23 | |
*** olivierb_ has joined #openstack-sdks | 10:24 | |
*** olivierb has quit IRC | 10:25 | |
*** chenyb4 has quit IRC | 10:37 | |
*** dtantsur|brb is now known as dtantsur | 10:41 | |
*** olivierb has joined #openstack-sdks | 10:43 | |
openstackgerrit | Olivier Bourdon proposed openstack/openstacksdk master: Add Python OpenSSL requirements https://review.openstack.org/596687 | 10:45 |
*** olivierb_ has quit IRC | 10:45 | |
*** gildub has quit IRC | 10:57 | |
*** ttsiouts has joined #openstack-sdks | 11:02 | |
*** cdent has quit IRC | 11:17 | |
*** cdent has joined #openstack-sdks | 11:18 | |
*** gkadam has quit IRC | 11:23 | |
*** gkadam has joined #openstack-sdks | 11:23 | |
*** jroll has quit IRC | 11:43 | |
*** jroll has joined #openstack-sdks | 11:44 | |
*** gildub has joined #openstack-sdks | 11:47 | |
*** gtema has quit IRC | 11:51 | |
openstackgerrit | Federico Ressi proposed openstack/os-service-types master: Close descriptor after reading file. https://review.openstack.org/595491 | 12:38 |
openstackgerrit | Federico Ressi proposed openstack/os-service-types master: Add unittest for os_service_types.data module. https://review.openstack.org/596701 | 12:38 |
*** gkadam has quit IRC | 12:51 | |
*** mriedem has joined #openstack-sdks | 12:55 | |
*** gildub has quit IRC | 12:58 | |
*** ttsiouts has quit IRC | 13:16 | |
*** ttsiouts has joined #openstack-sdks | 13:30 | |
*** Luzi has quit IRC | 13:31 | |
openstackgerrit | Chuck Short proposed openstack-infra/shade master: Replace assertRaisesRegexp with assertRaisesRegex https://review.openstack.org/596725 | 13:35 |
openstackgerrit | Federico Ressi proposed openstack/os-service-types master: Add unittest for os_service_types.data module. https://review.openstack.org/596701 | 14:06 |
samueldmq | howdy! does anybody else think returning munch objects for create/get of container and object is sane? | 14:20 |
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:20 |
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:21 |
*** ttsiouts has quit IRC | 14:31 | |
openstackgerrit | Samuel de Medeiros Queiroz proposed openstack/openstacksdk master: Listing objects to return Munch objects https://review.openstack.org/596780 | 14:46 |
dtantsur | samueldmq: get_container not returning a container looks weird indeed.. | 14:48 |
*** ttsiouts has joined #openstack-sdks | 14: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:54 |
dtantsur | samueldmq: do you plan to deprecate it eventually? I guess it can be a source of confusion | 14:55 |
*** markvoelker has joined #openstack-sdks | 14:55 | |
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:56 |
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 |
samueldmq | I just want to CRUD my objects | 14:57 |
dtantsur | exactly | 14:58 |
dtantsur | I guess we could deprecate metadata=True to allow people to move away from it.. | 14:58 |
samueldmq | ++ | 14:59 |
samueldmq | we could have separate methods for handling the object metadata | 14:59 |
samueldmq | let's try to get some input from others on this too. cc cdent mordred Shrews | 15:00 |
samueldmq | dtantsur: I'll go ahead and do the same for create_object and get_object | 15:01 |
dtantsur | k | 15:01 |
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:04 |
samueldmq | cdent: sure! talk to you later | 15:05 |
*** bobh has joined #openstack-sdks | 15:05 | |
*** e0ne has quit IRC | 15:19 | |
*** r-mibu has quit IRC | 15:27 | |
*** markvoelker has quit IRC | 15:36 | |
*** ttsiouts has quit IRC | 15:42 | |
*** ttsiouts has joined #openstack-sdks | 15:43 | |
*** ttsiouts has quit IRC | 15:47 | |
*** cdent has quit IRC | 16:11 | |
*** cdent has joined #openstack-sdks | 16:16 | |
*** jpich has quit IRC | 16:32 | |
*** bobh has quit IRC | 16:36 | |
*** e0ne has joined #openstack-sdks | 16:41 | |
*** openstackgerrit has quit IRC | 17:04 | |
*** bobh has joined #openstack-sdks | 17:11 | |
*** dayou has quit IRC | 17:21 | |
*** dayou has joined #openstack-sdks | 17:22 | |
*** dtantsur is now known as dtantsur|afk | 17:24 | |
*** bobh has quit IRC | 17:29 | |
*** bobh has joined #openstack-sdks | 17:29 | |
*** cdent has quit IRC | 18:28 | |
*** olivierb_ has joined #openstack-sdks | 18:47 | |
*** olivierb has quit IRC | 18:49 | |
*** olivierb has joined #openstack-sdks | 19:24 | |
*** olivierb_ has quit IRC | 19:26 | |
*** e0ne has quit IRC | 19:27 | |
*** e0ne has joined #openstack-sdks | 19:29 | |
*** e0ne has quit IRC | 19:44 | |
*** olivierb_ has joined #openstack-sdks | 19:53 | |
*** olivierb has quit IRC | 19:55 | |
*** e0ne has joined #openstack-sdks | 20:00 | |
*** e0ne has quit IRC | 20:37 | |
*** markvoelker has joined #openstack-sdks | 20:47 | |
*** markvoelker has quit IRC | 21:00 | |
*** markvoelker has joined #openstack-sdks | 21:04 | |
*** markvoelker has quit IRC | 21:13 | |
*** mriedem has quit IRC | 21:52 | |
*** gildub has joined #openstack-sdks | 21:53 | |
*** slaweq has quit IRC | 21:55 | |
*** bobh has quit IRC | 22:07 | |
*** slaweq has joined #openstack-sdks | 22:11 | |
*** slaweq has quit IRC | 22:16 | |
*** slaweq has joined #openstack-sdks | 22:32 | |
*** slaweq has quit IRC | 22:37 | |
*** tosky has quit IRC | 23:08 | |
samueldmq | kk I got something interesting when validating SDK against a given cloud | 23:21 |
samueldmq | radosgw's swift api endpoint, which implements swift api in a slightly different way | 23:22 |
samueldmq | such as returning 200 OK when you do GET /account/container/OBJ_THAT_DOES_NOT_EXIST | 23:22 |
samueldmq | what do we do about that? I suspect we don't care since it's not pure openstack-swift APIs? | 23:22 |
samueldmq | mordred: ^ this is interesting, see. | 23:23 |
*** Tahvok_ has joined #openstack-sdks | 23:24 | |
*** Tahvok has quit IRC | 23:24 | |
*** Tahvok_ is now known as Tahvok | 23:24 | |
*** Jeffrey4l has quit IRC | 23:26 | |
*** Jeffrey4l has joined #openstack-sdks | 23:28 | |
*** openstackgerrit has joined #openstack-sdks | 23:35 | |
openstackgerrit | Merged openstack/keystoneauth master: Add Keystone2Keystone example https://review.openstack.org/594156 | 23:35 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!