*** etoews has quit IRC | 00:02 | |
openstackgerrit | A change was merged to stackforge/python-openstacksdk: Remove extraneous vim editor configuration comments https://review.openstack.org/127012 | 00:34 |
---|---|---|
*** etoews has joined #openstack-sdks | 00:54 | |
*** stevemar has joined #openstack-sdks | 01:05 | |
*** etoews has quit IRC | 01:42 | |
*** terrylhowe has quit IRC | 01:51 | |
*** stevemar has quit IRC | 02:16 | |
*** stevemar has joined #openstack-sdks | 02:30 | |
*** terrylhowe has joined #openstack-sdks | 02:33 | |
openstackgerrit | A change was merged to stackforge/python-openstacksdk: Add ability to extract a list of versions https://review.openstack.org/121335 | 02:46 |
*** mfer has quit IRC | 03:05 | |
*** k4n0 has joined #openstack-sdks | 05:29 | |
*** HenryG has quit IRC | 05:36 | |
*** briancurtin has quit IRC | 06:30 | |
*** terrylhowe has quit IRC | 06:42 | |
*** jamiehannaford has joined #openstack-sdks | 07:15 | |
*** HenryG has joined #openstack-sdks | 07:20 | |
*** briancurtin has joined #openstack-sdks | 07:31 | |
*** briancurtin has quit IRC | 07:31 | |
*** briancurtin has joined #openstack-sdks | 07:31 | |
*** briancurtin has quit IRC | 07:35 | |
*** stevemar has quit IRC | 07:54 | |
*** briancurtin has joined #openstack-sdks | 08:00 | |
*** briancurtin has quit IRC | 08:05 | |
*** briancurtin has joined #openstack-sdks | 09:01 | |
*** briancurtin has joined #openstack-sdks | 09:01 | |
*** briancurtin has quit IRC | 09:06 | |
*** briancurtin has joined #openstack-sdks | 10:02 | |
*** briancurtin has joined #openstack-sdks | 10:02 | |
*** briancurtin has quit IRC | 10:06 | |
*** openstackgerrit has quit IRC | 10:19 | |
*** openstackgerrit has joined #openstack-sdks | 10:20 | |
*** briancurtin has joined #openstack-sdks | 11:02 | |
*** briancurtin has quit IRC | 11:07 | |
*** briancurtin has joined #openstack-sdks | 12:03 | |
*** briancurtin has quit IRC | 12:05 | |
*** briancurtin has joined #openstack-sdks | 12:05 | |
*** briancurtin has joined #openstack-sdks | 12:05 | |
*** briancurtin has quit IRC | 12:10 | |
*** bknudson has joined #openstack-sdks | 12:47 | |
*** terrylhowe has joined #openstack-sdks | 12:56 | |
*** briancurtin has joined #openstack-sdks | 13:06 | |
*** briancurtin has quit IRC | 13:06 | |
*** briancurtin has joined #openstack-sdks | 13:06 | |
*** ayoung has joined #openstack-sdks | 13:06 | |
*** briancurtin has quit IRC | 13:10 | |
*** ayoung has quit IRC | 13:12 | |
*** ayoung has joined #openstack-sdks | 13:36 | |
*** ayoung has quit IRC | 13:36 | |
*** mfer has joined #openstack-sdks | 13:39 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 13:56 | |
*** briancurtin has joined #openstack-sdks | 14:18 | |
*** ayoung has joined #openstack-sdks | 14:26 | |
*** k4n0 has quit IRC | 14:40 | |
*** openstackgerrit has quit IRC | 14:48 | |
*** openstackgerrit has joined #openstack-sdks | 14:49 | |
*** stevemar has joined #openstack-sdks | 14:51 | |
*** etoews has joined #openstack-sdks | 15:36 | |
*** etoews has quit IRC | 16:03 | |
*** etoews has joined #openstack-sdks | 16:04 | |
*** openstackstatus has joined #openstack-sdks | 16:14 | |
*** ChanServ sets mode: +v openstackstatus | 16:14 | |
-openstackstatus- NOTICE: An error in a configuration change to mitigate the poodle vulnerability caused a brief outage of git.openstack.org from 16:06-16:12. The problem has been corrected and git.openstack.org is working again. | 16:20 | |
*** etoews has quit IRC | 16:25 | |
*** etoews has joined #openstack-sdks | 16:27 | |
openstackgerrit | A change was merged to stackforge/python-openstacksdk: Fix the v2 auth plugin to handle empty token https://review.openstack.org/128447 | 16:56 |
openstackgerrit | A change was merged to stackforge/python-openstacksdk: Add support for Samples coming from Ceilometer https://review.openstack.org/115843 | 16:56 |
*** briancurtin has quit IRC | 17:42 | |
*** briancurtin has joined #openstack-sdks | 18:15 | |
*** briancurtin has joined #openstack-sdks | 18:15 | |
*** etoews has quit IRC | 18:19 | |
*** jamiehannaford has quit IRC | 18:19 | |
*** etoews has joined #openstack-sdks | 18:42 | |
dtroyer | mfer: got a sec? | 18:55 |
mfer | dtroyer sure | 18:55 |
dtroyer | so, after staying up all night celebrating and catching up on some stuff I did a while back on golang-client, I'm looking at your last review... | 18:56 |
dtroyer | and had a couple of questions on direction | 18:56 |
mfer | ah, yeah | 18:56 |
mfer | sure | 18:56 |
dtroyer | It looks like you want to do the auth inside the Identity objects, right? | 18:57 |
mfer | Yes | 18:58 |
dtroyer | we've disconnected some of that in the python code because there is really little overlap between the auth requests and the rest of the Identity API | 18:58 |
mfer | how so? | 18:59 |
dtroyer | Jamie built authentication plugins (one per version and type (password,token,saml, etc)) that only do that part, ther est of the Identity API looks almost exactly like any of the others, it is no longer special | 19:00 |
dtroyer | that also makes it trivial to do v3 auth and still v2 API calls for whatever reason that might make sense | 19:01 |
mfer | How do you handle sessions? | 19:01 |
dtroyer | anyway, where I'm headed is I updated and got my session-layer bits working last night underneath the auth package here | 19:01 |
mfer | and automated reauth if a token expires? | 19:02 |
dtroyer | the sesison holds the HTTP bits, the auth creds and the ability (via callback) to reauth when required | 19:02 |
mfer | i'd love to see your code | 19:02 |
dtroyer | I'll post a review in a minute with just the session layer in a minute | 19:03 |
dtroyer | did I say I'd do it soon? ;) | 19:03 |
mfer | great | 19:04 |
dtroyer | formatting q, tabs or spaces? I don't remember…looks like tabs? | 19:06 |
mfer | all go things are tabs | 19:08 |
dtroyer | my editor wants to entabify the license/comment text too…need smarter editor | 19:09 |
mfer | what editor are you using? | 19:10 |
dtroyer | TextWrangler | 19:10 |
mfer | ah | 19:11 |
mfer | i used to use that... back in the day | 19:11 |
dtroyer | I never drank the emacs kool-aid and WordStar is long dead ;( | 19:12 |
mfer | These days I'm a sublime text user | 19:12 |
dtroyer | I should look at that | 19:12 |
*** mfer has quit IRC | 19:29 | |
openstackgerrit | Dean Troyer proposed a change to stackforge/golang-client: Add Session as base REST interface https://review.openstack.org/129029 | 19:37 |
*** etoews has quit IRC | 20:01 | |
*** etoews has joined #openstack-sdks | 20:02 | |
*** bknudson has quit IRC | 20:14 | |
*** briancurtin has quit IRC | 20:27 | |
openstackgerrit | Terry Howe proposed a change to stackforge/python-openstacksdk: Working script to create a jenkins server https://review.openstack.org/121660 | 20:55 |
*** briancurtin has joined #openstack-sdks | 20:58 | |
*** briancurtin has joined #openstack-sdks | 20:58 | |
*** briancurtin has quit IRC | 21:03 | |
*** briancurtin has joined #openstack-sdks | 21:05 | |
*** briancurtin has joined #openstack-sdks | 21:05 | |
*** etoews has quit IRC | 21:05 | |
*** etoews has joined #openstack-sdks | 21:10 | |
*** briancurtin has quit IRC | 21:23 | |
*** stevemar has quit IRC | 21:32 | |
*** briancurtin has joined #openstack-sdks | 21:44 | |
*** etoews has quit IRC | 22:20 | |
*** etoews has joined #openstack-sdks | 22:25 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:28 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 22:37 | |
openstackgerrit | Chris Robinson proposed a change to stackforge/golang-client: Added Capability to get images and images with details https://review.openstack.org/129089 | 23:08 |
*** briancurtin has quit IRC | 23:13 | |
*** briancurtin has joined #openstack-sdks | 23:43 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 23:52 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!