*** ayoung has quit IRC | 00:13 | |
*** briancurtin has quit IRC | 00:16 | |
*** briancurtin has joined #openstack-sdks | 00:19 | |
-openstackstatus- NOTICE: Gating and log storage offline due to block device error. Recovery in progress, ETA unknown. | 00:33 | |
*** ChanServ changes topic to "Gating and log storage offline due to block device error. Recovery in progress, ETA unknown." | 00:33 | |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: AttributeError trapped when it won't be raised https://review.openstack.org/136547 | 01:54 |
---|---|---|
*** toabctl has quit IRC | 02:00 | |
*** edleafe has quit IRC | 02:00 | |
*** Klumben has quit IRC | 02:00 | |
*** mordred has quit IRC | 02:00 | |
*** edleafe has joined #openstack-sdks | 02:32 | |
*** Klumben has joined #openstack-sdks | 02:32 | |
*** mordred has joined #openstack-sdks | 02:32 | |
*** mordred has quit IRC | 02:32 | |
*** toabctl has joined #openstack-sdks | 02:33 | |
*** toabctl has quit IRC | 02:40 | |
*** Klumben has quit IRC | 02:40 | |
*** mordred has joined #openstack-sdks | 02:41 | |
*** Klumben has joined #openstack-sdks | 02:42 | |
*** toabctl has joined #openstack-sdks | 02:46 | |
*** subscope has quit IRC | 04:11 | |
*** subscope has joined #openstack-sdks | 04:15 | |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: Add the ability to list projects based on a user https://review.openstack.org/136183 | 05:08 |
*** sigmavirus24 is now known as sigmavirus24_awa | 05:10 | |
*** tellesnobrega_ has quit IRC | 05:40 | |
stevemar | dtroyer, back on this channel, quick one for what? caching? | 05:59 |
dtroyer | yeah… I don' think it is ready for prime time but I wanted to see what might be required for hooks into the auth. Nearly none if Nova behaves | 06:01 |
stevemar | dtroyer, neat - how did you implement it? if ya don't mind my askin | 06:15 |
dtroyer | pretty naive actually: write tot he cache when auth happens via ClientManager.auth_ref(), read from it when creating the session in ClientManager.__init__(). But the nova client isn't set up properly and it still does its own auth…image and object work though. | 06:18 |
dtroyer | remaining: cache ttl/invalidation, working out the sensitivity and what to do about bearer tokens on disk, etc | 06:18 |
*** briancurtin has quit IRC | 06:21 | |
stevemar | dtroyer, not bad at all... let me know when you have something that i can look at, i'd be interested in taking a looksy | 06:44 |
*** stevemar has quit IRC | 06:52 | |
*** terrylhowe has quit IRC | 07:07 | |
*** briancurtin has joined #openstack-sdks | 07:21 | |
*** briancurtin has quit IRC | 07:26 | |
*** briancurtin has joined #openstack-sdks | 08:22 | |
*** briancurtin has quit IRC | 08:27 | |
*** subscope_ has joined #openstack-sdks | 09:47 | |
*** briancurtin has joined #openstack-sdks | 10:11 | |
*** briancurtin has quit IRC | 10:16 | |
*** Klumben has quit IRC | 11:07 | |
*** edleafe has quit IRC | 11:07 | |
*** tellesnobrega_ has joined #openstack-sdks | 11:09 | |
*** edleafe has joined #openstack-sdks | 11:10 | |
*** Klumben has joined #openstack-sdks | 11:10 | |
*** Klumben has quit IRC | 11:10 | |
*** toabctl has quit IRC | 11:11 | |
*** toabctl has joined #openstack-sdks | 11:13 | |
*** Klumben has joined #openstack-sdks | 11:14 | |
*** tellesnobrega_ has quit IRC | 11:20 | |
*** briancurtin has joined #openstack-sdks | 12:00 | |
*** briancurtin has quit IRC | 12:04 | |
*** britthouser has quit IRC | 12:18 | |
openstackgerrit | Merged stackforge/os-client-config: Throw error if a non-existent cloud is requested https://review.openstack.org/132460 | 12:36 |
openstackgerrit | Merged stackforge/os-client-config: Use yaml.safe_load instead of load. https://review.openstack.org/133370 | 12:38 |
*** terrylhowe has joined #openstack-sdks | 13:06 | |
*** tellesnobrega_ has joined #openstack-sdks | 13:17 | |
*** tellesnobrega_ has quit IRC | 13:28 | |
*** briancurtin has joined #openstack-sdks | 13:31 | |
*** briancurtin has quit IRC | 13:35 | |
*** terrylhowe has left #openstack-sdks | 13:44 | |
*** britthouser has joined #openstack-sdks | 13:47 | |
*** tellesnobrega_ has joined #openstack-sdks | 14:58 | |
*** briancurtin has joined #openstack-sdks | 15:08 | |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: AttributeError trapped when it won't be raised https://review.openstack.org/136547 | 15:12 |
*** tellesnobrega_ has quit IRC | 15:21 | |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: AttributeError trapped when it won't be raised https://review.openstack.org/136547 | 16:02 |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: AttributeError trapped when it won't be raised https://review.openstack.org/136547 | 16:03 |
*** subscope_ has quit IRC | 16:39 | |
*** ChanServ changes topic to "#openstack-sdks" | 17:26 | |
*** bknudson has joined #openstack-sdks | 18:19 | |
*** tellesnobrega_ has joined #openstack-sdks | 19:52 | |
*** tellesnobrega_ has quit IRC | 20:45 | |
*** tellesnobrega_ has joined #openstack-sdks | 20:45 | |
*** tellesnobrega_ has quit IRC | 20:55 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 21:00 | |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Correct Resource.id deleter property https://review.openstack.org/136588 | 21:00 |
briancurtin | Alex_Gaynor: ah, i was sort of right in my comment. assertRaises as a context manager is new in 2.7, but the method has been there | 21:20 |
Alex_Gaynor | briancurtin: well that's aggravating. | 21:20 |
briancurtin | Alex_Gaynor: this is what it'll look like to switch to assertRaises - https://gist.github.com/briancurtin/832e59d079c19b978058 - yay/nay | 21:23 |
bknudson | testtools has a raises helper | 21:48 |
bknudson | http://testtools.readthedocs.org/en/latest/for-test-authors.html#the-raises-helper | 21:49 |
briancurtin | bknudson: oh nice, thanks | 21:51 |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: AttributeError trapped when it won't be raised https://review.openstack.org/136547 | 21:59 |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:24 | |
*** stevemar has joined #openstack-sdks | 22:43 | |
*** briancurtin has quit IRC | 22:44 | |
*** briancurtin has joined #openstack-sdks | 22:50 | |
*** briancurtin has joined #openstack-sdks | 22:50 | |
*** stevemar has quit IRC | 23:12 | |
*** stevemar has joined #openstack-sdks | 23:32 | |
*** tellesnobrega_ has joined #openstack-sdks | 23:45 | |
*** tellesnobrega_ has quit IRC | 23:50 | |
*** stevemar has quit IRC | 23:52 | |
openstackgerrit | Merged stackforge/python-openstacksdk: Correct Resource.id deleter property https://review.openstack.org/136588 | 23:54 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!