19:03:11 #startmeeting python-openstacksdk 19:03:12 Minutes (text): http://eavesdrop.openstack.org/meetings/python_openstacksd/2016/python_openstacksd.2016-02-16-19.03.txt 19:03:13 Log: http://eavesdrop.openstack.org/meetings/python_openstacksd/2016/python_openstacksd.2016-02-16-19.03.log.html 19:03:15 Meeting started Tue Feb 16 19:03:11 2016 UTC and is due to finish in 60 minutes. The chair is briancurtin. Information about MeetBot at http://wiki.debian.org/MeetBot. 19:03:16 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 19:03:18 The meeting name has been set to 'python_openstacksdk' 19:03:31 there we go, with the right name. rtheis i wanted to start that up so it’s logged for whatever we do talk about 19:03:34 rtheis: so what’s up 19:03:49 The message/v1/claim.py has a client field 19:04:03 it isn't a resource.prop() 19:04:26 but it is an ID field so I'm wondering if it falls into the bug as an item to change 19:08:47 o/ 19:09:02 rtheis: i’ll take a look 19:10:06 message is weird in general 19:10:45 briancurtin: thank you. 19:11:54 rtheis: i think both queue and client there should be resource.props and both should have _id — etoews you know anything about message/v1/claim.py 19:12:19 * etoews looks 19:13:06 that was some of the first sdk code i wrote + the message api is weird 19:13:26 let me see if i can make sense of what i did 19:13:29 and why 19:16:14 client is weird 19:16:26 its a user defined id 19:16:50 to identify the unique client that is interacting with the message service 19:17:43 clients (in this case the sdk) need to include it with every request 19:18:31 these are the "api docs" https://wiki.openstack.org/wiki/Zaqar/specs/api/v1 19:19:31 etoews: would those things being resource.prop harm anything? ultimately i think no, right? 19:20:02 etoews: do you have time to take the message _id/_ids work since you are more familiar? 19:20:30 and i don't think the client id is returned in a response 19:21:35 briancurtin: i think being a prop would be okay. 19:22:00 rtheis: i wouldn't be able to get to it this week and likely not next week either. 19:22:13 ok, no problem 19:22:56 i am around though so ping me with questions. 19:23:17 ok 19:25:21 and queue is to claim/message as container is to object 19:26:38 briancurtin: regarding your comment here https://review.openstack.org/#/c/275441/10/openstack/object_store/v1/container.py 19:27:45 the snippet you showed me depended on stuff that doesn't exist yet? 19:27:45 from openstack import resource2 19:27:45 from openstack import attribute 19:27:51 or am i missing something? 19:33:06 briancurtin: ^? 19:33:50 etoews: it’ll work on resource.prop, the snippet was just using newer things. i’ll drop the example into the review after this 19:34:11 k 19:43:36 briancurtin: end meeting i guess 19:43:47 #endmeeting