Wednesday, 2015-02-04

*** sigmavirus24 is now known as sigmavirus24_awa00:07
*** etoews has quit IRC00:07
*** etoews has joined #openstack-sdks00:33
*** etoews has quit IRC00:39
*** pm90_ has quit IRC00:48
*** etoews has joined #openstack-sdks01:21
*** jamielennox is now known as jamielennox|away01:33
*** etoews has quit IRC01:38
*** etoews has joined #openstack-sdks02:11
*** sigmavirus24_awa is now known as sigmavirus2402:26
*** sigmavirus24 is now known as sigmavirus24_awa02:27
*** etoews has quit IRC02:36
*** rmcall has joined #openstack-sdks02:42
*** pm90_ has joined #openstack-sdks03:03
*** tellesnobrega_ has joined #openstack-sdks03:03
*** stevemar has quit IRC03:23
*** stevemar has joined #openstack-sdks03:24
*** etoews has joined #openstack-sdks03:33
*** etoews has quit IRC03:40
*** etoews has joined #openstack-sdks04:36
*** etoews has quit IRC04:40
*** pm90_ has quit IRC05:00
*** rmcall has quit IRC05:12
*** pm90_ has joined #openstack-sdks05:26
*** etoews has joined #openstack-sdks05:37
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: tenant_id to project_id in server show  https://review.openstack.org/15257005:43
*** etoews has quit IRC05:44
*** terrylhowe has quit IRC05:59
openstackgerritOpenStack Proposal Bot proposed openstack/python-openstackclient: Imported Translations from Transifex  https://review.openstack.org/15070006:05
*** tellesnobrega_ has quit IRC06:32
*** tellesnobrega__ has joined #openstack-sdks06:32
*** etoews has joined #openstack-sdks06:41
*** pm90_ has quit IRC06:42
*** etoews has quit IRC06:45
openstackgerritMerged openstack/python-openstackclient: tenant_id to project_id in server show  https://review.openstack.org/15257006:46
*** stevemar has quit IRC07:06
*** chlong has joined #openstack-sdks07:06
*** chlong has quit IRC07:28
*** Miouge has joined #openstack-sdks07:35
*** Miouge_ has joined #openstack-sdks08:09
*** Miouge has quit IRC08:11
*** Miouge_ is now known as Miouge08:11
*** etoews has joined #openstack-sdks08:42
*** etoews has quit IRC08:47
*** Miouge has quit IRC09:25
*** Miouge has joined #openstack-sdks09:32
*** tellesnobrega__ has quit IRC11:43
*** mattfarina has joined #openstack-sdks11:44
*** orlock has quit IRC12:20
*** terrylhowe has joined #openstack-sdks12:24
*** rmcall has joined #openstack-sdks12:26
*** orlock has joined #openstack-sdks12:27
*** Miouge has quit IRC13:09
*** bknudson has joined #openstack-sdks13:11
*** britthouser has quit IRC13:39
*** etoews has joined #openstack-sdks13:56
*** etoews has quit IRC14:03
openstackgerritAndrey Kurilin proposed openstack/python-openstackclient: Remove versioning import of novaclient  https://review.openstack.org/15291914:34
*** pm90_ has joined #openstack-sdks14:44
*** pm90_ has quit IRC14:45
*** pm90_ has joined #openstack-sdks14:46
*** etoews has joined #openstack-sdks14:51
*** sigmavirus24_awa is now known as sigmavirus2415:00
*** britthouser has joined #openstack-sdks15:09
openstackgerritAndrey Kurilin proposed openstack/python-openstackclient: Remove versioning import of novaclient  https://review.openstack.org/15291915:24
*** mattfarina has quit IRC15:27
etoewsbriancurtin: python style question...vertical whitespace, good or bad?15:40
briancurtinetoews: not 100% sure what you mean15:41
briancurtinlike where you line up the right hand of an assignment when you have a few in a row?15:41
etoewsputting newlines in python code15:41
etoewsbriancurtin: nope not that, never that.15:41
briancurtinetoews: 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
etoewsokay15:43
briancurtinif you have a 10 line function, i would randomly guess it would be split by two blank lines somewhere15:43
etoewsgerrit question time: i checked out https://review.openstack.org/#/c/151886/ and built the docs15:47
etoewsi can see the rendered /python-openstacksdk/doc/build/html/users/userguides/usage.html15:48
etoewsbut it doesn't correspond to https://review.openstack.org/#/c/151886/3/doc/source/users/userguides/usage.rst15:48
etoewswhere's the source for usage.html?15:48
briancurtindoc/source/users/userguides/usage.rst15:51
briancurtinthat's the one in my checkout, and it matches what you see there15:51
etoewsthat'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.rst15:53
briancurtinwhat about it doesn't match? what's your diff between what you see and what's in there?15:54
etoewshttps://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 UserPreference15:58
etoewsdoc/source/users/userguides/usage.rst is a 26 line file that connects to neutron15:58
etoewsi've got a feeling i'm doing something painfully obviously wrong but i'm just not sure what15:59
briancurtinwhen you say you checked out that review, how exactly did you do it?16:00
etoewsthe checkout command in gerrit for patch set 3.16:00
etoewsgit fetch https://review.openstack.org/stackforge/python-openstacksdk refs/changes/86/151886/3 && git checkout FETCH_HEAD16:00
bknudsongit-review -d 151886,316:01
etoewsbknudson: that just does the same thing?16:02
bknudsonetoews: y, that does the same thing as the commands that gerrit shows to check out a patch set.16:02
etoewshandy. thx.16:03
etoewsbriancurtin: what do you see when you click on https://review.openstack.org/#/c/151886/3/doc/source/users/userguides/usage.rst16:04
briancurtinetoews: the same thing you do - the addition of a TODO at the top of the file16:05
briancurtinetoews: 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
etoewsy16:07
briancurtin... skipped 14 common lines ...16:07
briancurtinclick that16:07
briancurtinit'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 IRC16:08
etoewsoh for ffs.16:08
etoewsand only the 14 is clickable16:09
etoewsthx briancurtin16:09
*** mattfarina has joined #openstack-sdks16:12
*** stevemar has joined #openstack-sdks16:14
*** rmcall has joined #openstack-sdks17:06
*** nicodemos has joined #openstack-sdks17:33
*** pm90__ has joined #openstack-sdks17:36
*** pm90_ has quit IRC17:39
*** pm90__ has quit IRC17:43
*** pm90_ has joined #openstack-sdks17:44
*** etoews has quit IRC17:47
*** rmcall has quit IRC17:58
*** rmcall has joined #openstack-sdks18:01
*** pm90_ has quit IRC18:22
*** pm90_ has joined #openstack-sdks19:00
*** pm90_ has quit IRC19:03
*** pm90_ has joined #openstack-sdks19:04
*** etoews has joined #openstack-sdks19:10
*** rmcall has quit IRC20:03
*** rmcall has joined #openstack-sdks20:05
*** mattfarina has quit IRC20:24
*** pm90_ has quit IRC20:34
*** pm90_ has joined #openstack-sdks20:44
*** nicodemos has quit IRC20:45
*** pm90__ has joined #openstack-sdks20:45
*** pm90_ has quit IRC20:49
*** mattfarina has joined #openstack-sdks20:58
*** etoews has quit IRC21:01
*** etoews has joined #openstack-sdks21:03
*** etoews has quit IRC21:13
*** pm90__ has quit IRC21:33
*** pm90_ has joined #openstack-sdks21:34
*** etoews has joined #openstack-sdks22:12
*** tellesnobrega_ has joined #openstack-sdks22:27
etoewsbriancurtin: what was the setup command to run to put the identity plugin in the right place?22:28
briancurtinpython setup.py build22:28
briancurtinor maybe we should put a python setup.py develop in there22:28
briancurtindevelop is probably more correct for some reason but i dont know why and build does what's needed22:29
etoewsdoes that need to be in the contributors guide?22:30
etoewsso i did that and i'm trying to run http://paste.openstack.org/show/167044/22:34
etoewsbut i'm getting the error openstack.exceptions.NoMatchingPlugin: Could not find authorization plugin <identity>22:34
etoewsbut i can confirm that i have build/lib/openstack/auth/identity/*.py22:36
briancurtinetoews: yeah something like it probably needs to go in there, but i do not know if it should be build or develop22:41
etoewsbriancurtin: nm about my other problem there. figured it out.22:42
*** mattfarina has joined #openstack-sdks22:44
*** mattfarina has quit IRC23:04
sigmavirus24etoews: meeting in 15?23:45
etoewsy23:45
sigmavirus24y as in why or y as in yes23:46
etoewswhy yes23:47
sigmavirus24=D23:47
sigmavirus24'why "yes"?' or "why, yes!"? =P23:47
* sigmavirus24 could do this all night23:47
etoewsi'm here all night folks!23:48
sigmavirus24^523:48

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!