*** xmltok_ has quit IRC | 00:08 | |
*** samchoi has quit IRC | 00:50 | |
*** bknudson has quit IRC | 02:24 | |
*** rgbkrk has joined #openstack-sdks | 03:43 | |
*** rgbkrk has quit IRC | 04:11 | |
openstackgerrit | Sam Choi proposed a change to stackforge/openstack-sdk-php: Fixing bug 1302141 https://review.openstack.org/93892 | 04:26 |
---|---|---|
*** rgbkrk has joined #openstack-sdks | 05:31 | |
*** rgbkrk has quit IRC | 05:57 | |
*** jamie_h has joined #openstack-sdks | 08:31 | |
*** rgbkrk has joined #openstack-sdks | 10:31 | |
*** rgbkrk has quit IRC | 10:48 | |
*** rgbkrk has joined #openstack-sdks | 12:22 | |
*** mfer has joined #openstack-sdks | 13:02 | |
*** rgbkrk has quit IRC | 13:17 | |
jamie_h | mfer does truncating work with our stream wrapper? when I open with "w" or "w+" mode, sometimes content is there | 13:25 |
*** bknudson has joined #openstack-sdks | 13:31 | |
*** dhellmann_ is now known as dhellmann | 13:35 | |
mfer | jamie_h on a call... just a minute | 13:40 |
*** rgbkrk has joined #openstack-sdks | 14:08 | |
mfer | jamie_h we'd been using the stream wrapper quite a bit without any writing issues | 14:15 |
mfer | what are you seeing? | 14:15 |
*** rgbkrk has quit IRC | 14:15 | |
jamie_h | not too sure yet - it seems that when a remote object is fetched with w or w+, the file is not truncated | 14:16 |
mfer | hrm | 14:16 |
jamie_h | might be nothing. I'm trying to get rid of that segfault thing, so am refactoring a few tests | 14:16 |
jamie_h | I'm using "nope" as the mode, which seems to be best for lots of local tests | 14:17 |
mfer | jamie_h if you discover something please let me know asap. i'm happy to try and figure it out. we'd made a lot of use of the stream wrappers in the past in production systems | 14:23 |
jamie_h | mfer sure. right now the goal is just to fix the segfault and remove duplication from tests while i'm at it. i'll take a look at the truncating thing after | 14:24 |
mfer | ok | 14:24 |
mfer | i see the segfault issue as well | 14:25 |
*** rgbkrk has joined #openstack-sdks | 14:51 | |
*** TravT has joined #openstack-sdks | 15:07 | |
jamie_h | mfer I've managed to fix it by using setUp and tearDown methods for the resource | 15:19 |
jamie_h | instead of passing resources as args to other tests | 15:19 |
mfer | ok | 15:19 |
mfer | PHP SDK meeting in 10 minutes in #openstack-meeting-3 | 15:20 |
*** samchoi has joined #openstack-sdks | 15:22 | |
*** glenc_ has quit IRC | 15:29 | |
*** glenc has quit IRC | 15:31 | |
*** glenc- is now known as glenc | 15:31 | |
*** xmltok_ has joined #openstack-sdks | 15:33 | |
*** rgbkrk has quit IRC | 16:28 | |
samchoi | mfer: jamie_h So from the meeting, we had two primary areas of design discussion. Testing and DSL vs userland code. Do you guy see one as being higher priority than the other? | 16:33 |
samchoi | or would it simply be more efficient/practical to investigate one over the other immediately? | 16:34 |
jamie_h | samchoi I think testing first because that's required to implement any other feature | 16:41 |
*** stphung has joined #openstack-sdks | 16:42 | |
stphung | hi guys, I was wondering, are the python apis for openstack in a usable state at this time? I've been having a difficult time with it so just wanted to see where things were | 16:42 |
stphung | sdks rather* | 16:43 |
briancurtin | stphung: the new stuff we're working on isn't close to being ready yet, still in the early phases of building it all out | 16:44 |
stphung | briancurtin: thanks for the info! | 16:45 |
briancurtin | stphung: if you're having any specific difficulties with the existing clients, let us know and we'll see how we can improve the situation with this SDK project | 16:45 |
stphung | briancurtin: to be clear, are there existing python sdks that are usable..? | 16:47 |
terrylhowe | they aren't really sdks, but there are clients for each service | 16:47 |
terrylhowe | like python-novaclient, python-swift-client, ... | 16:47 |
briancurtin | stphung: within openstack there isn't any all encompassing SDK, but you have things like https://pypi.python.org/pypi/python-swiftclient | 16:47 |
stphung | ok that makes sense | 16:48 |
briancurtin | (sorry if you knew that, i didn't want to assume anything) | 16:48 |
stphung | no worries :) | 16:48 |
*** rgbkrk has joined #openstack-sdks | 16:58 | |
*** jamielennox is now known as jamielennox|away | 17:00 | |
*** rgbkrk_ has joined #openstack-sdks | 17:09 | |
*** rgbkrk has quit IRC | 17:10 | |
*** stphung has quit IRC | 17:22 | |
*** rgbkrk_ has quit IRC | 18:09 | |
terrylhowe | https://review.openstack.org/#/c/91889/ | 18:18 |
terrylhowe | python sdk authentication "simplified" at least compared to keystoneclient | 18:18 |
briancurtin | terrylhowe: thanks! will take a look shortly | 18:21 |
mfer | briancurtin terrylhowe dtroyer should the openstacksdk and openstackclient have gerritbot notifications in here? | 18:31 |
dtroyer | would be fine with me, but as it's a shared room I don't want to swamp it with too many of those notifications. we can always turn it off it it gets to be too noisy (that would be a good problem to have actually…) | 18:36 |
briancurtin | mfer: sounds good to me, but i'm not familiar with how to get that to happen | 18:38 |
mfer | briancurtin dtroyer i can put in the request. i have one in for a couple other projects so i can modify that one fairly easily. | 18:39 |
mfer | this is why it was on my mind | 18:39 |
mfer | briancurtin what's the repo name? the one i had isn't listed on git.openstack.org for me | 18:43 |
briancurtin | mfer: hmm, not actually sure. i only know of https://github.com/stackforge/python-openstacksdk | 18:45 |
mfer | that's a mirror of http://git.openstack.org/ | 18:45 |
mfer | and i thought it was python-openstacksdk but i'd not listed. weird | 18:46 |
terrylhowe | page 2 | 18:46 |
briancurtin | hah. http://git.openstack.org/cgit/stackforge/python-openstacksdk/ | 18:47 |
mfer | oh, duh. | 18:47 |
* mfer goes back to coding... it's safer than thinking | 18:48 | |
mfer | for bot integration... https://review.openstack.org/#/c/94683/ | 18:50 |
*** jamielenz has joined #openstack-sdks | 18:57 | |
*** jamielennox|away has quit IRC | 19:00 | |
*** jamielennox|away has joined #openstack-sdks | 19:00 | |
*** jamielenz has quit IRC | 19:02 | |
openstackgerrit | Matt Farina proposed a change to stackforge/golang-client: Adding examples that can optionally be used as acceptance tests. https://review.openstack.org/94709 | 19:45 |
mfer | dtroyer on the go sdk you were interested in https://review.openstack.org/94709 if you have a few minutes | 19:47 |
mfer | this is the structural style stuff | 19:47 |
openstackgerrit | Matt Farina proposed a change to stackforge/openstack-sdk-php: Adding the support section to composer.json. https://review.openstack.org/94716 | 20:10 |
terrylhowe | dtroyer I think you were looking for a cli thing in the example code: https://review.openstack.org/#/c/94707/ | 20:34 |
*** bknudson has quit IRC | 21:11 | |
*** mfer has quit IRC | 21:18 | |
*** jamie_h has quit IRC | 21:42 | |
*** rgbkrk has joined #openstack-sdks | 21:44 | |
*** bknudson has joined #openstack-sdks | 21:48 | |
*** electrichead has joined #openstack-sdks | 22:29 | |
*** electrichead is now known as Guest92477 | 22:30 | |
*** sivel has quit IRC | 22:33 | |
*** notmyname_ has joined #openstack-sdks | 22:33 | |
*** rgbkrk has quit IRC | 22:33 | |
*** notmyname has quit IRC | 22:33 | |
*** notmyname_ is now known as notmyname | 22:34 | |
*** sivel has joined #openstack-sdks | 22:34 | |
*** rgbkrk has joined #openstack-sdks | 22:36 | |
*** redrobot has quit IRC | 22:38 | |
*** anteaya has quit IRC | 22:38 | |
*** jamielennox|away is now known as jamielennox | 22:43 | |
*** rgbkrk has quit IRC | 22:54 | |
*** rgbkrk has joined #openstack-sdks | 22:57 | |
*** anteaya has joined #openstack-sdks | 22:57 | |
Alex_Gaynor | not sure why it didn't announce here, but super simple review: https://review.openstack.org/#/c/94745/ | 23:35 |
*** xmltok_ has quit IRC | 23:41 | |
*** xmltok_ has joined #openstack-sdks | 23:41 | |
*** openstackgerrit has quit IRC | 23:49 | |
*** openstackgerrit has joined #openstack-sdks | 23:51 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!