Friday, 2015-01-16

*** bknudson has joined #openstack-sdks00:00
*** bknudson1 has joined #openstack-sdks00:03
*** bknudson has quit IRC00:05
openstackgerritMerged openstack/python-openstackclient: Imported Translations from Transifex  https://review.openstack.org/14482900:32
*** ayoung has quit IRC00:37
*** tellesnobrega_ has joined #openstack-sdks00:50
*** etoews has joined #openstack-sdks00:56
*** etoews has quit IRC01:01
*** stevemar has joined #openstack-sdks01:27
*** openstack has joined #openstack-sdks01:36
*** ayoung has joined #openstack-sdks01:41
*** etoews has joined #openstack-sdks02:03
*** briancurtin has joined #openstack-sdks02:14
*** etoews has quit IRC02:35
*** tellesnobrega_ has quit IRC02:38
*** stevemar has quit IRC02:41
*** stevemar has joined #openstack-sdks02:42
*** fifieldt__ has joined #openstack-sdks04:16
*** etoews has joined #openstack-sdks04:56
*** etoews has quit IRC05:00
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Default user domain id and project domain id  https://review.openstack.org/13515205:39
*** briancurtin has quit IRC05:56
*** etoews has joined #openstack-sdks05:57
*** etoews has quit IRC06:01
*** etoews has joined #openstack-sdks06:57
*** etoews has quit IRC07:03
*** chlong has quit IRC07:20
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Add helpful messages when authN'ing with password  https://review.openstack.org/14776807:23
*** terrylhowe has quit IRC07:36
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Add helpful messages when authN'ing with password  https://review.openstack.org/14776807:41
*** jamielennox is now known as jamielennox|away07:42
*** briancurtin has joined #openstack-sdks07:45
*** briancurtin has quit IRC07:50
*** Miouge has joined #openstack-sdks07:52
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Default user domain id and project domain id  https://review.openstack.org/13515207:52
openstackgerritZhiyuan Cai proposed openstack/python-openstackclient: Add 'find by name' to --nic for creating server  https://review.openstack.org/14410408:16
*** stevemar has quit IRC08:17
openstackgerritAlexandre Butynski proposed stackforge/openstack-sdk-php: Update ObjectStorage documentation  https://review.openstack.org/14778509:22
*** briancurtin has joined #openstack-sdks09:34
*** briancurtin has joined #openstack-sdks09:34
*** briancurtin has quit IRC09:39
*** briancurtin has joined #openstack-sdks11:23
*** briancurtin has quit IRC11:27
*** tellesnobrega_ has joined #openstack-sdks11:33
*** terrylhowe has joined #openstack-sdks11:33
openstackgerritVladimir Eremin proposed openstack/python-openstackclient: live migration on random host  https://review.openstack.org/14745311:48
*** tellesnobrega_ has quit IRC11:52
openstackgerritVladimir Eremin proposed openstack/python-openstackclient: live migration on random host  https://review.openstack.org/14745312:05
openstackgerritVladimir Eremin proposed openstack/python-openstackclient: live migration on random host  https://review.openstack.org/14745312:08
*** ayoung has quit IRC13:04
*** briancurtin has joined #openstack-sdks13:12
*** briancurtin has quit IRC13:16
*** ayoung has joined #openstack-sdks13:31
*** Miouge_ has joined #openstack-sdks13:56
*** Miouge has quit IRC13:59
*** Miouge_ is now known as Miouge13:59
*** briancurtin has joined #openstack-sdks14:07
*** edleafe is now known as figleaf14:11
*** mattfarina has joined #openstack-sdks14:18
*** sigmavirus24_awa is now known as sigmavirus2414:30
*** briancurtin has quit IRC14:32
*** pm90_ has joined #openstack-sdks14:35
*** pm90_ has quit IRC14:36
*** pm90_ has joined #openstack-sdks14:37
*** stevemar has joined #openstack-sdks14:37
*** briancurtin has joined #openstack-sdks14:57
*** etoews has joined #openstack-sdks15:09
*** pm90_ has quit IRC16:05
*** stevemar has quit IRC16:15
*** Miouge has quit IRC16:19
*** Miouge has joined #openstack-sdks16:21
*** Guest29310 is now known as redrobot16:41
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Build Resource from either existing object or id  https://review.openstack.org/14791416:42
terrylhowebriancurtin: are you going to add a new_container type method to the proxy?16:44
briancurtinterrylhowe: i'm not sure what you mean - separate from create_container?16:44
terrylhoweyeh, some method that just creates a resource based on the version of the proxy16:45
terrylhoweit is something I’ve been wondering if we would need16:45
terrylhoweone of the examples you posted the other day made me thing maybe we needed one, not sure though16:46
terrylhoweI still need to look at your patch, but I was thinking that was where you were going16:46
*** tellesnobrega_ has joined #openstack-sdks16:46
briancurtini'm thinking at the higher level you're going to be dealing more with strings than creating raw resources and working with them, although that would still work16:47
briancurtini think it might be confusing to offer a way to get a Resource instance and pass it through when all of the same operations you'd do are supported through the method calls16:49
briancurtinbut i think if someone wants to work at that level, they can just import those resource classes and work that way16:49
terrylhoweyeh, I haven’t had a need to do it16:50
*** tellesnobrega_ has quit IRC16:59
sigmavirus24briancurtin: what's up with flake8? *asks the maintainer*16:59
sigmavirus24or are you angry at flake8-docstrings?16:59
sigmavirus24There's also ##python-code-quality if you'd rather chat there17:00
briancurtinsigmavirus24: i had a blank line after the summary, but the summary was two lines when it expected one, so it was counting the continuation line as not being blank (not the line after it, which was blank). not a big deal17:02
sigmavirus24ah yeah17:04
sigmavirus24PEP 0257 says the first line in the docstring should be one sentence ending with a period followed by a 2 newlines17:04
briancurtinit probably *should* be as much as possible, but oh well. i just made it work17:05
sigmavirus24Also pep257 (the tool) ain't exactly fault-proof17:12
*** pm90_ has joined #openstack-sdks17:18
briancurtinsigmavirus24: on that exception message, what if i just s/object/instance ?17:26
briancurtin"value must be Container instance or id"17:26
sigmavirus24Yeah that works too17:27
sigmavirus24object has too many definitions for too many people. instance just seems more precise17:27
briancurtinsigmavirus24: for the exception test, the best thing we can do (that works on all supported Python versions) is what we do in test_set_TypeError higher up in the file (~line 113)17:29
briancurtinfor consistency i'm going to do that. wish i could just do assertRaises though17:30
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Build Resource from either existing object or id  https://review.openstack.org/14791417:35
* sigmavirus24 shakes fist at 2.617:35
sigmavirus24also at testtools for refusing compat shim additions17:35
sigmavirus24briancurtin: http://i.imgur.com/JCGEbZi.gif17:37
*** pm90_ has quit IRC17:42
*** pm90_ has joined #openstack-sdks17:42
openstackgerritDean Troyer proposed openstack/python-openstackclient: Update service clist commands for v2 and v3  https://review.openstack.org/14793217:54
*** Miouge has quit IRC18:00
*** tellesnobrega_ has joined #openstack-sdks18:17
*** Miouge has joined #openstack-sdks18:17
*** etoews has quit IRC18:19
*** terrylhowe has quit IRC18:23
*** etoews has joined #openstack-sdks18:30
*** briancurtin has quit IRC18:35
*** etoews has quit IRC18:35
*** stevemar has joined #openstack-sdks18:38
*** terrylhowe has joined #openstack-sdks18:40
*** tellesnobrega_ has quit IRC18:43
stevemardtroyer, can you take a look at brants comment here: https://review.openstack.org/#/c/135152/9/examples/common.py I was wondering about that myself, wasn't sure what was going on in common.py18:47
dtroyerstevemar: I'm not sure exactly what he is asking.  But 'default=default' looks odd  also, must it be an ID?18:49
dtroyerif I understand it right, the answer is no18:50
stevemardtroyer, i wasn't quite sure why it wasn't picking up the defaults from shell.py18:50
dtroyerthat's easy, the example doesn't import shell18:51
dtroyerit's a parallel, stripped down version18:52
dtroyerso was that his question?18:52
*** tellesnobrega_ has joined #openstack-sdks18:58
stevemari think so?18:58
stevemarhe seemed okay with it, and more importantly, so did the guy who reported the same problem18:58
stevemarso i'm good18:58
openstackgerritDean Troyer proposed openstack/python-openstackclient: Update service clist commands for v2 and v3  https://review.openstack.org/14793218:59
dtroyerstevemar: cool…19:00
dtroyerok, I've pushed out the remaining m7 bugs that are not in-progress…I don't think I want to do a release this afternoon any more, so plans are for Monday morning US CST.19:06
openstackgerritMerged openstack/python-openstackclient: Default user domain id and project domain id  https://review.openstack.org/13515219:30
*** tellesnobrega_ has quit IRC19:35
*** briancurtin has joined #openstack-sdks19:39
*** briancurtin has joined #openstack-sdks19:39
*** etoews has joined #openstack-sdks19:50
stevemardtroyer, sounds good, i'll be in TX for keystone midcycle meetup :D20:07
*** terrylhowe has quit IRC20:19
openstackgerritDean Troyer proposed openstack/python-openstackclient: Begin low-level API for Image v1 and v2  https://review.openstack.org/13006620:22
dtroyerstevemar: the only bug left for m7 not approved is https://review.openstack.org/#/c/145681/.  I know it is ugly, what can I do to make it more acceptable, given it isn't going into ksc?20:28
stevemardtroyer, i don't think it's that ugly20:28
dtroyerhey, I just noticed https://review.openstack.org/#/c/147768/, nice!20:34
*** terrylhowe has joined #openstack-sdks20:34
sigmavirus24dtroyer: you had specifically advised me to do https://review.openstack.org/#/c/147707/ so we could use it in the SDK. Some review might be helpful ;)20:36
openstackgerritAbhishek Chanda proposed openstack/python-openstackclient: Add missing packages to requirements  https://review.openstack.org/14798320:40
*** pm90_ has quit IRC20:40
dtroyersigmavirus24: sure…I'll have a look20:40
sigmavirus24Thanks dtroyer20:41
sigmavirus24jeblair/sdague were running into problems again with hpcloud and novaclient so the sooner we get it into keystone client maybe the sooner we can get it into novaclient and the sdk too20:42
dtroyeris novaclient not using session for all its I/O?20:43
sigmavirus24No which is why the original novaclient patch is still necessary IMO but I was told this belonged primarily in ksc: https://review.openstack.org/#/c/120571/20:44
dtroyergotcha20:45
sigmavirus24mostly because novaclient /can/ use ksc's Session20:45
openstackgerritAbhishek Chanda proposed openstack/python-openstackclient: Add missing packages to requirements  https://review.openstack.org/14798320:50
openstackgerritMerged openstack/python-openstackclient: Update service clist commands for v2 and v3  https://review.openstack.org/14793220:52
*** stevemar has quit IRC21:00
openstackgerritTerry Howe proposed openstack/python-openstackclient: Add missing oslo-config to requirements  https://review.openstack.org/14798321:06
openstackgerritMerged openstack/python-openstackclient: Add helpful messages when authN'ing with password  https://review.openstack.org/14776821:14
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Implement Swift Proxy object and example  https://review.openstack.org/13210021:15
*** tellesnobrega has quit IRC21:15
*** pm90_ has joined #openstack-sdks21:17
*** pm90_ has quit IRC21:17
*** pm90_ has joined #openstack-sdks21:18
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Implement Swift Proxy object and example  https://review.openstack.org/13210021:19
*** tellesnobrega has joined #openstack-sdks21:28
*** tellesnobrega has quit IRC21:50
*** tellesnobrega has joined #openstack-sdks22:01
*** pm90_ has quit IRC22:08
*** mattfarina has quit IRC22:11
*** etoews has quit IRC22:20
*** etoews has joined #openstack-sdks22:21
*** briancurtin has quit IRC22:36
*** ayoung has quit IRC22:42
*** utahcon_ is now known as utahcon22:51
*** etoews has quit IRC23:03
*** etoews has joined #openstack-sdks23:03
*** etoews has quit IRC23:07
*** etoews has joined #openstack-sdks23:08
*** openstackgerrit has quit IRC23:19
*** openstackgerrit has joined #openstack-sdks23:19

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