*** sigmavirus24 is now known as sigmavirus24_awa | 00:07 | |
*** etoews has quit IRC | 00:07 | |
*** etoews has joined #openstack-sdks | 00:33 | |
*** etoews has quit IRC | 00:39 | |
*** pm90_ has quit IRC | 00:48 | |
*** etoews has joined #openstack-sdks | 01:21 | |
*** jamielennox is now known as jamielennox|away | 01:33 | |
*** etoews has quit IRC | 01:38 | |
*** etoews has joined #openstack-sdks | 02:11 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 02:26 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 02:27 | |
*** etoews has quit IRC | 02:36 | |
*** rmcall has joined #openstack-sdks | 02:42 | |
*** pm90_ has joined #openstack-sdks | 03:03 | |
*** tellesnobrega_ has joined #openstack-sdks | 03:03 | |
*** stevemar has quit IRC | 03:23 | |
*** stevemar has joined #openstack-sdks | 03:24 | |
*** etoews has joined #openstack-sdks | 03:33 | |
*** etoews has quit IRC | 03:40 | |
*** etoews has joined #openstack-sdks | 04:36 | |
*** etoews has quit IRC | 04:40 | |
*** pm90_ has quit IRC | 05:00 | |
*** rmcall has quit IRC | 05:12 | |
*** pm90_ has joined #openstack-sdks | 05:26 | |
*** etoews has joined #openstack-sdks | 05:37 | |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: tenant_id to project_id in server show https://review.openstack.org/152570 | 05:43 |
---|---|---|
*** etoews has quit IRC | 05:44 | |
*** terrylhowe has quit IRC | 05:59 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-openstackclient: Imported Translations from Transifex https://review.openstack.org/150700 | 06:05 |
*** tellesnobrega_ has quit IRC | 06:32 | |
*** tellesnobrega__ has joined #openstack-sdks | 06:32 | |
*** etoews has joined #openstack-sdks | 06:41 | |
*** pm90_ has quit IRC | 06:42 | |
*** etoews has quit IRC | 06:45 | |
openstackgerrit | Merged openstack/python-openstackclient: tenant_id to project_id in server show https://review.openstack.org/152570 | 06:46 |
*** stevemar has quit IRC | 07:06 | |
*** chlong has joined #openstack-sdks | 07:06 | |
*** chlong has quit IRC | 07:28 | |
*** Miouge has joined #openstack-sdks | 07:35 | |
*** Miouge_ has joined #openstack-sdks | 08:09 | |
*** Miouge has quit IRC | 08:11 | |
*** Miouge_ is now known as Miouge | 08:11 | |
*** etoews has joined #openstack-sdks | 08:42 | |
*** etoews has quit IRC | 08:47 | |
*** Miouge has quit IRC | 09:25 | |
*** Miouge has joined #openstack-sdks | 09:32 | |
*** tellesnobrega__ has quit IRC | 11:43 | |
*** mattfarina has joined #openstack-sdks | 11:44 | |
*** orlock has quit IRC | 12:20 | |
*** terrylhowe has joined #openstack-sdks | 12:24 | |
*** rmcall has joined #openstack-sdks | 12:26 | |
*** orlock has joined #openstack-sdks | 12:27 | |
*** Miouge has quit IRC | 13:09 | |
*** bknudson has joined #openstack-sdks | 13:11 | |
*** britthouser has quit IRC | 13:39 | |
*** etoews has joined #openstack-sdks | 13:56 | |
*** etoews has quit IRC | 14:03 | |
openstackgerrit | Andrey Kurilin proposed openstack/python-openstackclient: Remove versioning import of novaclient https://review.openstack.org/152919 | 14:34 |
*** pm90_ has joined #openstack-sdks | 14:44 | |
*** pm90_ has quit IRC | 14:45 | |
*** pm90_ has joined #openstack-sdks | 14:46 | |
*** etoews has joined #openstack-sdks | 14:51 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 15:00 | |
*** britthouser has joined #openstack-sdks | 15:09 | |
openstackgerrit | Andrey Kurilin proposed openstack/python-openstackclient: Remove versioning import of novaclient https://review.openstack.org/152919 | 15:24 |
*** mattfarina has quit IRC | 15:27 | |
etoews | briancurtin: python style question...vertical whitespace, good or bad? | 15:40 |
briancurtin | etoews: not 100% sure what you mean | 15:41 |
briancurtin | like where you line up the right hand of an assignment when you have a few in a row? | 15:41 |
etoews | putting newlines in python code | 15:41 |
etoews | briancurtin: nope not that, never that. | 15:41 |
briancurtin | etoews: there's no formal rule on that, but people tend to leave an empty line before starting a new block, and then from there it's just whatever makes sense. | 15:43 |
etoews | okay | 15:43 |
briancurtin | if you have a 10 line function, i would randomly guess it would be split by two blank lines somewhere | 15:43 |
etoews | gerrit question time: i checked out https://review.openstack.org/#/c/151886/ and built the docs | 15:47 |
etoews | i can see the rendered /python-openstacksdk/doc/build/html/users/userguides/usage.html | 15:48 |
etoews | but it doesn't correspond to https://review.openstack.org/#/c/151886/3/doc/source/users/userguides/usage.rst | 15:48 |
etoews | where's the source for usage.html? | 15:48 |
briancurtin | doc/source/users/userguides/usage.rst | 15:51 |
briancurtin | that's the one in my checkout, and it matches what you see there | 15:51 |
etoews | that's what i see in my checkout too but why doesn't that match https://review.openstack.org/#/c/151886/3/doc/source/users/userguides/usage.rst | 15:53 |
briancurtin | what about it doesn't match? what's your diff between what you see and what's in there? | 15:54 |
etoews | https://review.openstack.org/#/c/151886/3/doc/source/users/userguides/usage.rst is only a 10 line file that only has one real line on UserPreference | 15:58 |
etoews | doc/source/users/userguides/usage.rst is a 26 line file that connects to neutron | 15:58 |
etoews | i've got a feeling i'm doing something painfully obviously wrong but i'm just not sure what | 15:59 |
briancurtin | when you say you checked out that review, how exactly did you do it? | 16:00 |
etoews | the checkout command in gerrit for patch set 3. | 16:00 |
etoews | git fetch https://review.openstack.org/stackforge/python-openstacksdk refs/changes/86/151886/3 && git checkout FETCH_HEAD | 16:00 |
bknudson | git-review -d 151886,3 | 16:01 |
etoews | bknudson: that just does the same thing? | 16:02 |
bknudson | etoews: y, that does the same thing as the commands that gerrit shows to check out a patch set. | 16:02 |
etoews | handy. thx. | 16:03 |
etoews | briancurtin: what do you see when you click on https://review.openstack.org/#/c/151886/3/doc/source/users/userguides/usage.rst | 16:04 |
briancurtin | etoews: the same thing you do - the addition of a TODO at the top of the file | 16:05 |
briancurtin | etoews: i think i know what you might be missing. you said you see a 10 line file there but the full one on disk? | 16:07 |
etoews | y | 16:07 |
briancurtin | ... skipped 14 common lines ... | 16:07 |
briancurtin | click that | 16:07 |
briancurtin | it's only showing context around the changed line, and i guess it shows a minimum of 10 lines. does that explain it? | 16:07 |
*** rmcall has quit IRC | 16:08 | |
etoews | oh for ffs. | 16:08 |
etoews | and only the 14 is clickable | 16:09 |
etoews | thx briancurtin | 16:09 |
*** mattfarina has joined #openstack-sdks | 16:12 | |
*** stevemar has joined #openstack-sdks | 16:14 | |
*** rmcall has joined #openstack-sdks | 17:06 | |
*** nicodemos has joined #openstack-sdks | 17:33 | |
*** pm90__ has joined #openstack-sdks | 17:36 | |
*** pm90_ has quit IRC | 17:39 | |
*** pm90__ has quit IRC | 17:43 | |
*** pm90_ has joined #openstack-sdks | 17:44 | |
*** etoews has quit IRC | 17:47 | |
*** rmcall has quit IRC | 17:58 | |
*** rmcall has joined #openstack-sdks | 18:01 | |
*** pm90_ has quit IRC | 18:22 | |
*** pm90_ has joined #openstack-sdks | 19:00 | |
*** pm90_ has quit IRC | 19:03 | |
*** pm90_ has joined #openstack-sdks | 19:04 | |
*** etoews has joined #openstack-sdks | 19:10 | |
*** rmcall has quit IRC | 20:03 | |
*** rmcall has joined #openstack-sdks | 20:05 | |
*** mattfarina has quit IRC | 20:24 | |
*** pm90_ has quit IRC | 20:34 | |
*** pm90_ has joined #openstack-sdks | 20:44 | |
*** nicodemos has quit IRC | 20:45 | |
*** pm90__ has joined #openstack-sdks | 20:45 | |
*** pm90_ has quit IRC | 20:49 | |
*** mattfarina has joined #openstack-sdks | 20:58 | |
*** etoews has quit IRC | 21:01 | |
*** etoews has joined #openstack-sdks | 21:03 | |
*** etoews has quit IRC | 21:13 | |
*** pm90__ has quit IRC | 21:33 | |
*** pm90_ has joined #openstack-sdks | 21:34 | |
*** etoews has joined #openstack-sdks | 22:12 | |
*** tellesnobrega_ has joined #openstack-sdks | 22:27 | |
etoews | briancurtin: what was the setup command to run to put the identity plugin in the right place? | 22:28 |
briancurtin | python setup.py build | 22:28 |
briancurtin | or maybe we should put a python setup.py develop in there | 22:28 |
briancurtin | develop is probably more correct for some reason but i dont know why and build does what's needed | 22:29 |
etoews | does that need to be in the contributors guide? | 22:30 |
etoews | so i did that and i'm trying to run http://paste.openstack.org/show/167044/ | 22:34 |
etoews | but i'm getting the error openstack.exceptions.NoMatchingPlugin: Could not find authorization plugin <identity> | 22:34 |
etoews | but i can confirm that i have build/lib/openstack/auth/identity/*.py | 22:36 |
briancurtin | etoews: yeah something like it probably needs to go in there, but i do not know if it should be build or develop | 22:41 |
etoews | briancurtin: nm about my other problem there. figured it out. | 22:42 |
*** mattfarina has joined #openstack-sdks | 22:44 | |
*** mattfarina has quit IRC | 23:04 | |
sigmavirus24 | etoews: meeting in 15? | 23:45 |
etoews | y | 23:45 |
sigmavirus24 | y as in why or y as in yes | 23:46 |
etoews | why yes | 23:47 |
sigmavirus24 | =D | 23:47 |
sigmavirus24 | 'why "yes"?' or "why, yes!"? =P | 23:47 |
* sigmavirus24 could do this all night | 23:47 | |
etoews | i'm here all night folks! | 23:48 |
sigmavirus24 | ^5 | 23:48 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!