openstackgerrit | Merged stackforge/python-openstacksdk: Compute proxy methods https://review.openstack.org/132444 | 00:26 |
---|---|---|
*** tellesnobrega_ has quit IRC | 00:31 | |
*** etoews has quit IRC | 00:37 | |
*** ycombinator_ has quit IRC | 00:41 | |
*** Viswanath has joined #openstack-sdks | 01:09 | |
*** Viswanath has quit IRC | 01:12 | |
*** tellesnobrega_ has joined #openstack-sdks | 01:14 | |
*** tellesnobrega_ has quit IRC | 01:19 | |
*** tellesnobrega_ has joined #openstack-sdks | 01:28 | |
*** stevemar has joined #openstack-sdks | 01:50 | |
*** briancurtin2 has joined #openstack-sdks | 01:56 | |
*** briancurtin has quit IRC | 02:00 | |
*** etoews has joined #openstack-sdks | 02:06 | |
*** glenc has quit IRC | 02:10 | |
*** glenc has joined #openstack-sdks | 02:11 | |
*** tellesnobrega_ has quit IRC | 02:13 | |
*** tellesnobrega_ has joined #openstack-sdks | 02:16 | |
*** ycombinator_ has joined #openstack-sdks | 02:17 | |
openstackgerrit | Britt Houser proposed stackforge/python-openstacksdk: Git should be a requirement https://review.openstack.org/134425 | 02:17 |
briancurtin2 | britthouser: git isn't actually a requirement, i think it was just an odd symptom of that exception message, which was happening for a different reason...weird, i know | 02:21 |
briancurtin2 | pbr was trying to calculate teh version for the wrong thing, and i believe a fallback method failed, which led to that exception you were seeing | 02:22 |
britthouser | Ok. That's easy to test. Lemme remove git and see if I still see the strange error. | 02:23 |
britthouser | you're right | 02:23 |
britthouser | Hmm..is this a case where I 'Abandon Change' ? | 02:24 |
briancurtin2 | yeah i think so, or at least that's what ive done | 02:24 |
britthouser | Ok done. =) | 02:26 |
*** tellesnobrega_ has quit IRC | 02:28 | |
briancurtin2 | oh man, i dont think we can document resource.prop values on Resource classes, since autodoc imports the module and accesses the attributes to figure out what they are/what their default is (and props raise AttributeError until the're set) | 02:41 |
briancurtin2 | or, really we can do whatever, just not via autodoc, which is nice | 02:41 |
*** etoews has quit IRC | 02:59 | |
*** etoews has joined #openstack-sdks | 03:01 | |
stevelle | yes, autodoc is going to be a problem for prop | 03:01 |
*** etoews has quit IRC | 03:07 | |
briancurtin2 | stevelle: as im playing with more of the resources, i sort of wonder if prop.__get__ should just return None when a prop is unset. not yet receiving a value isn't really an exceptional thing | 03:07 |
briancurtin2 | (that fixes the autodoc thing as a side effect :) ) | 03:07 |
openstackgerrit | Britt Houser proposed stackforge/python-openstacksdk: Add getting started steps for novices https://review.openstack.org/134433 | 03:08 |
stevelle | briancurtin2: I did like the clue about invalid properties that resulted from current behavior | 03:09 |
stevelle | there are other ways to address that down the road however | 03:12 |
briancurtin2 | the thing i dont totally like about them is x.some_expected_property_that_is_just_not_set_yet and x.asdfasdfasdfasdfadsf are both AttributeError when trying to access | 03:12 |
stevelle | agreed, not ideal. | 03:15 |
stevelle | API WG helping drive discoverable resource representations may help down the road | 03:15 |
*** etoews has joined #openstack-sdks | 03:19 | |
*** etoews has quit IRC | 03:25 | |
*** tellesnobrega_ has joined #openstack-sdks | 03:34 | |
*** anteaya has quit IRC | 03:46 | |
*** anteaya has joined #openstack-sdks | 03:50 | |
*** etoews has joined #openstack-sdks | 03:51 | |
*** etoews has quit IRC | 03:57 | |
*** tellesnobrega_ has quit IRC | 04:02 | |
*** ycombinator_ has quit IRC | 04:17 | |
stevelle | nice find on that bug briancurtin2 | 04:26 |
stevelle | I'm missing a test case on that | 04:27 |
briancurtin2 | stevelle: i'm working on it right now, but it's actually a little tricky | 04:27 |
stevelle | briancurtin2: k. are you going ahead with the change to return None on missing props? | 04:28 |
briancurtin2 | i think i need to add something to __set__ as well, because currently that t.attr2 is directly an attr on Test and not related to the prop or the alias | 04:28 |
briancurtin2 | stevelle: i'd like to look into it, but haven't done anything about it if you're looking for something to do | 04:29 |
stevelle | briancurtin2: not going to lay claim to it yet. | 04:31 |
*** briancurtin2 has quit IRC | 04:57 | |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: Add additional support for --or-show https://review.openstack.org/133996 | 06:33 |
*** terrylhowe has quit IRC | 06:45 | |
*** subscope has joined #openstack-sdks | 06:57 | |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: Add --or-show support for v3 identity resources https://review.openstack.org/134452 | 06:59 |
*** k4n0 has joined #openstack-sdks | 07:08 | |
*** etoews has joined #openstack-sdks | 07:23 | |
*** etoews has quit IRC | 07:28 | |
*** etoews has joined #openstack-sdks | 07:40 | |
*** etoews has quit IRC | 07:45 | |
*** etoews has joined #openstack-sdks | 08:12 | |
*** etoews has quit IRC | 08:17 | |
*** stevemar has quit IRC | 08:52 | |
*** etoews has joined #openstack-sdks | 09:13 | |
*** etoews has quit IRC | 09:17 | |
*** subscope has quit IRC | 10:02 | |
*** etoews has joined #openstack-sdks | 10:14 | |
*** etoews has quit IRC | 10:18 | |
*** etoews has joined #openstack-sdks | 11:14 | |
*** etoews has quit IRC | 11:19 | |
*** subscope has joined #openstack-sdks | 11:30 | |
*** etoews has joined #openstack-sdks | 12:12 | |
*** terrylhowe has joined #openstack-sdks | 12:28 | |
*** tellesnobrega_ has joined #openstack-sdks | 12:39 | |
*** tellesnobrega_ has quit IRC | 13:28 | |
*** briancurtin has joined #openstack-sdks | 13:35 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 14:01 | |
*** mattfarina has joined #openstack-sdks | 14:01 | |
*** ycombinator_ has joined #openstack-sdks | 14:23 | |
*** ycombinator_ has quit IRC | 14:29 | |
*** briancurtin has quit IRC | 14:48 | |
*** ycombinator_ has joined #openstack-sdks | 14:49 | |
*** briancurtin has joined #openstack-sdks | 14:51 | |
openstackgerrit | Britt Houser proposed stackforge/python-openstacksdk: Add getting started steps for novices https://review.openstack.org/134433 | 14:52 |
*** subscope has quit IRC | 15:01 | |
*** britthouser has quit IRC | 15:03 | |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Add getting started steps for novices https://review.openstack.org/134433 | 15:17 |
*** stevemar has joined #openstack-sdks | 15:29 | |
sigmavirus24 | dtroyer: now that I know you're interested in the APIWG I'll be sure to ping you next time =P | 15:38 |
sigmavirus24 | Next weeks is at a different time though | 15:38 |
dtroyer | sigmavirus24: thanks, I couldn't have made it Wednesday anyway…wife + birthday == no working | 16:01 |
sigmavirus24 | Ah no worries | 16:06 |
sigmavirus24 | I'll just be sure to ping you if you don't show up is all Imea | 16:06 |
sigmavirus24 | *I mean | 16:06 |
*** ycombinator_ has quit IRC | 16:12 | |
*** briancurtin has quit IRC | 16:39 | |
*** briancurtin has joined #openstack-sdks | 16:42 | |
*** briancurtin has joined #openstack-sdks | 16:42 | |
*** ayoung_ has joined #openstack-sdks | 16:50 | |
*** ayoung_ has quit IRC | 16:54 | |
*** ayoung_ has joined #openstack-sdks | 16:54 | |
*** briancurtin has quit IRC | 17:47 | |
*** briancurtin has joined #openstack-sdks | 17:48 | |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Add authentication description doc https://review.openstack.org/130865 | 18:06 |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Add getting started steps for novices https://review.openstack.org/134433 | 18:08 |
*** briancurtin2 has joined #openstack-sdks | 18:12 | |
*** briancurtin has quit IRC | 18:12 | |
*** etoews has quit IRC | 18:13 | |
openstackgerrit | Merged stackforge/python-openstacksdk: Add getting started steps for novices https://review.openstack.org/134433 | 18:16 |
*** terrylhowe has quit IRC | 18:36 | |
*** etoews has joined #openstack-sdks | 18:45 | |
*** etoews has quit IRC | 18:51 | |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Get prop aliases through their type, not raw value https://review.openstack.org/134626 | 18:54 |
*** terrylhowe has joined #openstack-sdks | 19:01 | |
*** etoews has joined #openstack-sdks | 19:02 | |
*** terrylhowe has quit IRC | 19:05 | |
*** terrylhowe has joined #openstack-sdks | 19:08 | |
*** etoews has quit IRC | 19:12 | |
*** etoews has joined #openstack-sdks | 19:13 | |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Create functional tests for the example code https://review.openstack.org/134053 | 19:31 |
*** terrylhowe has quit IRC | 19:34 | |
dtroyer | stevemar: I just added —debug to the examples functional test run to try and see exactly what is failing. | 19:34 |
stevemar | dtroyer, thanks, i was going to do that... but lazy | 19:35 |
stevemar | and coffee | 19:35 |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Have prop attribute access return None by default https://review.openstack.org/134632 | 19:45 |
stevemar | dtroyer, ahh... debug isn't a valid option, d'oh | 19:51 |
dtroyer | really? that's a huge clue then because, as always, it's working for me locally… | 19:55 |
stevemar | dtroyer, python examples/common.py --debug worked? | 19:57 |
dtroyer | yup | 19:57 |
dtroyer | oh good W$#%%^&^#@#$@#$@#$ grief | 19:57 |
dtroyer | I see it | 19:57 |
dtroyer | why are the arguments in the log in a different order? | 19:58 |
dtroyer | CommandFailed: Command '['python', '--debug', '/opt/stack/new/python-openstackclient/examples/common.py']' | 19:58 |
*** terrylhowe has joined #openstack-sdks | 19:58 | |
dtroyer | but the source is: | 19:58 |
dtroyer | test.execute('python', test.EXAMPLE_DIR + '/common.py', '--debug') | 19:58 |
stevemar | thats messed up... | 19:59 |
dtroyer | uh, the command is shown in square brackets...dict? | 19:59 |
stevemar | oh, i think the 3rd arg is flags... | 20:00 |
dtroyer | oh, so that isn't the usual execv args | 20:00 |
stevemar | dtroyer, commented | 20:02 |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Create functional tests for the example code https://review.openstack.org/134053 | 20:04 |
dtroyer | so the functional tests don't seem to clean up well either, can't run them twice against the same devstack without a restack to clear the databases | 20:04 |
*** terrylhowe has quit IRC | 20:06 | |
stevemar | dtroyer, i noticed that, i'll propose some patches to clean things up | 20:12 |
*** terrylhowe has joined #openstack-sdks | 20:24 | |
dtroyer | argh…how about a different approach? it is as if the test isn't using the right examples…so lets' commit them together. | 20:30 |
dtroyer | the first one sets everything up and adds common.py | 20:30 |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Create functional tests for the example code https://review.openstack.org/134053 | 20:33 |
openstackgerrit | Merged stackforge/python-openstacksdk: Get prop aliases through their type, not raw value https://review.openstack.org/134626 | 20:36 |
*** britthouser has joined #openstack-sdks | 20:43 | |
britthouser | briancurtin2: thanks for those tweeks. I'm a rst n00b. =) | 20:52 |
briancurtin2 | britthouser: thanks for adding those steps in the first place | 20:53 |
*** fifieldt has quit IRC | 21:10 | |
openstackgerrit | Alex Gaynor proposed stackforge/python-openstacksdk: Fixed a typo in a comment in the tests https://review.openstack.org/134652 | 21:12 |
stevemar | dtroyer, your patch seems to work now | 21:19 |
dtroyer | stevemar: ok, I'll make a follow-up for the rest of it… | 21:20 |
stevemar | -1'ed it for other reasons | 21:21 |
openstackgerrit | Merged stackforge/python-openstacksdk: Fixed a typo in a comment in the tests https://review.openstack.org/134652 | 21:21 |
stevemar | buahaha | 21:21 |
*** fifieldt has joined #openstack-sdks | 21:23 | |
dtroyer | but it isn't a complete mashup…I'll add the other two files next. maybe you don't want the blame for example files? ;) | 21:24 |
stevemar | ah you plucked out the other 2 | 21:28 |
stevemar | meh, it's still your code in common | 21:28 |
stevemar | gotta give credit where credit is due | 21:28 |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: Add additional support for --or-show https://review.openstack.org/133996 | 21:30 |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: Add --or-show support for v3 identity resources https://review.openstack.org/134452 | 21:30 |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Add more session/api examples https://review.openstack.org/127873 | 21:35 |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Add an API example base and functional test base https://review.openstack.org/134053 | 21:35 |
*** terrylhowe has left #openstack-sdks | 21:51 | |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Add arg to 'server image create' tests https://review.openstack.org/109323 | 22:14 |
*** ayoung is now known as Guest32088 | 22:15 | |
openstackgerrit | Merged openstack/python-openstackclient: Remove links from federation related commands in identity v3 https://review.openstack.org/134361 | 22:21 |
openstackgerrit | Merged openstack/python-openstackclient: Remove links from oauth consumers https://review.openstack.org/134384 | 22:21 |
*** ayoung_ is now known as ayoung | 22:23 | |
*** mattfarina has quit IRC | 22:23 | |
*** ycombinator_ has joined #openstack-sdks | 22:27 | |
*** Viswanath has joined #openstack-sdks | 22:42 | |
*** Viswanath has quit IRC | 22:45 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:59 | |
*** ycombinator_ has quit IRC | 22:59 | |
*** stevemar has quit IRC | 23:16 | |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Add more session/api examples https://review.openstack.org/127873 | 23:17 |
*** britthouser has quit IRC | 23:17 | |
*** britthouser has joined #openstack-sdks | 23:19 | |
*** etoews has quit IRC | 23:22 | |
*** etoews has joined #openstack-sdks | 23:24 | |
*** etoews_ has joined #openstack-sdks | 23:34 | |
*** etoews has quit IRC | 23:35 | |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Liberalize version matching a bit https://review.openstack.org/134673 | 23:35 |
*** etoews_ has quit IRC | 23:41 | |
*** etoews has joined #openstack-sdks | 23:49 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!