*** jamiehannaford has quit IRC | 00:50 | |
*** ayoung-afk is now known as ayoung | 01:03 | |
*** ayoung has quit IRC | 03:23 | |
*** briancurtin has quit IRC | 03:39 | |
*** briancurtin has joined #openstack-sdks | 04:40 | |
*** briancurtin has joined #openstack-sdks | 04:40 | |
*** briancurtin has quit IRC | 04:45 | |
*** terrylhowe has quit IRC | 06:01 | |
*** stevemar has quit IRC | 06:24 | |
*** k4n0 has joined #openstack-sdks | 06:27 | |
*** jamiehannaford has joined #openstack-sdks | 07:40 | |
*** dhellmann has quit IRC | 11:48 | |
*** dhellmann has joined #openstack-sdks | 11:50 | |
openstackgerrit | Matthieu Huin proposed a change to openstack/python-openstackclient: Support for keystone auth plugins https://review.openstack.org/108325 | 12:15 |
---|---|---|
openstackgerrit | Marek Denis proposed a change to openstack/python-openstackclient: Implement CRUD operations for Mapping objects https://review.openstack.org/86912 | 12:48 |
*** k4n0 has quit IRC | 13:01 | |
*** terrylhowe has joined #openstack-sdks | 13:21 | |
*** mfer has joined #openstack-sdks | 13:39 | |
*** jamiehan_ has joined #openstack-sdks | 13:53 | |
*** jamiehannaford has quit IRC | 13:53 | |
*** briancurtin has joined #openstack-sdks | 13:59 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 14:00 | |
*** tellesnobrega has joined #openstack-sdks | 14:33 | |
tellesnobrega | hi, i'm interested in starting working with this unified sdk project | 14:33 |
tellesnobrega | i tried to build the documentation but it is failing | 14:33 |
tellesnobrega | says that build_sphinx is not a command | 14:34 |
terrylhowe | must not be installed tellesnobrega | 14:34 |
terrylhowe | did you set up venv? | 14:34 |
tellesnobrega | no, what kind of setup is needed? | 14:35 |
terrylhowe | in the top level directory run | 14:36 |
terrylhowe | virtualenv .venv | 14:36 |
terrylhowe | source .venv/bin/activate | 14:37 |
terrylhowe | python setup.py install | 14:37 |
terrylhowe | python setup.py develop | 14:37 |
terrylhowe | #something like that | 14:37 |
terrylhowe | tox -e pep8 | 14:38 |
terrylhowe | something like that to make sure tox is working | 14:38 |
*** bknudson has joined #openstack-sdks | 14:39 | |
*** openstackgerrit has quit IRC | 14:42 | |
*** ayoung has joined #openstack-sdks | 14:49 | |
tellesnobrega | thanks | 14:53 |
*** tellesnobrega has left #openstack-sdks | 14:56 | |
*** mfer has quit IRC | 14:59 | |
*** jamiehannaford has joined #openstack-sdks | 15:17 | |
*** jamiehan_ has quit IRC | 15:20 | |
*** jamiehannaford has quit IRC | 15:22 | |
*** openstackgerrit has joined #openstack-sdks | 15:24 | |
*** jamiehannaford has joined #openstack-sdks | 15:27 | |
*** mfer has joined #openstack-sdks | 15:30 | |
*** stevemar has joined #openstack-sdks | 15:32 | |
openstackgerrit | Marek Denis proposed a change to openstack/python-openstackclient: Implement CRUD operations for Mapping objects https://review.openstack.org/86912 | 15:33 |
*** ayoung has quit IRC | 16:32 | |
*** ayoung has joined #openstack-sdks | 16:46 | |
*** jdaggett has quit IRC | 17:32 | |
*** jdaggett has joined #openstack-sdks | 17:33 | |
*** rmcall has joined #openstack-sdks | 18:07 | |
*** jamiehannaford has quit IRC | 18:19 | |
briancurtin | terrylhowe: i'm back from vacation, just about to dig back into reviews and get back to SDK work. looks like not much movement while i was gone - is there a need to meet today? | 18:22 |
terrylhowe | don’t know briancurtin I’ve been distracted by other work. I need to make some updates on some reviews is about all | 18:22 |
briancurtin | terrylhowe: may as well skip. fwiw, i'm also going to start sketching out the summit talk at some point in the next few days | 18:23 |
terrylhowe | sounds good | 18:23 |
*** openstackgerrit has quit IRC | 18:47 | |
*** openstackgerrit has joined #openstack-sdks | 18:48 | |
stevelle | terrylhowe: I may be close to changes for https://review.openstack.org/#/c/124209 based on your feedback but imagine I will need a couple more rounds to hone in. | 18:54 |
terrylhowe | cool stevelle that one is a bit tricky. I need to get some updates out myself, but distractions | 18:55 |
stevelle | I'll tag briancurtin on it as well to spread the load. | 18:56 |
briancurtin | stevelle: yep, throw me on anything. between vacation and some other distractions i was quiet there for a bit, but i'm good to go now | 18:56 |
terrylhowe | hope you had a good vacation briancurtin :) | 18:58 |
stevelle | briancurtin, terrylhowe there was one question I had about the comments on 124209 (above) that was not clear, that was re: assertTrue(obj.bool_prop) vs assertEqual(True, obj.bool_prop) | 18:58 |
terrylhowe | according to the docs assertTrue(value) does a bool(value) == True rather tahn value == True | 18:59 |
terrylhowe | bool(“false”) == True | 18:59 |
terrylhowe | that is the way I read it anyway | 19:00 |
stevelle | got it | 19:00 |
stevelle | will read up | 19:00 |
*** glenc has quit IRC | 19:04 | |
*** tellesnobrega_ has joined #openstack-sdks | 19:05 | |
*** glenc has joined #openstack-sdks | 19:06 | |
briancurtin | terrylhowe: yep, was a good weekend - well needed! | 19:11 |
*** victsou has joined #openstack-sdks | 19:27 | |
openstackgerrit | Steve Martinelli proposed a change to openstack/python-openstackclient: Add functional tests to osc https://review.openstack.org/122605 | 19:53 |
*** mfer has quit IRC | 20:02 | |
stevemar | dtroyer, and will it pass jenkins! | 20:06 |
openstackgerrit | Steve Martinelli proposed a change to openstack/python-openstackclient: Add functional tests to osc https://review.openstack.org/122605 | 20:10 |
*** mfer has joined #openstack-sdks | 20:10 | |
stevemar | womp womp | 20:10 |
*** stevemar has quit IRC | 20:13 | |
*** ayoung has quit IRC | 20:16 | |
*** mordred is now known as jeblair | 20:21 | |
*** jeblair is now known as mordred | 20:21 | |
victsou | hello terrylhowe, are you around? | 20:23 |
terrylhowe | yes victsou | 20:23 |
victsou | I'm checking out a couple of projects and stumbled upon a bug that seemed easy to fix: https://bugs.launchpad.net/unifiedsdk/+bug/1357109 | 20:23 |
terrylhowe | yeh victsou briancurtin might be working in that area, I’m not sure | 20:24 |
victsou | Could you help me reproduce your problem? I've done a bit of work with openstackclient and keystoneclient | 20:24 |
terrylhowe | well, instead of setting OS_IDENTITY_API_VERSION=2 you would just set OS_AUTH_URL=http://127.0.01:5000/v2 | 20:25 |
terrylhowe | something like that | 20:25 |
terrylhowe | right now the sdk always defaults to v3 even if ythe auth url has a v2 in it | 20:25 |
terrylhowe | the only thing about it is there are a buch of outstanding reviews taht might change things victsou particularly one about user preferences | 20:26 |
terrylhowe | https://review.openstack.org/#/c/121252/ victsou | 20:29 |
victsou | yep, I see that terrylhowe | 20:29 |
victsou | Could you reference the bug from the patch, terrylhowe? | 20:33 |
victsou | and I'm off to look for something else to fix | 20:33 |
terrylhowe | well, that patch doesn fix that bug | 20:34 |
victsou | oh, I thought you meant it would | 20:34 |
*** ayoung has joined #openstack-sdks | 20:35 | |
terrylhowe | I don’t think anyone is working on orchestration https://github.com/stackforge/python-openstacksdk/tree/master/openstack/orchestration/v1 | 20:35 |
terrylhowe | there is just support for the highest level | 20:35 |
terrylhowe | v3 compute is another | 20:36 |
*** stevemar has joined #openstack-sdks | 20:37 | |
terrylhowe | err, make that v2.1 compute | 20:38 |
victsou | hey terrylhowe I'm just a n00b still trying to get the hang of things! starting either of those from scratch seem like a big challenge | 20:41 |
*** rmcall has quit IRC | 20:47 | |
openstackgerrit | Steve Martinelli proposed a change to openstack/python-openstackclient: Add functional tests to osc https://review.openstack.org/122605 | 20:48 |
*** mfer has quit IRC | 20:59 | |
*** dhellmann is now known as dhellmann_ | 21:30 | |
*** ayoung has quit IRC | 22:00 | |
*** bknudson has quit IRC | 22:08 | |
*** rmcall has joined #openstack-sdks | 22:17 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:21 | |
openstackgerrit | Steve Martinelli proposed a change to openstack/python-openstackclient: Create a whole slew of functional tests for identity https://review.openstack.org/125216 | 22:28 |
openstackgerrit | Steve Martinelli proposed a change to openstack/python-openstackclient: Create a whole slew of functional tests for identity https://review.openstack.org/125216 | 22:51 |
*** stevemar has quit IRC | 22:57 | |
*** stevemar has joined #openstack-sdks | 23:16 | |
*** stevemar has quit IRC | 23:35 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!