Tuesday, 2015-02-24

openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Determine limit based on page size  https://review.openstack.org/15595400:02
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Adjust Resource.find to try direct or filtered  https://review.openstack.org/15670700:16
openstackgerritMerged stackforge/python-openstacksdk: Fix comment and assert order  https://review.openstack.org/15773300:19
*** ayoung has joined #openstack-sdks01:09
*** sigmavirus24 is now known as sigmavirus24_awa01:10
*** pm90_ has quit IRC01:19
*** etoews has joined #openstack-sdks01:26
*** jamielennox is now known as jamielennox|away01:46
*** jamielennox|away is now known as jamielennox02:12
*** britthouser has joined #openstack-sdks02:35
*** britthou_ has quit IRC02:38
*** etoews has quit IRC03:32
*** etoews has joined #openstack-sdks03:33
*** etoews has quit IRC03:37
*** etoews has joined #openstack-sdks03:41
*** stevemar has quit IRC03:55
*** stevemar has joined #openstack-sdks03:55
*** britthouser has quit IRC04:09
*** ayoung has quit IRC04:43
*** etoews has quit IRC05:28
*** jamielennox is now known as jamielennox|away05:33
*** jamielennox|away is now known as jamielennox05:34
*** etoews has joined #openstack-sdks06:02
*** terrylhowe has quit IRC06:06
*** pm90_ has joined #openstack-sdks06:48
*** etoews has quit IRC07:05
*** Miouge has joined #openstack-sdks07:27
*** chlong has quit IRC07:34
*** macjack has joined #openstack-sdks07:34
*** pm90_ has quit IRC07:52
*** etoews has joined #openstack-sdks08:02
*** etoews has quit IRC08:06
*** stevemar has quit IRC09:34
*** openstackgerrit has quit IRC09:36
*** openstackgerrit has joined #openstack-sdks09:36
*** etoews has joined #openstack-sdks09:41
*** etoews has quit IRC09:46
*** jamielennox is now known as jamielennox|away10:42
*** etoews has joined #openstack-sdks10:42
*** etoews has quit IRC10:46
*** jamielennox|away is now known as jamielennox10:58
*** jamielennox is now known as jamielennox|away11:01
*** jamielennox|away is now known as jamielennox11:02
*** jamielennox is now known as jamielennox|away11:08
*** jamielennox|away is now known as jamielennox11:10
*** jamielennox is now known as jamielennox|away11:38
*** jamielennox|away is now known as jamielennox11:41
*** etoews has joined #openstack-sdks11:43
*** britthouser has joined #openstack-sdks11:44
*** etoews has quit IRC11:47
*** terrylhowe has joined #openstack-sdks11:55
*** chlong has joined #openstack-sdks11:56
*** britthouser has quit IRC12:04
*** chlong has quit IRC12:44
*** Miouge has quit IRC12:53
*** Miouge has joined #openstack-sdks12:54
openstackgerritMerged stackforge/python-openstacksdk: Create header property  https://review.openstack.org/15806813:01
*** jamielennox is now known as jamielennox|away13:18
*** jamielennox|away is now known as jamielennox13:20
*** britthouser has joined #openstack-sdks13:25
*** edleafe has quit IRC13:26
*** edleafe has joined #openstack-sdks13:28
*** Miouge_ has joined #openstack-sdks13:57
*** bknudson has joined #openstack-sdks13:57
*** Miouge has quit IRC13:58
*** Miouge_ is now known as Miouge13:58
*** britthouser has quit IRC14:03
*** britthouser has joined #openstack-sdks14:04
*** Miouge has quit IRC14:06
*** Miouge has joined #openstack-sdks14:06
*** britthouser has quit IRC14:15
*** britthouser has joined #openstack-sdks14:28
*** ayoung has joined #openstack-sdks14:37
*** britthouser has quit IRC14:53
*** britthouser has joined #openstack-sdks14:57
*** sigmavirus24_awa is now known as sigmavirus2415:16
*** britthouser has quit IRC15:41
*** britthouser has joined #openstack-sdks15:41
*** stevemar has joined #openstack-sdks15:43
*** mattfarina has joined #openstack-sdks15:55
*** jamielennox is now known as jamielennox|away16:15
*** jamielennox|away is now known as jamielennox16:16
openstackgerritOpenStack Proposal Bot proposed openstack/python-openstackclient: Updated from global requirements  https://review.openstack.org/15558716:21
*** pm90_ has joined #openstack-sdks16:24
openstackgerritCedric Brandily proposed openstack/python-openstackclient: Use cliff deferred help instead of homemade one  https://review.openstack.org/15877916:43
openstackgerritCedric Brandily proposed openstack/python-openstackclient: Use cliff deferred help instead of homemade one (WIP)  https://review.openstack.org/15877916:48
briancurtinterrylhowe: lots of options to support on building a nice find function, and a few different ways they're done -- https://etherpad.openstack.org/p/find_filters -- i've been messing with compute stuff lately so i'm going to try and hack something up and see how it might work to take advantage of a few different ways16:52
terrylhowewow, briancurtin I didn’t know it varied that much from service to service16:54
briancurtinterrylhowe: the one thing that i was combining in my head was filtering, which i dont think we actually want (which modifies the body attributes returned), and searching/finding based on various attributes (which is what we do want). i think it might turn out that we just build up a query string and pass it on, and the proxy methods, e.g., find_flavors,16:57
briancurtinbuild that up for you16:57
stevelleterrylhowe: its even worse if all active api versions were inspected16:57
terrylhowebriancurtin: well, filtering for find is reasonable for find since technically, we only want ids17:01
briancurtinsince we're already getting back full objects i don't see why we wouldn't just pass the full body on, otherwise it becomes a two-step process to get more - from just an id, then a get to fill it all out17:02
briancurtinbut maybe it is useful, so i guess we shouldnt deny the ability to send it in17:03
*** pm90_ has quit IRC17:33
*** etoews has joined #openstack-sdks17:56
*** britthouser has quit IRC18:01
*** etoews has quit IRC18:02
*** pm90_ has joined #openstack-sdks18:06
*** britthouser has joined #openstack-sdks18:07
*** pm90_ has quit IRC18:07
*** pm90_ has joined #openstack-sdks18:08
*** britthouser has quit IRC18:08
*** britthouser has joined #openstack-sdks18:08
briancurtinSDK Meeting in 7 min in #openstack-meeting-318:53
briancurtinterrylhowe: you around?19:04
*** britthouser has quit IRC19:05
*** britthouser has joined #openstack-sdks19:05
*** etoews has joined #openstack-sdks19:08
*** etoews has quit IRC19:25
*** britthouser has quit IRC19:34
*** britthouser has joined #openstack-sdks19:34
*** pm90_ has quit IRC19:38
*** pm90_ has joined #openstack-sdks19:39
*** pm90__ has joined #openstack-sdks19:40
*** pm90_ has quit IRC19:44
*** Miouge has quit IRC19:44
*** etoews has joined #openstack-sdks19:50
*** pm90__ has quit IRC19:53
*** pm90_ has joined #openstack-sdks19:53
*** etoews has quit IRC19:58
*** sigmavirus24 is now known as sigmavirus24_awa20:11
*** sigmavirus24_awa is now known as sigmavirus2420:13
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Add ImageDetail for extra information  https://review.openstack.org/15819120:36
*** etoews has joined #openstack-sdks20:37
openstackgerritCedric Brandily proposed openstack/python-openstackclient: Use cliff deferred help instead of homemade one (WIP)  https://review.openstack.org/15877920:52
*** britthouser has quit IRC20:53
*** etoews has quit IRC20:54
*** britthouser has joined #openstack-sdks20:54
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Add ImageDetail for extra information  https://review.openstack.org/15819121:52
openstackgerritMerged stackforge/python-openstacksdk: Add ImageDetail for extra information  https://review.openstack.org/15819122:01
briancurtinterrylhowe: i'm going to make that same change for Flavor quick so it matches, since it should be the same way where FlavorDetail is basically just the base_path. i missed the getting by ID aspect of how that fit together. i will look at how those volume ones are done separately22:01
terrylhowesounds good briancurtin I missed it flavors.  It is funny to me that you have to ask for a long listing on flavors as if the long list would take up too much bandwidth22:09
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Adjust long list handling for Flavor  https://review.openstack.org/15889022:11
stevellelegacy apis22:13
stevelledecidedly some odd corners in there22:13
stevelleeven V2 and V2.x can't escape their past.22:13
*** stevemar has quit IRC22:17
terrylhoweI just wish they would v3 that API22:22
stevelleapparently glance can't retire V1 because of Nova proxying these calls from their old V122:29
stevellechallenges of enterprisey systems22:30
*** openstackgerrit has quit IRC22:37
*** openstackgerrit has joined #openstack-sdks22:37
*** ycombinator_ has joined #openstack-sdks22:41
briancurtinterrylhowe: ooh, almost forgot about that serialize one...thanks for looking at that22:47
terrylhoweI nearly forgot myself, normally I add myself as a reviewer so it doesn’t drop off my radar22:49
openstackgerritMerged stackforge/python-openstacksdk: Serialize Resource types before sending to server  https://review.openstack.org/15718322:54
openstackgerritMerged stackforge/python-openstacksdk: Adjust long list handling for Flavor  https://review.openstack.org/15889022:56
sigmavirus24terrylhowe: isn't Nova v3 being removed?22:58
terrylhoweI think so sigmavirus2422:59
sigmavirus24Also Nova hit feature freeze before it could be updated to Glance's v2 API where appropriate23:00
sigmavirus24Flavio was so disappointed23:00
*** bknudson has quit IRC23:07
stevellesigmavirus24: there is a blocker for updating to Glance V2 we found during the mid-cycle23:12
stevellebut it's too late now for that to get fixed in Glance23:12
sigmavirus24stevelle: interesting23:12
sigmavirus24those are the best23:12
*** chlong has joined #openstack-sdks23:19
*** ayoung has quit IRC23:42
edleafesigmavirus24: micro versions (2.1) just merged. There will be a period where the v3 stuff will be moved to 2.1, but no definite timetable23:44
*** chlong_ has joined #openstack-sdks23:50

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